Tagged: banner, header, second menu
Hello,
I am looking to transform my header as an example here <https://hbr.org> 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.
Oups, I found for the placement of the menu, remains my question on the banner above the header.
Thank you,
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
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.
Hi doboon,
Please refer to solutions posted here
https://kriesi.at/support/topic/banner-and-logo-above-menu/#post-768833
https://kriesi.at/support/topic/banner-image-above-header-in-enfold/
Best regards,
Victoria
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.
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
Hi Ismael,
Thank you for your answer. Finally, I opted for another solution.
Best for you too
Hi doboon,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria