Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello David,
This has been fixed. Please check and let us know.
Regards,
KiranThis reply has been marked as private.Hello Kai,
There was conflict with theme template & GD template. I have added following snippet to fix it.
/*** Content ***/ function gd_snippet_impreza_content_archive_id( $value ) { global $post; if ( ! empty( $post ) && $post->post_type == 'page' && ( geodir_archive_page_id() == $post->ID || geodir_search_page_id() == $post->ID ) ) { $value = get_post_meta( $post->ID, 'us_content_id', true ); } return $value; } add_filter( 'usof_get_option_content_archive_id', 'gd_snippet_impreza_content_archive_id', 10, 1 ); /*** Sidebar ***/ function gd_snippet_impreza_sidebar_archive_id( $value ) { global $post; if ( ! empty( $post ) && $post->post_type == 'page' && ( geodir_archive_page_id() == $post->ID || geodir_search_page_id() == $post->ID ) ) { $value = get_post_meta( $post->ID, 'us_sidebar_id', true ); } return $value; } add_filter( 'usof_get_option_sidebar_archive_id', 'gd_snippet_impreza_sidebar_archive_id', 10, 1 );Please check and let us know.
Thanks,
KiranHi Giovan,
how much is the minimum distance difference in which the places would have to be so that different results are shown?
Near me search filters shows results within radius set in GeoDirectory > Settings > General > Search > Search near radius.
By using this search radius it calculate latitude & longitude range. All listings will be displayed which falls in latitude & longitude range.Let us know.
Kiran
There was conflict in JavaScript. Don’t worry about future update because fix already included in core.
Kiran
This reply has been marked as private.If date is “unknown” or “never” and listing status is publish then no need to renew because this listing will never expired.
Kiran
May 28, 2019 at 1:16 pm in reply to: How to publish payment packages for front end user to choose #489486Hi Kate,
Please check & reply first: https://wpgeodirectory.com/support/topic/activating-location-manager-add-on-crashes-my-site/#post-489484
Kiran
Hi Kate,
Admin credentials are not working, please check.
I have checked files for GeoDirectory plugins and found that some plugins contains files from both v1 & v2 versions.
Those plugins are:
geodir_advance_search_filters
geodir_event_manager
geodir_location_manager
geodir_payment_managerPlease download recent v2 plugins listed above and REPLACE each plugin under /plugins/ directory.
Let us know.
Regards,
KiranThis reply has been marked as private.This reply has been marked as private.Hello,
Issue has been fixed, please check and let us know.
Thanks,
KiranHi Iain,
On which page you found this query stuck the mysql? In Yoast SEO sitemap or any other frontend page?
You can disable locations in sitemap from GeoDirectory > Settings > Locations > Settings > Yoast SEO sitemap > Exclude location pages(posts types, categories, tags)
Let us know.
Kiran
Hi Ali,
Ratings are stored with comment ID and WordPress do not allows to store empty comments. So at the moment it is not possible to make comments optional.
Thanks,
Kiran -
AuthorPosts