Home › Forums › Basel support forum › My Account Icon not visible
My Account Icon not visible
- This topic has 9 replies, 2 voices, and was last updated 7 years ago by Artem Temos.
-
AuthorPosts
-
December 15, 2017 at 5:10 pm #29120
grni_xyParticipantHi,
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.December 15, 2017 at 6:28 pm #29133
Artem TemosKeymasterHello,
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 StudioDecember 18, 2017 at 3:18 pm #29507
grni_xyParticipantHi 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?
December 18, 2017 at 4:03 pm #29510
Artem TemosKeymasterHi,
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
December 18, 2017 at 4:57 pm #29516
grni_xyParticipantHi,
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.December 18, 2017 at 5:14 pm #29522
Artem TemosKeymasterHi,
Try to click “Sync” button to update the PO file and grab new words from the update.
Regards
December 22, 2017 at 9:49 am #30079
grni_xyParticipantHi,
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
December 22, 2017 at 10:04 am #30081
Artem TemosKeymasterHi,
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
December 22, 2017 at 10:44 am #30094
grni_xyParticipantThis is called great support – works perfectly thanks!
December 22, 2017 at 12:14 pm #30101
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
Tagged: myaccount
The topic ‘My Account Icon not visible’ is closed to new replies.
- You must be logged in to create new topics. Login / Register