Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Tania,
This has been fixed and will be available in next release.
Here is patch: https://github.com/GeoDirectory/geodirectory/commit/bb9fa566451297f581ede70179dfae007d1dffbc
Kiran
Hello Shane,
I can’t replicate similar issue on my test site. Please provide site link & admin credentials, so we can check on your site what is wrong there.
Thanks,
KiranHello Cara,
This has been fixed and will be available in next release.
If you need to fix now, then try development version https://github.com/kprajapatii/supreme-directory and check how it goes.
Kiran
This reply has been marked as private.Hello,
From where you rendered map at https://ssonmstaging.wpengine.com/in/new-york/new-york/237-w-48th-street-10036/
This map is listing page map, it should be detail page map. Listing page map does not contains map directions feature.
Let us know.
Kiran
Hello Jeff,
The issue has been fixed and patch updated on your staging site & live site.
Please check and let us know.
Thanks,
KiranJanuary 21, 2019 at 7:59 am in reply to: When Importing from Yelp the form shows deleted images from previous import #464383Hello Scott,
I have some updates in images upload during post importer from Yelp. Please provide FTP credentials to update patch on your site to check and confirm from your side that it is working or not.
Thanks,
KiranJanuary 21, 2019 at 7:56 am in reply to: Imported listing now showing default image, but default CPT image #464381This reply has been marked as private.Hello,
Use following code snippet to sort related event by upcoming date.
function gd_snippet_related_post_sortby( $value, $option, $default ) { global $post; if ( ! empty( $post ) && ! empty( $post->post_type ) && $post->post_type == 'gd_event' && ! is_admin() && geodir_is_page( 'detail' ) ) { $value = 'upcoming'; } return $value; } add_filter( 'pre_option_geodir_related_post_sortby', 'gd_snippet_related_post_sortby', 10, 3 );Kiran
Hello,
This has been fixed. Try this patch https://github.com/AyeCode/geodirectory/commit/ac7dc5904b8b8aec7c5cab73940452cd4779b7bc
Let us know.
Thanks,
KiranThis reply has been marked as private.Hello,
Can you provide screenshot that shows error coming for which listing. Screenshot screen-shot-3.jpg shows error but not showing for which event the error is coming.
Let us know.
Thanks,
KiranHello,
Those listings sorted by the sort option selected at GeoDirectory > Design > Detail > Related Post Settings > Sort by.
Currently it sorting listings by the “Nearest”.
Kiran
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts