Tagged: banner, header, second menu
-
AuthorPosts
-
March 18, 2019 at 1:20 pm #1079872
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.March 18, 2019 at 2:01 pm #1079888Oups, I found for the placement of the menu, remains my question on the banner above the header.
Thank you,March 18, 2019 at 10:09 pm #1080094Hi 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,
VictoriaMarch 19, 2019 at 6:38 pm #1080447Thank 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.March 19, 2019 at 9:10 pm #1080536Hi 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,
VictoriaMarch 22, 2019 at 10:19 pm #1082027Thank 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.March 29, 2019 at 1:27 am #1084360Hi,
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,
IsmaelApril 2, 2019 at 5:43 pm #1086173Hi Ismael,
Thank you for your answer. Finally, I opted for another solution.
Best for you tooApril 2, 2019 at 7:41 pm #1086228Hi doboon,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaApril 2, 2019 at 7:45 pm #1086230Thank you Victoria
April 4, 2019 at 5:46 am #1086747 -
AuthorPosts
- The topic ‘Banner above and second menu below the header’ is closed to new replies.
