Forum Replies Created

Viewing 15 replies - 496 through 510 (of 935 total)
  • in reply to: AdBlock blocking page content #1499
    This reply has been marked as private and you are not authorised to see.
    in reply to: Search and Login #1496

    Hello

    It’s totally free and will be forever, please download the latest version from https://codecanyon.net/downloads

    Best Regards

    in reply to: PHP 7 #1495

    it seems your php version could not find MySQL driver, if your server VPS, please find this answere here https://stackoverflow.com/questions/42909397/laravel-5-4-on-php-7-0-pdo-exception-could-not-find-driver-mysqlc

    If your server is shared, please contact with your server administrator to resolve this issue

    Best regards

    in reply to: PHP debug bar #1494

    Hi

    The debugbar allow us to find the errors during application run, please disable it by set APP_DEBUG=false

    You will found a file .env at your root

    Replace line APP_DEBUG=true to APP_DEBUG=false

    It will be disabled

    Best regards

    in reply to: Search and Login #1489

    For the G+ Login

    Add your login URL callback to google app, such as below

    http://yourdomain.com/login/google-callback

    For the search issue. download the latest version form codecanyon and replace the file /root/app/Http/Controllers/LocationController.php

    Best regards

    in reply to: AdBlock blocking page content #1488

    Dear

    Thank you for noticing us this issue, we’ve already updated it to our core, you can download the latest version after 30 mins from CodeCanyon.

    Or you can fix this by following below instruction.

    Open /root/resources/views/single_ad.blade.php

    At Line number 60, change <div class="single-ad-wrap"> to <div class="single-auction-wrap">
    At line number 84, change <div class="ad-img-video-wrap"> to <div class="auction-img-video-wrap">

    At file /root/source/public/assets/css/style.css line number 810

    Replace

    .single-ad-wrap {
        margin-top: 20px;
    }

    with

    .single-auction-wrap {
        margin-top: 20px;
    }

    Best regards

    in reply to: getfund Change text/title #1480

    Hi

    You will find all of the views from /root/resources/views

    /root/resources/views/layouts/header.blade.php is header file, you can change title

    /root/resources/views/home.blade.php this is your home file, please change the text as your needs

    Best regards

    in reply to: Arabic lang. and RTL prblm #1479

    Hi

    To add rtl features your website, you need to place below css.

    body {
        direction: rtl;
    }

    you need to fix some css issues to your style.css

    �������� issues may be from your editor, you need to edit by unicode supported editor, phpstorm is a good editor that supports unicode, You can also found Notepad++ that help you

    Best Regards

    in reply to: Ajax does not work when filtering cities in Dashboard #1478

    Thank you for noticing this issue, I will update the our core soon and provide you an update guide.

    Best Regards

    in reply to: Search and Login #1477

    You need to provide your hosting login panel, or FTP and your website URL with admin login

    Best regards

    in reply to: Funded campaign not showing #1476

    To display campaign in funded section, please go to menu campaigns>expired Campaigns

    You will get all of your expired campaign, mark campaign as funded will show you in funded section.

    Best Regards

    in reply to: Search and Login #1467

    Please provide your cPanel credential and website URL in a private reply, So we can check and fix this issue.

    Best regards

    in reply to: Help with this script #1466

    Happy to you know that you loved it. Also happy to provide you support.

    Please don’t hesitate to ask question if you have any more.

    BTW: You can place a 5-stars rating with your thought about this product at CodeCanyon (if you have time for it), you can do it from https://codecanyon.net/downloads

    Best Regards

    in reply to: Missing assets? #1461

    Hello @installing_company

    You are the technical guy and probably programmer, that’s why you know the technical side and you followed 100% as per docs.
    Public directory as root was valid before some update, now we’ve moved to all assets from public to root. Most of the users can’t point their domain to specific this directory, they want to run application from root. So we moved the assets from public directory to root. and later doc not updated.

    Best Regards

    in reply to: Please Help Urgently #1458

    Hi

    Copy full project to your localhost, so you will get the updated changes.

    for favicon add it to above mentioned place

    <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />

    Place favicon.ico to your root directory

Viewing 15 replies - 496 through 510 (of 935 total)