Archived topic
sections spacing and keeping layout
1 reply · Started by Marjolein on December 27, 2016
Hi,
I really like my contained layout with one background very much.
And I love to work sections.
Is there a way to combine them
Using sections with:
- the sidebar widgeds and footer widgeds intact
- the sections spacing so the background images of the whole page show up behind the sections. Including seperation between the sections
I found some script on the forum:
add_filter( 'generate_sections_sidebars','generate_enable_sections_sidebars' );
function generate_enable_sections_sidebars()
{
return true;
}
But that just gives space for a sidebar but my widget won't work anymore
And the background images still disappears.
greetings!
That filter you found should work - do you have widgets added in the area set to show in Appearance > Widgets?
Any chance you can link me to the page so I can see the background image not appearing?