Paolo
Forum Replies Created
-
AuthorPosts
-
Greg, I get: Forbidden
You don’t have permission to access /add-listing/ on this server.
Already told you… please make sure you don’t have IP blockers or any strange server protection in place before requesting for support.
Thanks
Absolutely yes.
ThanksFebruary 3, 2015 at 11:55 pm in reply to: How do I offer a list of neighborhoods to click on? #29852Currently not, you would ahve to rewrite the widget a little.
Neighbourhoods are 1 of the part that need more improvements. We will start working on it in a very neary future.
Thanks
Making the map show the members’ locations sholdn’t be impossible, but it’s not part of current plans.
You can request here https://wpgeodirectory.com/requests/ and if many other will vote for it, we will be glad to look into it.
Thanks
FYI, given that you are using Buddyrpess:
https://wpgeodirectory.com/support/topic/geodirectory-buddypress-integration-addon-beta-released/
Hope you like it! 🙂
You should psuh your visitor to use the Near me option instead when searching.
That will look for their location and if there are listings witin a X radius, it will show them, if there are no listing near him, it will load the closest city in your database that has some listings.
In my opinion what it does out of the box is already better than the custom solution you are trying to achieve.
Thx
If you zoom out on an empty map you don’t get the markers of nearby villages.
The map doesn’t load the markers of all locations all the time. It would be so slow that you would want to remove it from the website.
Thanks
What looks like a big error is having empty locations.
Thank you
1) When there are no listings the map returns a white screen to load faster.
2) I’m sure that can be corrected, how did you translate the country? I think Simone solved this for someone else I’ll ask him if he remembers how.
Thx
pls provide wp admin credentials and make sure the URL is correct because it gives “403 | Forbidden” error.
Thx
You need to add other category checks:
&& ($post->default_category == ‘3’ ) //to add it also to cat with id 3
Complete Example:
add_filter('body_class', 'gd_cat_body_class'); function gd_cat_body_class($classes) { global $post; if (geodir_is_page('detail') && ($post->default_category == '2' ) && ($post->default_category == '3' ) ) { $classes[] = 'no-claim'; return $classes;} return $classes; }Let us know,
Thx
-
AuthorPosts