Home Forums Basel support forum Header Login/register not showing

Header Login/register not showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #193308

    alex33160
    Participant

    Hello,

    I have two problems.

    1/ The Login/register text is not showing in the header navigation bar (laptop)

    2/ The top bar is not showing in the homepage (maybe because of slider revolution)

    PS: I activated them in the them sitting but nothing change, thank you to see the screenshot showing my sitting.

    Thank you,

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

    Hello,

    Please provide the site admin access to the private area I will check the settings.

    Best Regards

    #193491

    alex33160
    Participant

    Thank you.

    #193662

    Hello,

    You need to remove the negative margin for the top bar. https://gyazo.com/1ca1b549e7787f5c37eacc7272c12e2a

    This header layout does not have My Account element. 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'
    			)
    		)	
    	);
    }

    Best Regards

    #193779

    alex33160
    Participant

    Hello,

    Thank you for your answer.

    1/ for the negative margin it works fine thank you!
    2/ I don’t have the child theme, when I get the theme i did not receive the child theme with it. How can i get it? If not can i add the code in the main theme function.php too?

    Thank you,

    regards,

    #193799

    Hello,

    Please send me your main in the private are I will send you.

    Best Regards

    #193807

    alex33160
    Participant

    Hello,

    Thank you for your answer.

    #193981

    Hello,

    I have sent the child theme.

    Best Regards

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