-
AuthorPosts
-
May 27, 2015 at 4:03 pm #450622
Hi Enfold Team!
I have a situation where I need to add a Google Ad banner above the header, like in this Site how can I achieve this using your template and not having to break it? Maybe using widgets?
May 27, 2015 at 6:43 pm #450765Hi Vicken!
You could try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Regards,
ElliottJune 3, 2015 at 2:12 am #453485The problem with this solution is this is beneath the main menu and I want the Ad banner over the logo.
How do I change: ‘ava_after_main_menu’ => to something else that refers to above the logo?
I cant find any documentation?
Example:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
June 3, 2015 at 2:29 am #453489Also,
Why does the widget disappear when it goes below 992px?
How can I control the visibility through Media Queries and omit the ::before?June 3, 2015 at 3:36 pm #453857Hi!
You can try the “avia_meta_header” action hook. Make sure that the top header is enabled or at least you have something enabled on Header > Extra Elements panel. Provide the url to the website so that we can see it.
Cheers!
IsmaelJune 3, 2015 at 5:54 pm #453981Thank you so much for your prompt reply!
I will try this, I want to put it on above the centered logo, see my url in next private post.
Also,
Please advise how to override widget Media Queries which hide these widgets as the screen gets smaller like tablet or mobile…Please advise.
June 3, 2015 at 5:54 pm #453982This reply has been marked as private.June 4, 2015 at 11:43 am #454378June 4, 2015 at 8:01 pm #454718Yes because I placed it in head which forces it , but I want to do it using Enfold Hooks so I can use Enfold to style it. Where can I find a list of Enfold hooks etc.. documentation?
June 5, 2015 at 8:04 am #454968Hey!
There is no documentation for that, unfortunately, but I can tell you now that there is no hook above the main header aside from the avia_meta_header action hook.
Best regards,
IsmaelJune 7, 2015 at 1:54 am #455567what hook do you have for the main blog loops? I want to add a widget like in header between every 3 blog post, how can I do this?
June 8, 2015 at 8:57 am #455794 -
AuthorPosts
- You must be logged in to reply to this topic.