• Hi,

    What should be done exactly to have all widget positions displayed on Appearance > Customize page?

    I made a theme and added the options there successfully. However, the widgets won’t appear. When I look the source code I see all widget positions as:

    <li id="accordion-section-sidebar-widgets-right" class="control-section accordion-section"></li>

    But there’s no

    display: list-item; height: auto;

    inline code as on themes where this feature works properly.

    Thanks
    Milos

Viewing 3 replies - 1 through 3 (of 3 total)
  • did you set your widgets in appearance > widgets?

    appearance > customize is for different things.

    how about a link to your site.

    Thread Starter Hot Themes

    (@hotwptemplates)

    Yes, I set widgets in appearance > widgets. They should also appear in appearance > customize, below the theme settings.

    Thread Starter Hot Themes

    (@hotwptemplates)

    I found a solution. I somehow missed to add this line in index.php file of my theme:

    <?php get_footer(); ?>

    After adding this line, widget positions are present again in the live customizer.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Showing widget positions on customizer’ is closed to new replies.