Home Forums Basel support forum Problem with Login / Register

Problem with Login / Register

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11253

    3Q
    Participant
    #11260

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    By default, this header layout doesn’t support Login / Register links. If you want, you can add them manually. Just paste this code snippet to the functions.php file in your 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',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    					)
    				)	
    			),
    		);
    }

    As for icons, don’t paste the full name like fa fa-cart. Simply put cart.

    Kind Regards
    XTemos Studio

    #11373

    3Q
    Participant

    Hi. Thanks for your reply and supports!…

    One last thing, Instead My Account / Logout after registering, How can i possibly add Welcome User!? Suppose i have registered by name Qais, After registering, instead My Account, I want to add Welcome Qais!

    Awaiting Thanks.

    #11378

    Artem Temos
    Keymaster

    Sorry, but it may require additional code customization and this function is not included in our theme.

    Regards

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