You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The
tertiary
sidebar cannot appear dynamically in the Customizer because it is conditionally loaded in thesidebar-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.
The text was updated successfully, but these errors were encountered: