Home Forums Basel support forum How add user-info in header-layout

How add user-info in header-layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13773

    mayien
    Participant

    Hi,

    first, let me say you are a wonderful and flexible theme.

    I would like how can i change “header_links” in
    function basel_custom_header_configuration()

    by the “user-info” like my picture ?

    Thanks a lot,

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

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    Try to add the following code snippet to the functions.php file in your child theme

    	function basel_header_block_header_links() {
    		$instance = array();
    		$instance['title'] = '';
    		echo basel_shortcode_user_panel( $instance );
    	}

    Kind Regards
    XTemos Studio

    #13778

    mayien
    Participant

    Thanks you very much, it’s ok.

    a few CSS and all will be UX.

    Regards,

    Damien

    #13782

    Artem Temos
    Keymaster

    Great, you are welcome!

Tagged: 

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