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

    I’m trying to add a wdget area at the bottom of each page but before the Footer. I have tried things like

    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'abovefooter' );
    }

    but this puts the widget inside the footer and makes the footer style wrong.

    I want to get the widget on every page including shop pages to look like this

    Sample page

    Does anyone know how I can do this?

    Many Thanks
    Regards
    Colin

    #1045954

    Hey waveseven,

    Can you show us what you’ve got so far?

    Best regards,
    Victoria

    #1046247

    Hi Victoria

    Thanks for your reply. I have managed to work it out now and get it to look how I would like. I had to make the html inside the widget area as simple as possible and it all seemed to work.

    Many Thanks
    Regards
    Colin

    #1047502

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add Wdget after content but above Footer’ is closed to new replies.