Paolo
Forum Replies Created
-
AuthorPosts
-
That address looks correct, I’ve notified Stiofan…
Thanks for your patience,
Hi,
please provide a link and possibly admin credentials in a private reply and we will do some testing too.
I think the problem is related to GeoLocation settings.
Stiofan has been alerted.
Thanks
Hi,
the breadcrumb should be above the title.
Please provide admin credentials and we will have a look.
Thanks
have you tried clearing GD Booster’s cache?
Let us know,
Thanks
Hi,
with Chrome when can send fake lat and long and emulate how a website is viewed from another location.
If I set my fake location in Boston:
Latitude : 42.3600825
Longitude: -71.05888010000001I’m redirected to Boston and I see listings. See image attached.
In order to know what’s not working for you, please provide examples.
What happen when you share your location, to what city are you redirected and you see No listings Found?
For example, me I’m in Mexico and if I share my true location with your website I’m redirected to Orlando Florida where there are no listings, so it’s normal to get that result.
Let us know,
Thanks
The only way to test if they are compatible is to test them.
Thankswe removed the option to show them in the listings pages. It was an oversight as there was no possible way that the enquiry and send to friend forms would work on that page.
Thanks
Hi,
I’ve just quickly tested what Simone suggested and with a slight change to the css it works perfectly.
To hide the Claim link in all listings of the Museum category here: http://wpgeo.directory/attractions/united-states/new-york/new-york/museum/museum-of-modern-art/ for example.
In functions.php of the theme:
add_filter(‘body_class’, ‘gd_cat_body_class’);
function gd_cat_body_class($classes) { global $post; if (geodir_is_page('detail') && ($post->default_category == '41' ) ) { $classes[] = 'noclaim'; return $classes;} return $classes; }Make sure you are using the right category ID, here we are using 41 because that’s the ID of the Museum category for that website. If you need more than one category follow suggestion provided here.
In your css:
.noclaim .geodir-company_info p:last-child { display: none; }Just a reminder of our support policy, this is a paid support forum where we assist using GeoDirectory, not to customize it to your liking: https://wpgeodirectory.com/support-policy/
With over 1000 members, if we had to provide this level of support to all, there would be no more GeoDirectory because we would fail. What would be more disapoointing?
Please be reasonable and limit requests like this in the future.
Thanks
Please find it attached.
Thanks
June 9, 2015 at 9:15 pm in reply to: Showing the current user's listing detail in their dashboard #41950Have you tried this? https://wordpress.org/plugins/bp-redirect-to-profile/
Here there is someone that seem to have the exact same problem:
https://buddypress.org/support/topic/redirect-to-profile-page/
Let us know,
Thanks
Please go to Table: wp_geodir_post_review and make sure the image path is still there…
Let us know,
Thanks
hi,
It’s seems like the information about the right icon is missing in your database somehow…
1st I would try to Sync GD Categories in GeoDirectory >> GD Tools, if that doesn’t work I’d try to edit the category and save the icon again. Last thing that you could try is to edit and save any listing of that category.
Let us know how you went.
Thanks
This reply has been marked as private.Hi,
is it normal that some of your comments are dated back from 2011?
Did you alter comments in the database in any way?
Today we released a new version of Multiratings. Please install it if you haven’t yet and let us know the result.
Thanks
thank you, Giri will let us know asap.
Thanks
-
AuthorPosts