Kiran
Forum Replies Created
-
AuthorPosts
-
Hi @identity,
this has been fixed and it will be in next release of Supreme Directory theme.
To apply patch on your site add following code in end of file WORDPRESS_ROOT\wp-content\themes\supreme-directory\inc\geodirectory-compatibility.php
function sd_geodir_search_page_featured_area_title( $title ) { if ( geodir_is_page( 'search' ) ) { $title = the_title( '', '', false ); } return $title; } add_filter( 'sd_featured_area_search_page_title', 'sd_geodir_search_page_featured_area_title', 10, 1 );
Regards,
KiranFebruary 3, 2020 at 7:20 am in reply to: One category has a -1 in the permalink. Where do I fix this? #528457This reply has been marked as private.Glad to hear that issue solved 🙂
Kiran
February 3, 2020 at 6:28 am in reply to: One category has a -1 in the permalink. Where do I fix this? #528453This reply has been marked as private.February 3, 2020 at 5:54 am in reply to: Slow query – one query is being called on all the pages #528450This reply has been marked as private.Hi,
– “Enable neighbourhoods?” must be enabled to use [gd_locations what=’neighbourhood’].
– Currently it is not possible to show 1 region, but i have added a todo task to provide option in widget to show only current region.
– You can delete locations from GeoDirectory > Settings > Locations. Make sure there is no listing assigned to location that being deleted. Otherwise it will also delete listing assigned to that location.
Kiran
Glad to hear that it worked 🙂
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.You can delete listings from Backend Places list. This will not affect plugin settings.
Kiran
Hi Alfonso,
Glad to hear that it worked successfully 🙂
I have disabled debugging which was enabled for testing purpose.
Have a good day.
Regards,
KiranThis reply has been marked as private. -
AuthorPosts