• Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
Login / Register
Checkout
Checkout
Menu

Home / Forums / Basel support forum / Header login / register is not showing even though it is enabled

Home › Forums › Basel support forum › Header login / register is not showing even though it is enabled

Header login / register is not showing even though it is enabled

  • This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by Elise Noromit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • June 13, 2020 at 10:51 am #203129

    sjensen2401
    Participant

    Hi
    I have a problem with the login / register and my account function in the header.
    On my website is it not showing.

    Image of the login / register is enabled in the header settings:
    https://tinyurl.com/ycjzpdqf

    Here is your demo header
    https://tinyurl.com/ycq2644a

    and here is my demo header where the login and my account is not visible in the header:
    https://tinyurl.com/yb9kdqkt

    How can I show the login / register in the header and when they are logged in it is my account?

    June 13, 2020 at 2:51 pm #203181

    Elise Noromit
    Member

    Hello,

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

    Best Regards

  • Author
    Posts

Tagged: login

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to create new topics. Login / Register

Your request can't be resolved for a long time? Contact our general support manager.

Contact form
WoodMart Facebook Group
Create your WordPress website.
  • Resources
    • Video tutorials
    • Blog
    • Contact us
    • Refund Policy
    • Terms of Service
  • Social links
    • Facebook
    • Twitter
    • Instagram
    • YouTube
@ XTemos studio. 2025 WordPress development from 2015.

Privacy Policy

  • Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
  • Login / Register
Sign in
Close

Lost your password?

No account yet?

Create an Account