Hi,
I am building a site with GP, Meta Box and FacetWP. In the conditional sidebars I need filters generated by FacetWP.
To create the loops for Taxonomy Archives, I must choose “Replace the layout between header and footer” from the View settings. This, however, deletes the sidebar.
I have found out in the forum that adding {{ mb.get_sidebar() }} to the view adds the sidebar. But that only adds the default sidebar.
Then something unexpected happened: I changed the Element settings to “right sidebar” and the block element appeared in the left sidebar… My layout is Sidebar/Content, so I am a little confused… The body class is “.left-sidebar” and the widget area class is “.is-right-sidebar”.
Unfortunately, even accepting that “right is the new left” doesn’t work, because the element display conditions don’t work. I have so far 1 sidebar for taxonomy term archive 1 and another sidebar for taxonomy term 2. The second sidebar should completely replace the sidebar (Element Type: right sidebar), but what it does is it merges with first sidebar, as if it were “after right sidebar content”. So, it is not usable, the way it is now…
Any ideas how I can make GeneratePress conditional sidebars work in Taxonomy Archives?
Greetings,
Tom