• 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 / Login/Register on Top Bar

Home › Forums › Basel support forum › Login/Register on Top Bar

Login/Register on Top Bar

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Artem Temos.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • May 6, 2019 at 2:24 pm #122360

    pekavar
    Participant

    Hi,
    Thank you for this great theme. I’m working on the base demo.
    As per my needs, I’m using the simplified header option, which does not has Login/Register option integrated and I need it. Instead, I placed that on the Top Bar and used the login-side-opener class to maintain the fancy side login sliding in from the right.
    Unfortunately there’s no proprietary URL to Login separated from My Account, which means once logged in, the button to access the account is still trying to apply the login-side-opener class without success, obviously.
    I need one of the following solutions:
    1. Possibility of integrating the Login with the Simplified Header where I can use the side-opener class;
    or
    2. Change the Login/Register button to My Account (once logged in) and disable the side-opener class
    I’m still working on this website for a client and I’m doing it on my own domain until I get it finished and transfer everything to his domain.

    Another thing, the Wishlist URL is wrong, it’s redirecting to My Account, instead of sending to the Wishlist page.

    Thank you for your help.

    May 6, 2019 at 2:37 pm #122364

    Artem Temos
    Keymaster

    Hi,

    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',
    					'main_nav',
    					'right-column' => array(
    						'header_links',
    						'search',
    						'wishlist',
    						'cart',
    						'mobile_icon',
    					)
    				)	
    			),
    		);
    }

    Regards

  • Author
    Posts

Tagged: header, login, menu, my account, top bar

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