Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #735846

    Hi,
    I need a widget area above the footer.
    Please Help
    Christoph

    #735850

    Hi imc-html!

    Please go to Appearance > Widgets and create a new widget area and name it “footertop” and then add following code to Functions.php file in Appearance > Editor

    add_action('avia_before_footer_columns','avia_footer_top_column');
    function avia_footer_top_column(){ 
              dynamic_sidebar( 'footertop' );
    }

    Cheers!
    Yigit

    #735889

    Hi Yigit,
    Thanks, but I need the widget just above <div class=”container_wrap footer_color” id=”footer”>.
    Between footer and content

    best regards
    Christoph

    #735892

    Hey!

    Please change the code to following one

    add_action('ava_before_footer','avia_footer_top_column');
    function avia_footer_top_column(){ 
              dynamic_sidebar( 'footertop' );
    }

    Regards,
    Yigit

    #735910

    Hi Yigit,
    Almost done.
    I use the plugin “Page In Widget”
    Now I miss 3 closing </ div>
    Regards
    Christoph

    #735913

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #735936

    Hi,
    login credentials

    #735954

    Hey!

    It seems to be related to the plugin. I added your section by copying it’s HTML into text widget. Please review your website now

    Cheers!
    Yigit

    #735977

    Hi Yigit,
    I must probably continue to search for a solution.
    This can only be a temporary solution.
    Our customer must be able to change the content.

    Thank you for your support
    Christoph

    #735979

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘widget area on top of the footer’ is closed to new replies.