Home Forums Basel support forum search bar full not display

search bar full not display

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #69739

    esthetis
    Participant

    Hi

    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.
    #69757

    Hello,

    Please provide your site admin access.

    Best Regards

    #69809

    esthetis
    Participant

    Hi answered private

    #69819

    Hello,

    Please check your access I cannot log in.

    Best Regards

    #69821

    esthetis
    Participant

    I tried and I can plese user and pass below

    #69824

    Hello,

    I still cannot log in http://prntscr.com/kccsg8

    Please deactivate all the blocking plugins.

    Best Regards

    #69825

    esthetis
    Participant
    #69828

    Hello,

    This type of header layout requires a search widget in header widget area http://prntscr.com/kcd5qh

    Now it works.

    Best Regards

    #69830

    esthetis
    Participant

    but how to keep now the ‘login/register’ text?

    #69840

    Hello,

    What do you mean? Your login/register links is here now http://prntscr.com/kcepp3

    Best Regards

    #69841

    esthetis
    Participant

    no I mean text prior to wishlist

    #69847

    If you use full-width search this text is hidden, moreover, you have “My Account” in the top bar

    #69852

    esthetis
    Participant

    Hi,

    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.
    #69867

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .search-results-wrapper .basel-scroll .basel-search-results {
        overflow: unset;
        overflow-x: hidden;
    }

    Best Regards

    #69868

    esthetis
    Participant

    also 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.
    #69882

    esthetis
    Participant

    We 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.
    #69896

    Hello,

    Now there is no title: http://prntscr.com/kcmuyb

    Best Regards

    #70025

    esthetis
    Participant

    We 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.
    #70037

    Artem Temos
    Keymaster

    By 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'
    			)
    		)	
    	);
    }
    #70039

    esthetis
    Participant

    ok 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

    #70074

    Artem Temos
    Keymaster

    As we can see, you already disabled it, didn’t you? https://gyazo.com/3b03286f363774a5a29f534f2bf47900

    #70076

    esthetis
    Participant

    Yes I disable but we want to keep on sticky menu.

    Please let me know how to show on sticky menu

    #70077

    Artem Temos
    Keymaster

    Please, enable it first, we will check what we can do there.

    #70078

    esthetis
    Participant

    enabled now

    #70080

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .main-header .search-button {
    	display: none;
    }
    #70082

    esthetis
    Participant

    Is 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.
    #70084

    Artem Temos
    Keymaster

    Search is shown in the mobile navigation section and there is no option to show it as on your screenshot, unfortunately.

Viewing 27 posts - 1 through 27 (of 27 total)