Home Forums Basel support forum Need help on Editing Header

Need help on Editing Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #271192

    modkore
    Participant

    I 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.
    #271323

    Hello,

    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

    #271601

    modkore
    Participant

    Ok 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.

    #271613

    modkore
    Participant

    Where can we edit the sticky menu. I want to replace that with something else?

    #271623

    modkore
    Participant

    Can 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.

    #271626

    modkore
    Participant

    Can 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.
    #271772

    Hello,

    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

    #271773

    P.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

Viewing 8 posts - 1 through 8 (of 8 total)