Simone
Forum Replies Created
-
AuthorPosts
-
I meant to say, in an informal way, that we need URL and LOGIN DETAILS in order to check, thanks.
You can send the details in a private reply so only the staff and you will see that.Hello wally please post url and login details and we will help you out
you’re a very fast learner instead 🙂
you’re welcomego with this, disregard the first code
.geodir-breadcrumb ul li { display:none; }
Hello, could you provide login details?
thanksHello, is your website the museum one?
I tried to change some location and it works as expected.
Could you post URL and steps you take to replicate the issue please?Hello,
1 – Install a plugin called widget logic, here https://wordpress.org/plugins/widget-logic/ and then on your widget add this code in the Widget logic areageodir_get_current_posttype()=='gd_event'
this will be visible only to the events. change gd_event to whatever is the venue post type
2- is it greyed out so users can not add a review? Have you enabled the reviews in WordPress?
Hello, any clue on how to get your url and login details ? 🙂
Hello, add this in your style.css inside your child theme’s folder
.geodir-breadcrumb { display:none; }
Hello, add this in your style.css inside your child theme’s folder
div#gd_home_map_cat.gd_home_map_map_category.map_category { display:none; }
😉
for your second issue, I think something weird is happening with buddy press and the login-url system.
A quick workaround is to add a custom link pointing to /?geodir_signup=true and with the help of this plugin
https://wordpress.org/plugins/menu-items-visibility-control/
you can hide it to logged in users with this condition! is_user_logged_in()
Let us know how it goes
Glad it is sorted out
Hello, you cannot specify which state/city to show, but there is a widget that will show listings based on your location (already stored in a session, when visiting or switching location)
[gd_popular_post_view add_location_filter=true]
Hello, this is due to your theme’s style.css
it has a left margin of 170px in.fusion-main-menu .sub-menu ul
Try to balance it adding
ul.chosen-results { margin-left:-170px; }
in your style.css inside your child theme.
Ok, I think you managed to remove them since i can’t see the link you provided, is it?
-
AuthorPosts