Home Forums Basel support forum Header Layout

Header Layout

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #50449

    emiut
    Participant

    Dear Team,

    I can’t find, between the Header Layout options, that one you published in your demo.
    https://demo.xtemos.com/basel/?head1
    Find attached screenshot.

    Thank you for your help
    Emidio

    #50450

    emiut
    Participant

    Dear Team,

    I can’t find, between the Header Layout options, that one you published in your demo.
    https://demo.xtemos.com/basel/?head1
    Find attached screenshot.

    Thank you for your help
    Emidio

    Attachments:
    You must be logged in to view attached files.
    #50463

    Hello,

    Thank you very much for choosing our theme and contacting our support.

    This is the base demo and in order to get such a layout, you will need to navigate to Theme Settins> Header > Header Layout http://prntscr.com/izu33y

    If you have any questions feel free to contact us.

    Best Regards

    #50540

    emiut
    Participant

    Hi,

    I’ve already selected that option but the the search field doesn’t appear. It appears just the search icon close to cart.

    Thanks
    Emidio

    #50541

    emiut
    Participant

    I got also the problem with the My account links. They don’t appear on the top bar.
    I activated all of them.

    Thanks
    Emidio

    #50547

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

    Search form can be added to the header widgets area via Appearance -> Widgets.

    #50601

    emiut
    Participant

    Hi guys,

    I asked you to have the same layout like on your demo, instead with your code our website looks different.

    Please find attached your original demo and please look at https://www.emiut.com for what we got with your code.

    Thanks
    Emidio

    Attachments:
    You must be logged in to view attached files.
    #50604

    Artem Temos
    Keymaster

    Hi,

    OK, so this code is not required for your website.

    Be sure that you have enabled categories dropdown for search in Theme Settings -> Header -> Other.

    Menu in the top bar can be added and managed via Appearance -> Menus.

    Regards

    #50610

    emiut
    Participant

    Hi,

    Thank you. How can I hide the search icon in the desktop? The search box should overwrite the icon on the right hand side.

    Thank you
    Emidio

    #50626

    emiut
    Participant

    Hi,
    How can I hide the search icon in the desktop?
    The search box should overwrite the icon on the right hand side.

    Thank you
    Emidio

    #50642

    Hello,

    You can hide search icon here: Theme Settings -> Header -> Other.

    Best Regards

    #50646

    emiut
    Participant

    Thank you for your help!

    Emidio

    #50671

    You are always welcome. If you have any questions feel free to contact us.

    Best Regards

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

The topic ‘Header Layout’ is closed to new replies.