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

Home / Forums / Basel support forum / Base Header login/register button disappeared

Home › Forums › Basel support forum › Base Header login/register button disappeared

Base Header login/register button disappeared

  • This topic has 3 replies, 3 voices, and was last updated 6 years, 2 months ago by Artem Temos.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • June 27, 2019 at 2:44 pm #130400

    johnkoo
    Participant

    Hi the login/register button and also the hidden sidebar for login and register is disabled on “Base header” design. It is only available for E-commerce design header.

    Is there anyway to add the login/register button to the “Base header”?

    I’m almost finished with my site but this problem makes me go crazy.

    Thanks in advance.

    June 27, 2019 at 4:36 pm #130405

    Elise Noromit
    Member

    Hello,

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

    You can create a menu in Appearance > Menu and show it in the top bar http://prntscr.com/o7jdcu but it would not be a sidebar.

    It is not possible to add My Account icon into the Base header.

    Also, Double menu header has My Account icon

    Best Regards

    June 28, 2019 at 1:41 am #130426

    johnkoo
    Participant

    Thanks for the reply.

    Is there anyway to insert it via shortcode or filter?

    I found this following filter somewhere

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

    Where can I find the code for the header design?
    maybe I can tweak some code to include the login/register function to the ‘Base Header’
    I see the sidebar code still exist and it would be a waste if I don’t utilize it in my site.

    Thanks.

    John

    June 28, 2019 at 6:05 am #130439

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

Tagged: header, header design, login/register button

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

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

Contact form

Other themes
Live Preview Details

Antares

eCommerce
Furniture and decor store
From: $49.00 / year
Live Preview Details

Pluto

Corporate
Photo & video creators
From: $49.00 / year
Live Preview Details

Mercury

Corporate
Museum and archaeological
From: $49.00 / year
Live Preview Details

Uranus

Multipurpose
Spa, health and body care
From: $49.00 / year
Live Preview Details

Ceres

Blog
Barber shop
From: $49.00 / year
Live Preview Details

Lumen

Multipurpose
Constructions and architecture
From: $48.00 / year

View all themes →

Powerful tools for growing your business.

Resources

    • Video Tutorials
    • Blog
    • Contact Us
    • Refund Policy

Social Links

    • Facebook
    • X
    • Instagram
    • YouTube

@ XTemos Studio 2025 WordPress development since 2015.

  • Privacy Policy
  • Cookie policy
  • Terms and Conditions
  • Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Docs
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Image OptimizerNEW
  • Login / Register
Sign in
Close

Lost your password?

No account yet?

Create an Account
Sidebar
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
More info More info Accept