Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hello Julian,
How that listing was added? It was added from admin or from frontend or via import process?
Let us know so i can check more.
Kiran
Hi Ronny,
I see it happened with OpenStreetMap. Can you check with Google map if you replicate it?
I am fixing now.
Kiran
Hi Tracy,
It looks like you have customization for GeoDirectory search. I see following hidden field is missing which used to filter results by location after search submit.
<input class="geodir-location-search-type" name="" type="hidden" value="">Please provide FTP credentials to check more and fix it.
Kiran
Hi Movimento,
There was missing PHP class that we uses for GDPR compliance since WordPress v4.9.6. But your site is running with old version of WordPress v4.9.4
I have fixed issue, but we recommend you to update WordPress on your site.
Kiran
June 7, 2019 at 10:29 am in reply to: Fail to Upgrade from GeoDirectory Version 1.6.38 to Version 2.0.0.57 #491518Hello Samuel,
Please check now search page is working fine.
There was conflict with field names. You have custom field with name “type” which is conflicting during search. In search CPT is searched by stype=gd_place and custom field searched by stype=xxx.
I have renamed field name “type” to “custom_type” to fix this conflicts.
Let us know.
Regards,
KiranThis reply has been marked as private.June 7, 2019 at 9:12 am in reply to: Bug: GD Add Listing Widget is added as a column on Elementor #491501Hi,
Thanks for sharing video capture.
I have added “Title” “[gd_add_listing]” “Description” in separate section (see attachments).
Let us know.
Kiran
Hi John,
We have released GeoDirectory plugins which includes fix for this issue.
Please update and let us know.
Kiran
This reply has been marked as private.Great!
Glad to hear that.
Kiran
Hi Jeff,
Please try after disabling “Disable Emails” on live site plugin to confirm that plugin causes slow submission or not.
Things needs to check:
– Ask server admin to check is there any query/action that taking more time.
– Try after disabling customization done if any.
– Try after disabling non-gd plugins.Let us know how it goes.
Best Regards,
KiranHello Tracy,
Issue #1 & Issue #2
Update GeoDirectory and its plugins. We have some changes related to autocomplete search in recent versions.
—
Issue #3
By default [gd_listings] shows 5 listings. Add parameter post_limit to [gd_listings] to display listings. Ex: [gd_listings post_limit=20]
You can do this in “Directory” page edit.Let us know.
Regards,
KiranHello,
Your theme style for search page results conflicts with GeoDirectory search results page.
Add following CSS snippet to fix this.
@media only screen and (min-width: 800px) { body.search ul.geodir-category-list-view.geodir-gridview.gridview_onethird > li:nth-child(3n+1) { margin-left: 0 !important; } } body.search ul.geodir-category-list-view.geodir-gridview.gridview_onethird > li { width: 32%; margin-left: 2% !important; margin-right: 0 !important; float: none; }Kiran
-
AuthorPosts