-
Author
Tagged: search, Bar, GeoDirectory
-
February 25, 2016 at 19:48 #106683egabillatParticipant
I use these shortcodes of Geodirectory on the same page :
[gd_event_listing layout=5 post_number=20 add_location_filter=”true” list_sort=upcoming list_filter=upcoming][gd_advanced_search]You can see the result on the picture for the search bar.
I had tested KLEO support : Geo Directory Location Manager – Search bar oversize
with no result.I was waiting Kleo 4 upgrade, and I saw the change log : – Fixed GeoDirectory search bar shortcode/widget styling.
Nothing change after up update… 🙁
An idea ? Thank you.
Attachments:
You must be logged in to view attached files.February 26, 2016 at 21:56 #106940LauraModeratorHello, try deleting geodirectory and installing it again ( THIS WILL DELETE SOME OF YOUR GEODIRECTORY SETTINGS ( not categories ))
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 27, 2016 at 18:32 #107103egabillatParticipantThank you Laura but not the good solution.
I’ll not use the shortcode.
Perhaps an idea for this display issue…? See attach picture.
Bon week-end.Attachments:
You must be logged in to view attached files.February 27, 2016 at 18:35 #107105egabillatParticipantPrecision : All my plugins and Kleo updated !
February 28, 2016 at 17:02 #107228rikbutterflyskullParticipantWhat is or what you mean for “Search bar oversize” ?
February 28, 2016 at 17:48 #107232egabillatParticipantSee “écran.png” picture : “rechercher” is not on the same Line as other fiels. It’s not beautiful ! And the same shortcode used with advance search is worth : not Kleo like theme.
February 28, 2016 at 19:35 #107247rikbutterflyskullParticipantKleo supports the main GeoDirectory Core plugin, not the addons like Events/Custom Post Type or Advance Search. In the basic search shortcode there isn’t the cpt/events selector.
You should customize the entire search bar with CSS ( new width % for media queries) if you activated CPT/Events addon.
Try this in style.css
COPY CODE@media (min-width: 1200px) { .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.search_text, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.snear { width: 29%; } .geodir-search .search_by_post, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.geodir_submit_search { width: 20%; } .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search { padding: 10px; } } @media (min-width: 992px) and (max-width: 1199px) { .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.search_text, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.snear { width: 28%; } .geodir-search .search_by_post, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.geodir_submit_search { width: 20%; } .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search { padding: 10px; } } @media (min-width: 768px) and (max-width: 991px) { .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.search_text, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.snear { width: 27%; } .geodir-search .search_by_post, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.geodir_submit_search { width: 20%; } .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search { padding: 10px; } } @media (min-width: 320px) and (max-width: 767px) { .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.search_text, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.snear { width: 100%; margin: 5px auto; } .geodir-search .search_by_post, .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.geodir_submit_search { width: 100%; margin: 5px auto; } .geodir_advanced_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search { padding: 10px; margin: 5px auto !important; } .geodir_advanced_search_widget input, .geodir_advance_search_widget input { margin: 5px auto !important; } }
Attachments:
You must be logged in to view attached files.March 1, 2016 at 20:18 #107883egabillatParticipant@rikbutterflyskull
Hi !
your code work fine, thank you ! -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.