Home › Forums › Basel support forum › Login and Register Tab
Login and Register Tab
- This topic has 9 replies, 3 voices, and was last updated 3 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
January 11, 2021 at 8:14 am #257257
dreamlenses.aeParticipantHi, It seems that the Login and Register Tab cannot be seen it my website.(Please see attached image for reference)
I want it to be shown in all pages, please be so kind to guide me with this.
Thank you so much.
Attachments:
You must be logged in to view attached files.January 11, 2021 at 8:26 am #257261
dreamlenses.aeParticipantTo add on this, it is enabled in the theme setting. pls see attached
Attachments:
You must be logged in to view attached files.January 11, 2021 at 12:41 pm #257394
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
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', ) ) ), ); }
Regards
January 11, 2021 at 1:01 pm #257402
dreamlenses.aeParticipantIt is now perfectly working. Thank you so much.
Then is it possible in the theme to have like the drop down option instead of it being in 1 line? Please see attached reference.
Attachments:
You must be logged in to view attached files.January 11, 2021 at 1:41 pm #257410
Artem TemosKeymasterSorry, but there is no such style for login/register links in our theme.
January 14, 2021 at 5:30 am #258234
dreamlenses.aeParticipantThat’s totally fine.
Instead, can you help me with the layout to be inline, like this in the photo attached.
Attachments:
You must be logged in to view attached files.January 14, 2021 at 8:04 am #258284
Elise NoromitMemberHello,
Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Change the row flex layout: https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/ in the row settings: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Best Regards
January 14, 2021 at 8:09 am #258288
dreamlenses.aeParticipantSorry I don’t have the options.
I am using the Basel theme.
January 14, 2021 at 8:24 am #258303
dreamlenses.aeParticipantHi is it fixed now.
January 14, 2021 at 10:25 am #258332
Elise NoromitMemberHello,
In the Basel theme, it is necessary to increase the Right column width in the Theme Settings > Header > header layout.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register