[Support request] sections spacing and keeping layout

Home Forums Support [Support request] sections spacing and keeping layout

Home Forums Support sections spacing and keeping layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258256
    Marjolein

    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!

    #258313
    Tom
    Lead Developer
    Lead Developer

    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?

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