Home › Forums › Basel support forum › My Account Link in Header Menu
My Account Link in Header Menu
- This topic has 7 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 22, 2020 at 5:57 pm #228176
uvaluxParticipantHello,
I recently updated the Header Style from option 1 (E-Commerce) to option 2 (Simplified) as I found my menu was getting too long and created a 2nd row of tabs below.
However now I am missing the ‘My Account link’ login that used to appear. From what I found in the forum it is to add this code but it does not format correctly… (see attached screenshots)
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’
)
)
);
}Attachments:
You must be logged in to view attached files.September 23, 2020 at 7:10 am #228296
Elise NoromitMemberHello,
You need to increase the width of the right column in the Header in the Theme settings > Header > Header layout
Remove the Social network widget from Appearance > Widgets > Widget area in the Header
Then we shall check the logo.
Best Regards
September 25, 2020 at 3:42 pm #228954
uvaluxParticipantHello,
Ok I have made the change, the link appears now but I still see the social icons in the header. There is no widget in the Appearance > Widgets > Widget area in the Header.
Attachments:
You must be logged in to view attached files.September 25, 2020 at 8:20 pm #228975
Elise NoromitMemberHello,
Please provide your site admin access to the private area I will check.
Best Regards
September 25, 2020 at 10:26 pm #228986
uvaluxParticipantHere is the info thanks
September 26, 2020 at 8:45 am #229040
Elise NoromitMemberHello,
You have added them in the Header text, please have a look at the screen and check: https://prnt.sc/uo6s4d
Best Regards
September 28, 2020 at 3:08 pm #229366
uvaluxParticipantOk I have removed the social icons from header but the appearance is still placing the nav menu tab links below the header. The Simplified menu is activated but it looks more like the Base header style? How do I move the nav menu beside the logo, in the center of the header?
Attachments:
You must be logged in to view attached files.September 28, 2020 at 10:21 pm #229416
Elise NoromitMemberHello,
You have added the customization that is why the header has been changed.
Please consider the layout with the Account by default.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register