Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Three column layouts can't appear in Customizer dynamically #28

Closed
frankiejarrett opened this issue Jul 24, 2016 · 0 comments · Fixed by #37
Closed

Three column layouts can't appear in Customizer dynamically #28

frankiejarrett opened this issue Jul 24, 2016 · 0 comments · Fixed by #37
Assignees
Labels

Comments

@frankiejarrett
Copy link
Contributor

frankiejarrett commented Jul 24, 2016

The tertiary sidebar cannot appear dynamically in the Customizer because it is conditionally loaded in the sidebar-tertiary.php template partial on page load.

So if you are using a one- or two-column layout when the Customizer is initially loaded, the tertiary sidebar will not appear upon selecting a three-column layout.

Possible solutions:

A. Always render the sidebar content and show/hide it with CSS.

B. Inject the sidebar into the DOM via the Customizer controls JS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants