Home › Forums › Basel support forum › Need help on Editing Header
Need help on Editing Header
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
March 5, 2021 at 9:55 am #271192
modkoreParticipantI am working on the request to change header to this layout as attached image.
Please guide me on where to edit those details. And if you can see the way we did the cart on the logo can you help me how to implement a cart like that. Maybe a location to edit and a guide code since I want everything to sync in on your theme. The cart is just a cart like that with still the avility to click and show widget like the original minus the price.
Attachments:
You must be logged in to view attached files.March 5, 2021 at 9:41 pm #271323
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
You can find a few header layouts predefined and they are not editable. Base Header layout and Menu in the top bar layout have the widget area allowing to add custom content. You can create an HTML block and add the HTML widget into the sidebar, however, I am afraid it would not be possible to create the layout exactly as you wish.
Best Regards
March 7, 2021 at 12:32 pm #271601
modkoreParticipantOk but I think you can help me guys for example.
Can you give me a proper search form code that will be work. I will manually place them on certain locations.
Kidly also give me a code for cart that will work as cart only icon without the pricing. And will load the same cart widget when click.
March 7, 2021 at 1:18 pm #271613
modkoreParticipantWhere can we edit the sticky menu. I want to replace that with something else?
March 7, 2021 at 2:03 pm #271623
modkoreParticipantCan you help me on code with this three things:
First: Need to add an extended search form to anywhere in header. To do this I need a search form call out code. That will still show the ajax result when you type a keyword.
Second: Need to change the sticky menu to a custom menu without affecting the primary none sticky menu.
Third: Need code for cart that is only showing cart icon but when clicked will load the widget like what is on original.
March 7, 2021 at 2:41 pm #271626
modkoreParticipantCan you help me on code with this three things:
First: Need to add an extended search form to anywhere in header. To do this I need a search form call out code. That will still show the ajax result when you type a keyword.
e.g. [display_search_form] I cant find it. It was shown in this link https://xtemos.com/docs/basel/shortcodes/. AJAX Search – Shows AJAX search form
Second: Need to change the sticky menu to a custom menu without affecting the primary none sticky menu.
Third: Need code for cart that is only showing cart icon but when clicked will load the widget like what is on original.
Attachments:
You must be logged in to view attached files.March 8, 2021 at 10:03 am #271772
Elise NoromitMemberHello,
If you want to show the AJAX search form instead of just an icon, you will need to set Base Header Layout in the Theme Settings > Header Layout.
Then add Basel AJAX Search widget into Widget Area in the Header in Appearance > Widgets. to Enable AJAX Search in the Theme Settings > Header > Other.
If you want to add the search element from WP bakery page builder chart, create an HTML block, add the element and then add the HTML block widget into Widget Area in the Header in Appearance > Widgets
If you have any questions please feel free to contact us.
Best Regards
March 8, 2021 at 10:06 am #271773
Elise NoromitMemberP.S.
As for the custom menu in the sticky header, unfortunately, there is no option to set it.
Please add this code to the Theme Settings > Custom CSS > Global:
.shopping-cart> a > span.basel-cart-totals{ display:none; }
This code would hide the price.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register