Allow Sidebars with Sections

By default, Sections are meant to be the full width or your content.

In some cases, you may want to use Sections along with your sidebar.

In that case, you need to add this function:

add_filter( 'generate_sections_sidebars','__return_true' );

Learn how to add PHP here.