Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hi Birgit,
Admin credentials are not working, did ou changed it?
Let us know.
Kiran
This reply has been marked as private.Hello Dora,
Your site is running with mixed v1 & v2 version of GeoDirectory plugins.
Your site is running with GeoDirectory core of version 2.0.0.63 & “GeoDirectory Location Manager” of version 1.5.62. Location Manager should be version of 2.x.Did you not updated Location Manager to v2 before v1 to v2 conversion?
Have you installed/activated Location Manager after GeoDirectory core update to v2?Let us know so we can assist you more.
Thanks,
KiranHello,
This has been fixed and it will be in next release v2.0.0.64
Kiran
Hi Frédéric,
Please check now.
There are some new line characters in translated string that creates trouble & breaks JavaScript functionality on the page.
I have corrected & fixed some strings that causes JavaScript error on search page. Now search page autocomplete it working fine.
For example one of string
Search was not successful for the following reason :
was translated to
“La recherche a échoué pour la raison suivante:
“
Please check all the translated strings and correct if more translated strings has such new line character at the end of the strings.
Best Regards,
KiranJune 28, 2019 at 10:25 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495306This reply has been marked as private.Hello Piotr,
Please add css class “geodir-select” to select input. Adding that class will render select input as a select2.
Switching CPT uses ajax request to show fields for switched CPT. To work select2 in ajax request use
jQuery("select.geodir-select").trigger('geodir-select-init');. in the search form template.
How you rendered select2 in search form?
Kiran
Hello Jon,
Neighbourhood value stored as a slug in database. So post meta for neighbourhood & $gd_post->neighbourhood shows slug instead of name.
You can use GD > Post Address or following shortcode to display nieghbourhood name.
[gd_post_address show="value" address_template="%%neighbourhood%%"]Kiran
June 28, 2019 at 7:46 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495295This reply has been marked as private.Hi Kojo,
I have checked and it is default behavior that is adds a new user when option enabled to allow user to add a listing.
When preview/submit listing action triggered it generates listing entry in database and for that listing also creates new user based on username & email entered.When new user is created it also creates Affiliates user via AffiliateWP plugin.
Thats why you receiving email for new user, new affiliate registration etc.
I only found issue here is empty username & email in email. I have added validation to skip new user for invalid username/email.
FYI: i have installed Email Log plugin to debug all the emails, you can delete this plugin after you done with test.
Please check and let us know.
Thanks,
KiranThere is no way to show all the category results at once without searching.
To search within multiple categories add category field in search form and select inout type CHECKBOX. See https://wpgeodirectory.com/docs-v2/places/search/#settings
Kiran
Hello Amy,
Post types slider on map issue has been fixed and it will be available in next release.
Thanks,
Kiran -
AuthorPosts