Home Forums Basel support forum My Account Icon not visible

My Account Icon not visible

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #29120

    grni_xy
    Participant

    Hi,

    I am using basel template and activated the option “My Account links in header” in Theme Settings > myAccount but there is no icon or a my Account link displayed in the navigation bar.

    thanks for your help,

    grni_xy

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

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

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

    Kind Regards
    XTemos Studio

    #29507

    grni_xy
    Participant

    Hi thanks very much.

    This works great, but I need to translate it in german. Actually it’s Hello %username%.

    I tried to search and translate the text string but could not find it in the Theme…

    How can I translate this?

    #29510

    Artem Temos
    Keymaster

    Hi,

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=tAFq1yTfWfU

    Regards

    #29516

    grni_xy
    Participant

    Hi,

    yes I know and I am using Loco Translate which works for all other string and parts. But I was not able to find the mentioned string with loco translate (screenshot attached). Did I miss something?

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

    Artem Temos
    Keymaster

    Hi,

    Try to click “Sync” button to update the PO file and grab new words from the update.

    Regards

    #30079

    grni_xy
    Participant

    Hi,

    I already tried to sync it but the string is still not available. I am still not able to find it in Child or Original Theme.

    any other idea?

    Regards

    #30081

    Artem Temos
    Keymaster

    Hi,

    We released a new version with a fix to this issue. To update the theme you need download the latest version on ThemeForest -> Downloads. Then just reupload new theme via Appearance -> Themes but install this plugin firstly https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
    Also, we suggest you make a backup of all your files before any update.

    Regards

    #30094

    grni_xy
    Participant

    This is called great support – works perfectly thanks!

    #30101

    Artem Temos
    Keymaster

    Great, you are welcome!

Tagged: 

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

The topic ‘My Account Icon not visible’ is closed to new replies.