Kiran

Forum Replies Created

Viewing 15 posts - 5,011 through 5,025 (of 6,022 total)
  • Author
    Posts
  • in reply to: PayFast test payment #386516

    Kiran
    Moderator
    Post count: 7069

    Hi Jacques,
    Sorry for the inconvenience, currently we have not added support for recurring billing in PayFast Payment gateway.
    Checkout page shows “NO payment gateway configured”, because if you are going to pay for recurring payment invoice then it only shows gateways that supports recurring payment.

    FYI: we have plan in future to add supports for recurring billing in PayFast Payment gateway.

    Thanks,
    Kiran

    in reply to: Translation issues #386511

    Kiran
    Moderator
    Post count: 7069

    Hi BR,

    I checked geodirectory-fr_FR.po and it has not yet all string translated.
    You have translated Search Places but Search & Places are separate strings in that title(it used like “Search %s” here).

    I have translated Search & Places and now it shows translated string. So translated all the string and let us know if you have any problem.

    P.S. you are using older version of GeoDirectory plugin update it to most recent version.

    Thanks,
    Kiran

    in reply to: Events calendar always loading #386509

    Kiran
    Moderator
    Post count: 7069

    Hi Ben,

    The Autoptimize plugin causing conflict here. With disabled Autoptimize plugin calendar loads without problem.
    Let us provide FTP details so we can look into more.

    Thanks,
    Kiran

    in reply to: Single Listing Page – Tabs broken #386507

    Kiran
    Moderator
    Post count: 7069

    Hi Isabella,

    There is a plugin “jQuery Updater” causing this problem. The JavaScript error breaks the details page tabs loading.
    It shows JavaScript error “TypeError: a.indexOf is not a function” in firebug. If i disable “jQuery Updater” plugin the error goes disappear and tabs works fine.

    Let us know.

    Thanks,
    Kiran

    in reply to: Neighbourhood Widget and Location Switcher #386318

    Kiran
    Moderator
    Post count: 7069

    Hi Markus,

    1) Fix the neighbourhood widget so that it generates in my case for instance…
    <
    We have added new option “Use current viewing post type” in Location Neighbourhood widget. It will use current viewing CPT in neighbourhood links if widget placed on listing/search pages.

    This will be available in next release of Location Manager.

    2) Ignore the css import function for neighbourhoods and to write the data directly into the respective database tables.
    < During import neighbourhoods in table neighbourhood requires location id to link between city and neighbourhood.
    You can import neighbourhoods directly in database table if you know location_id for which the neighbourhood is being imported.

    Thanks,
    Kiran

    in reply to: Removing map "title" box #386314

    Kiran
    Moderator
    Post count: 7069

    Hi Scott,

    Invoice related notifications sent via Invoicing plugin. If you want to disable BCC for invoice notifications then you can do it from Invoicing > Settings > Emails.
    From here you can disable BCC notifications for particular emails what has BCC options allowed. Ex: Paid Invoice Refunded Invoice, Customer Invoice etc.

    If you still have a problem then let us know email subject you received for BCC email.

    Thanks,
    Kiran

    in reply to: custom file upload not working in wp-admin dashboard #385999

    Kiran
    Moderator
    Post count: 7069

    Thanks i will look with that version of Chrome. Till that please try on other system if you have.

    For 2nd question try following snippet code and check if it work.

    
    
    function gd_wp_footer() {
    ?>
    <style>
    .gd-dropdown.gd-near-me-dropdown {
        display: block !important;
    }
    </style>
    <script type="text/javascript">
    jQuery(function(){
        jQuery('.near-compass .fa-compass').trigger('click');
    });
    </script>
    <?php
    }
    add_action( 'wp_footer', 'gd_wp_footer', 10 );

    Kiran

    in reply to: Translation? #385988

    Kiran
    Moderator
    Post count: 7069

    Please check now.

    Kiran

    in reply to: Bug Location search ?? #385982

    Kiran
    Moderator
    Post count: 7069

    Hi Oliver,

    The problem of showing blank page has been fixed. Please check and let us know.

    Kiran

    in reply to: Invoicing Not Working #385979

    Kiran
    Moderator
    Post count: 7069

    Hi Keane,

    – I’m not sure what you mean? The invoices should automatically generate when someone creates a listing, right?
    <
    Invoice for listing will be generated when the listing is submitted by clicking on “Confirm Preview & Go to Checkout”. Let me know if you followed this and invoices was not generated.

    I followed this steps:
    – In Frontend > Add Listing Form
    – Enter listing details
    – Click on “Preview” button
    – Click on “Confirm Preview & Go to Checkout” button
    – It redirects me to /wpi-checkout page successfully

    Let me know which steps you followed.

    Thanks,
    Kiran

    in reply to: custom file upload not working in wp-admin dashboard #385978

    Kiran
    Moderator
    Post count: 7069

    Hi Richard,

    In file upload i can’t see any problem from my side. It worked for me with Chrome browser.

    In search form problem there was a bug, and it occurred only when “use old search form” option enabled.

    Seems you are right i can’t connect with FTP credentials. But now FTP access not required because i have updated fix patch via backend plugin editor.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: custom file upload not working in wp-admin dashboard #385975

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Maps not update on Home page #385973

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Maps not update on Home page #385971

    Kiran
    Moderator
    Post count: 7069

    Hi Maxime,

    One of your theme setting “Lazy Load For Images” causing this problem. If Lazy Load For Images enabled then it sets the opacity: 0 for all the images which are not visible on screen and sets opacity: 1 to the images which are visible on screen. Once you scroll the page the it sets the opacity: 1 for those images.
    The Google map loads the map images dynamically when you zoom-in/zoom-out. So here Lazy Load sets opacity: 0 to images when you zoom-in/zoom-out and that’s why map shows only gray background color.

    To fix this either you have to disable “Lazy Load For Images” from Admin > Sahifa > Theme Settings > Styling > Lazy Load For Images OR add some style to set opacity: 1 !important; for images which are loaded dynamically.
    Just like there is one style already in wp-content/themes/sahifa/style.css
    .recaptchatable #recaptcha_image #recaptcha_challenge_image { /* Fix Compatibility issues with some plugins */
    opacity: 1 !important;
    }

    Thanks,
    Kiran

    in reply to: navigation #385966

    Kiran
    Moderator
    Post count: 7069

    Hi Karen,

    It seems there is a conflicts between jQuery javascripts. Your site includes two jQuery javascripts with two different version. One is of v1.12.4 – https://www.mountainbikingbc.ca/wp-includes/js/jquery/jquery.js?ver=1.12.4 which is included via WP and other one is of v1.4.3 – https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js which is i guess included by theme or via any custom code.
    I seen JS errors (see attachment) when disabled GD Booster plugin.

    I suspect this may be the reason. Let us provide FTP details so we can look into more.

    Thanks,
    Kiran

Viewing 15 posts - 5,011 through 5,025 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount