Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #450765

    Hi Vicken!

    You could try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.

    Regards,
    Elliott

    #453485

    The 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' );
    }
    #453489

    Also,
    Why does the widget disappear when it goes below 992px?
    How can I control the visibility through Media Queries and omit the ::before?

    #453857

    Hi!

    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!
    Ismael

    #453981

    Thank 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.

    #453982
    This reply has been marked as private.
    #454378

    Hi!

    Alright. I can see the ad even on smaller screens.

    Regards,
    Ismael

    #454718

    Yes 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?

    #454968

    Hey!

    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,
    Ismael

    #455567

    what 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?

    #455794

    Hey Vicken!

    You can do something like this on includes/loop-index.php

    Best regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.