Simone
Forum Replies Created
-
AuthorPosts
-
Hi, please be patient, the dev team will let you know as soon as it is sorted out
Ok, it seems there are some issues with the two sidebars and GD, could you please post your FTP detail so the team could fix it and update the future releases of the core?
ThanksHello, the user/password are wrong
ERROR: La contraseña que has escrito para el usuario paolo es incorrecta.
Could you post your login details in a private reply so we can have a look please?
Hi Marie, this is a theme issue (not a GD issue). Basically what you got it is a wider menu-bar so you can’t see the “arrow” for the submenu.
you can give a try by adding this in your style.css
.mm-list a.mm-subopen { width:100% !important; }
Hello, did you change the width for the left/right/content area in Geodirectory/Design and then in Listing and Home tab ?
I don’t really know Divi, so it might be some theme settings for the sidebars and content width as wellAwesome, Enjoy GD! 🙂
Hello, sorry for the misunderstanding. Achieving that requires some css knowledge and so this is a custom modification.
This is not natively possible.
You can either request it in the Request board (here https://wpgeodirectory.com/requests/) or post it in the Jobs section (here https://wpgeodirectory.com/support/forum/geodirectory-jobs/ )Hello Marie, please post your url so we can actually see it in action , thanks
you can try this one
add_action('geodir_after_listing_post_excerpt' ,'tag_in_search'); function tag_in_search($tab_index) { if (geodir_is_page('search')) { global $post, $wpdb, $wp_query ; $postid = $wp_query->post->ID; $post_details = geodir_get_post_info($entry[$postid]); echo "<div class="".$postid ."">".$post_details->post_tags."</div>"; } }
it should be adding a class using the ID of each listing.
It is not possible to play with tags in the advances search, natively.You can decide what to load in the map, map widget has option, you can set them to load in a particular zoom, or to have an autozoom, which will load the map based on the listings and will auto-zoom showing all the listings in the map area.
CSS will hide all the carets, not only the first one
A default city is mandatory
Ok, this is not what should happen, could you please post url and login details? I think it could be something wrong with the locations
Hi, I think you refer to the “caret-right” list icon at the beginning of the list of the locations, however I cannot see a caret icon at the beginning, just one per location.
It might be that the icon without anything in it could be a “wrong” location, please check if you have a “wrong” Location in the multilocation settingsHello, you can choose “Radio” in the custom field, and set it to appear in the search filters
-
AuthorPosts