Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #927153

    May be possible without modify each single post ?

    #927297

    Hey unicaweb,

    Yes, it is possible! :)

    Please perform the below steps.

    1. Add a header widget area as mentioned in this link (Do not use the CSS code) https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    2. Add your banner inside the widget area from Appearance > Widget > Header.
    3. Use the custom CSS from the link in private to style it to suit your design.

    Best regards,
    Vinay

    • This reply was modified 6 years, 2 months ago by Vinay.
    #927311

    I use this code

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    but widget do not show in admin

    #927370

    Hi,

    After you add the code please go to Appearance > Widget > Create a new widget area

    Create a new widget called “header”

    Drop a text or a image widget to the newly created header widget and use the CSS to position the widget :)

    Best regards,
    Vinay

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