Home Forums Basel support forum Login and Register Tab

Login and Register Tab

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #257257

    dreamlenses.ae
    Participant

    Hi, It seems that the Login and Register Tab cannot be seen it my website.(Please see attached image for reference)

    I want it to be shown in all pages, please be so kind to guide me with this.

    Thank you so much.

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

    dreamlenses.ae
    Participant

    To add on this, it is enabled in the theme setting. pls see attached

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
    function basel_custom_header_configuration() {
    		return array(
    			'container' => array(
    				'wrapp-header' => array(
    					'logo',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    					)
    				)	
    			),
    		);
    }

    Regards

    #257402

    dreamlenses.ae
    Participant

    It is now perfectly working. Thank you so much.

    Then is it possible in the theme to have like the drop down option instead of it being in 1 line? Please see attached reference.

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

    Artem Temos
    Keymaster

    Sorry, but there is no such style for login/register links in our theme.

    #258234

    dreamlenses.ae
    Participant

    That’s totally fine.

    Instead, can you help me with the layout to be inline, like this in the photo attached.

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

    Hello,

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Change the row flex layout: https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/ in the row settings: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    Best Regards

    #258288

    dreamlenses.ae
    Participant

    Sorry I don’t have the options.

    I am using the Basel theme.

    #258303

    dreamlenses.ae
    Participant

    Hi is it fixed now.

    #258332

    Hello,

    In the Basel theme, it is necessary to increase the Right column width in the Theme Settings > Header > header layout.

    Best Regards

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