Home › Forums › Basel support forum › search bar full not display
search bar full not display
- This topic has 26 replies, 3 voices, and was last updated 6 years, 4 months ago by Artem Temos.
-
AuthorPosts
-
July 28, 2018 at 1:34 pm #69739
esthetisParticipantHi
we changed header layout to use the full width search bar and remove search icon.
see attached but I still see only icon on http://www.dermastore.ch
Attachments:
You must be logged in to view attached files.July 28, 2018 at 3:36 pm #69757
Elise NoromitMemberHello,
Please provide your site admin access.
Best Regards
July 29, 2018 at 7:58 am #69809
esthetisParticipantHi answered private
July 29, 2018 at 9:22 am #69819
Elise NoromitMemberHello,
Please check your access I cannot log in.
Best Regards
July 29, 2018 at 9:24 am #69821
esthetisParticipantI tried and I can plese user and pass below
July 29, 2018 at 9:54 am #69824
Elise NoromitMemberHello,
I still cannot log in http://prntscr.com/kccsg8
Please deactivate all the blocking plugins.
Best Regards
July 29, 2018 at 9:56 am #69825
esthetisParticipantplease read above is not http://www.dermastore.ch/admin… http://staging.esthetis.ch/admin
July 29, 2018 at 10:59 am #69828
Elise NoromitMemberHello,
This type of header layout requires a search widget in header widget area http://prntscr.com/kcd5qh
Now it works.
Best Regards
July 29, 2018 at 11:12 am #69830
esthetisParticipantbut how to keep now the ‘login/register’ text?
July 29, 2018 at 2:35 pm #69840
Elise NoromitMemberHello,
What do you mean? Your login/register links is here now http://prntscr.com/kcepp3
Best Regards
July 29, 2018 at 2:40 pm #69841
esthetisParticipantno I mean text prior to wishlist
July 29, 2018 at 3:07 pm #69847
Elise NoromitMemberIf you use full-width search this text is hidden, moreover, you have “My Account” in the top bar
July 29, 2018 at 3:42 pm #69852
esthetisParticipantHi,
Please let me know how to remove the fine lines that overlap menu under search bar
tested on Firefox attached screenshot or just http://staging.esthetis.ch
Attachments:
You must be logged in to view attached files.July 29, 2018 at 7:03 pm #69867
Elise NoromitMemberHello,
Please add this CSS to Theme Settings > Custom CSS:
.search-results-wrapper .basel-scroll .basel-search-results { overflow: unset; overflow-x: hidden; }
Best Regards
July 29, 2018 at 7:07 pm #69868
esthetisParticipantalso the title ‘search’ will automatically added in the widget also if we saved without title
attached
Attachments:
You must be logged in to view attached files.July 29, 2018 at 7:43 pm #69882
esthetisParticipantWe want to keep search icon only on sticky menu, but it is double on normal menu as we use widget search bar
We would like to remove search icon on normal menu by replacing ‘login/register’ link text.
Attached screenshot with double search bar
Attachments:
You must be logged in to view attached files.July 30, 2018 at 6:45 am #69896
Elise NoromitMemberJuly 30, 2018 at 5:09 pm #70025
esthetisParticipantWe want to keep search icon only ohttps://xtemos.com/wp-content/uploads/2018/07/double-search.jpgn sticky menu, but it is double on normal menu as we use widget search bar
We would like to remove search icon on normal menu by replacing ‘login/register’ link text.
Attached screenshot with double search bar
Attachments:
You must be logged in to view attached files.July 30, 2018 at 5:19 pm #70037
Artem TemosKeymasterBy default, this header layout doesn’t have Login/Register link. But you can add it manually placing the following code snippet to the functions.php file in the child theme.
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'logo', 'widget_area', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), 'navigation-wrap' => array( 'container' => array( 'main_nav' ) ) ); }
July 30, 2018 at 5:42 pm #70039
esthetisParticipantok but you didn’t answer how to remove the search icon, as we already use the search bar.
We have to keep the icon in the sticky menu only
July 31, 2018 at 6:13 am #70074
Artem TemosKeymasterAs we can see, you already disabled it, didn’t you? https://gyazo.com/3b03286f363774a5a29f534f2bf47900
July 31, 2018 at 6:24 am #70076
esthetisParticipantYes I disable but we want to keep on sticky menu.
Please let me know how to show on sticky menu
July 31, 2018 at 6:28 am #70077
Artem TemosKeymasterPlease, enable it first, we will check what we can do there.
July 31, 2018 at 6:31 am #70078
esthetisParticipantenabled now
July 31, 2018 at 6:33 am #70080
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings
.main-header .search-button { display: none; }
July 31, 2018 at 6:43 am #70082
esthetisParticipantIs there a way to show the search bar on mobile under the logo ?
attached screenshot
Attachments:
You must be logged in to view attached files.July 31, 2018 at 6:44 am #70084
Artem TemosKeymasterSearch is shown in the mobile navigation section and there is no option to show it as on your screenshot, unfortunately.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register