Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1079872

    Hello,
    I am looking to transform my header as an example here <https://hbr.org&gt; by placing a bannering area above the header and a second menu below.
    For now, I only have my header with my second menu above. I am not expert enough to find the solution or even to understand the different messages I have read.
    Thanks for your help.

    #1079888

    Oups, I found for the placement of the menu, remains my question on the banner above the header.
    Thank you,

    #1080094

    Hi doboon,

    Could you please attach a mockup of what you’re trying to achieve?

    Please check our docs, you might find your answer there

    Best regards,
    Victoria

    #1080447

    Thank you Victoria.
    I just want to add a full width area for banner or image above Enfold header.
    Do you have a simple solution ?
    Thanks for your help.

    #1080536
    #1082027

    Thank you very much Victoria, I managed to place a banner.
    Now remains to position it correctly or I do not understand the explanations given in your documentation. Do you know how to explain how to position the banner above the header? Thank you for your patience.

    #1084360

    Hi,

    Did you enable the top header? If so, try to replace the “ava_after_main_menu” hook with “avia_meta_header” so that it renders the banner above the main header container.

    add_action( 'avia_meta_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
        dynamic_sidebar( 'header' );
    }

    Best regards,
    Ismael

    #1086173

    Hi Ismael,
    Thank you for your answer. Finally, I opted for another solution.
    Best for you too

    #1086228

    Hi doboon,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1086230

    Thank you Victoria

    #1086747

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Banner above and second menu below the header’ is closed to new replies.