Kiran
Forum Replies Created
-
AuthorPosts
-
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,
KiranHi 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,
KiranHi 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,
KiranHi 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,
KiranHi 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,
KiranHi 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,
KiranThanks 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
Please check now.
Kiran
Hi Oliver,
The problem of showing blank page has been fixed. Please check and let us know.
Kiran
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 successfullyLet me know which steps you followed.
Thanks,
KiranHi 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,
KiranThis reply has been marked as private.Thanks for letting us know 🙂
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,
KiranHi 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 -
AuthorPosts