Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello David,
This has been implemented and it will be in next release of GeoDirectory & Location Manager.
Nearest listings can be retrieved by using latitude & longitude.
API Query will be https://YOURSITE.COM/wp-json/geodir/v2/markers/?post_type=gd_place&lat=22.25865&lon=71.192380&dist=100
– lat = Latitude
– lon = Longitude
– dist = Distance Radius(if not passed default distance will be taken from setting)Kiran
Hello Martin,
Please check i changed Germany to DE at GeoDirectory > Settings > General > Search > Search near additional. Because for Germany OpenStreetMap finds address somewhere in US for 20099 postcode.
Kiran
This reply has been marked as private.Hello maxitec,
You are using even outdated v1 version of GeoDirectory plugins thats why plugins are not showing “Licence Key” input in plugins page.
You have to update those plugins manually.
1) Go to https://wpgeodirectory.com/your-account/ and download v2 plugins that you have active on your site.
2) Backup existing GeoDirectory plugins(ex: geodirectory, geodir_custom_posts etc.)
3) Extract and upload downloaded pluginsTry above steps or provide FTP credentials i will manage this from my side.
Thanks,
KiranJuly 9, 2019 at 8:46 am in reply to: My map doesnt load after i updated to latest version and location manager #496785Hello grindflame,
Issue has been fixed.
There was a JavaScript error that breaking pages on your site. You have used custom custom code in your there footer.php file with /jquery/3.4.0/jquery.min.js JavaScript. WordPress already includes jQuery v1.12.4 so if you include v3.4.0 then it may break JavaScript on pages.
I have removed include of /jquery/3.4.0/jquery.min.js file and now all working fine now.Please check after clearing your browser cache and let us know.
Regards,
KiranHello Michael,
Slider Revolution plugin loads basic version of select2 library and our GeoDirectory plugin uses some advance feature of select2.
I have fixed select2 conflict by adding following PHP snippet under Snippets.
function gd_snippet_190709_revslider_select2() { if ( wp_script_is( 'geodir-admin-script', 'enqueued' ) && wp_script_is( 'geodir-admin-script', 'enqueued' ) ) { wp_dequeue_script( 'revbuilder-utils' ); } } add_action( 'admin_enqueue_scripts', 'gd_snippet_190709_revslider_select2', 999 );Please check and let us know.
Best Regards,
KiranJuly 8, 2019 at 2:07 pm in reply to: website screenshot instead of category image in listings #496668This reply has been marked as private.Hello,
To display custom fields it requires field have display option selected.
Please select correct values for “Show in extra output location” & “Show only on these price packages” from CPT(Places/Builders/Supliers) > Settings > Custom Fields > Field(Ex: Phone).I have tested and it displayed correct(see attachment).
Kiran
Places & Events displayed via Archive Page template(Pages > GD Archive & GD Archive Item). Check more about template system at here: https://wpgeodirectory.com/docs-v2/templates/
Hello Neil,
This has been fixed and it will be in next release.
Patch available ta here: https://github.com/AyeCode/geodirectory/commit/118c1e3903a208d422f85e9028839842c4a1a081
Kiran
was it a mistake that I made, or did that come through an update or installation of a plugin to this error?
May be there is an issue in save default location during setup.
Hello Vivek,
You can try [gd_post_meta] shortcode with image_test key at Pages > GD Archive Item > [gd_post_images].
Kiran
Hi Birgit,
Please try after clearing your browser cache.
There was missing require field error element for field “Partner: Musik & Entertainment”, and it results in JavaScript error. I have fixed to prevent this error.
Please check and let us know.
Regards,
KiranThis reply has been marked as private. -
AuthorPosts