-
AuthorPosts
-
October 9, 2019 at 12:50 pm #1146503
Hello,
I have a small widget to insert in the second header at the left position where now my social icons are. I can’t find the correct hook to add this widget to this position. I search a lot but I can’t find the correct answer.
Hope somebody knows the solution! :)
October 10, 2019 at 6:04 am #1146737Hey GrafitecSon,
Did you try this out? https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
We can help you out with styling once it’s added.
Best regards,
RikardOctober 12, 2019 at 12:14 pm #1147326Hi.
Yes I do this! But when I use this function the widget get positioned below te main menu.
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Link to screenshot: https://www.dropbox.com/s/xjb2igsib7d686d/Screenshot.png?dl=0
-
This reply was modified 6 years ago by
GrafitecSon.
October 13, 2019 at 5:21 am #1147503Hi,
Thanks for the screenshot, could you post a link to where we can see the actual element as well please? Otherwise it’s difficult to give you accurate CSS.
Best regards,
RikardOctober 14, 2019 at 10:09 pm #1147907I sent you a private login because the site is in coming soon modus
October 16, 2019 at 4:21 am #1148265Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#header_meta { z-index: 1; } #zeno_fr_widget-2 { position: absolute; top: -150px; }Best regards,
RikardOctober 16, 2019 at 10:13 am #1148359Hi Rikard,
This solutions works great! Thanks for your help!
October 17, 2019 at 5:48 am #1148775 -
This reply was modified 6 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
