Home › Forums › Basel support forum › Header Layout
Header Layout
- This topic has 12 replies, 3 voices, and was last updated 7 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
April 2, 2018 at 4:19 pm #50449
emiutParticipantDear Team,
I can’t find, between the Header Layout options, that one you published in your demo.
https://demo.xtemos.com/basel/?head1
Find attached screenshot.Thank you for your help
EmidioApril 2, 2018 at 4:22 pm #50450
emiutParticipantDear Team,
I can’t find, between the Header Layout options, that one you published in your demo.
https://demo.xtemos.com/basel/?head1
Find attached screenshot.Thank you for your help
EmidioAttachments:
You must be logged in to view attached files.April 2, 2018 at 5:19 pm #50463
Elise NoromitMemberHello,
Thank you very much for choosing our theme and contacting our support.
This is the base demo and in order to get such a layout, you will need to navigate to Theme Settins> Header > Header Layout http://prntscr.com/izu33y
If you have any questions feel free to contact us.
Best Regards
April 3, 2018 at 8:45 am #50540
emiutParticipantHi,
I’ve already selected that option but the the search field doesn’t appear. It appears just the search icon close to cart.
Thanks
EmidioApril 3, 2018 at 8:48 am #50541
emiutParticipantI got also the problem with the My account links. They don’t appear on the top bar.
I activated all of them.Thanks
EmidioApril 3, 2018 at 9:18 am #50547
Artem TemosKeymasterBy 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', 'widget_area', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), 'navigation-wrap' => array( 'container' => array( 'main_nav' ) ) ); }
Search form can be added to the header widgets area via Appearance -> Widgets.
April 3, 2018 at 12:35 pm #50601
emiutParticipantHi guys,
I asked you to have the same layout like on your demo, instead with your code our website looks different.
Please find attached your original demo and please look at https://www.emiut.com for what we got with your code.
Thanks
EmidioAttachments:
You must be logged in to view attached files.April 3, 2018 at 12:37 pm #50604
Artem TemosKeymasterHi,
OK, so this code is not required for your website.
Be sure that you have enabled categories dropdown for search in Theme Settings -> Header -> Other.
Menu in the top bar can be added and managed via Appearance -> Menus.
Regards
April 3, 2018 at 12:50 pm #50610
emiutParticipantHi,
Thank you. How can I hide the search icon in the desktop? The search box should overwrite the icon on the right hand side.
Thank you
EmidioApril 3, 2018 at 2:08 pm #50626
emiutParticipantHi,
How can I hide the search icon in the desktop?
The search box should overwrite the icon on the right hand side.Thank you
EmidioApril 3, 2018 at 3:46 pm #50642
Elise NoromitMemberHello,
You can hide search icon here: Theme Settings -> Header -> Other.
Best Regards
April 3, 2018 at 3:54 pm #50646
emiutParticipantThank you for your help!
Emidio
April 3, 2018 at 5:53 pm #50671
Elise NoromitMemberYou are always welcome. If you have any questions feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Header Layout’ is closed to new replies.
- You must be logged in to create new topics. Login / Register