• 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 Icon in header

Home › Forums › Basel support forum › Login Icon in header

Login Icon in header

  • This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • April 9, 2018 at 10:00 pm #51735

    DanielaM
    Participant

    Hi!
    I need to have login icon in header, near to wishlist and cart.
    I select:
    Theme setting > Header > My account links >”Show in the HEADER” and style Icon. Clear cache. But it does not appear 🙁
    Admin area access in private content.

    Thank you for your help

    Daniela

    April 10, 2018 at 6:27 am #51756

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

    Regards

    April 15, 2018 at 8:29 am #52579

    DanielaM
    Participant

    Ok, it works!
    Thank you!

    Daniela

    April 15, 2018 at 3:29 pm #52599

    Artem Temos
    Keymaster

    Great, you are welcome.

  • Author
    Posts

Tagged: header, login icon

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

The topic ‘Login Icon in header’ is closed to new replies.

  • 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