Kiran
Forum Replies Created
-
AuthorPosts
-
October 11, 2019 at 12:15 pm in reply to: Old invoices / order data lost after upgrading to V2 #512636
Hi Wade,
I checked on your site backend and i not found Invoicing plugin installed.
Kiran
This reply has been marked as private.October 11, 2019 at 11:41 am in reply to: Imported languages via csv are not automatically linked to original language. #512633Hi Mark,
I have already applied patch on your site. When you export listings csv, it contains three columns wpml_lang, wpml_translation_of, wpml_is_duplicate.
– wpml_lang : post language. ex: de
– wpml_translation_of : in post is translated then original post id from which this post is trsnalated.
– wpml_is_duplicate : if post being imported is duplicate or normal translation. 1 = duplicate translation & 0 = normal translation.Let us know.
Regards,
KiranWe have included this fix in our core, so don’t worry about future updates.
Kiran
Hi Jennie,
It looks like there is auto updates enabled on your site.
Add following lines in WORDPRESS_ROOT/wp-config.php file to disable auto updates.
/** DISABLE AUTO UPDATES **/ define( 'WP_AUTO_UPDATE_CORE', false ); define( 'AUTOMATIC_UPDATER_DISABLED', true );Let us know.
Regards,
KiranHi Peter,
It looks like countries database table conflicts with one of your plugin.
I have created and inserted countries data by running query manually. Now add/edit location form shows countries list.Provide us FTP credentials if you want us to investigate more.
Best Regards,
KiranOctober 11, 2019 at 10:18 am in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #512620Hi awideman,
This has been fixed and it will be in next release. this happens when location tags are not assigned to listing url in permalinks settings.
Patch available here: https://github.com/AyeCode/geodirectory/commit/818d759f9b458506ee49b08df30f9dc6d61d34af
Thanks,
KiranHi twstx,
You site is running with too old version of GeoDirectory plugins. Please update those plugins and let us know how it goes.
Regards,
KiranOctober 11, 2019 at 8:47 am in reply to: If I search the word 'List' in my wordpress blog, all the page content breaks #512604Hi Harry,
Issue has been fixed. The page “Add a Crypto listing” in search results messed the page.
To fix this issue:
– Added new hook https://github.com/AyeCode/geodirectory/commit/1c07ecbe57f8965f094be4bd71648c43fa2d706d
– Add PHP snippet in snippetsPlease check and let us know.
Regards,
KiranHi coreyhammond,
Issue has been fixed. Please check and let us know.
Kiran
Hi P O,
In v2.0.0.67 we have added come compatibility for Enfold theme. I also checked those changes but not found any wrong there. I investigate more and found that this caused issue sometimes on non GD sites as well.
I have tested on our test sites but could not replicate there. If we see issue again then we will definitely include this fix in our core plugin.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hi P O,
Issue has been fixed. I done some debugging and found one function from Enfold theme disabling comments on listing. I searched and found this solution: https://kriesi.at/support/topic/comments-working-in-one-post-and-not-in-another/#post-1083364
I have that PHP snippet in your child theme functions.php and now reviews tab is working fine.
Best Regards,
KiranHi Jennie,
The error shows GeoDirectory core plugin contains files of v2 and other GeoDirectory plugins contains files of v1.
Did you update only GeoDirectory core? Because i have already fixed files as i mentioned in my previous reply here: https://wpgeodirectory.com/support/topic/prices-and-payments-plugin-not-working/page/2/#post-512462
Let us know.
Kiran
-
AuthorPosts