I followed the steps here: https://kriesi.at/support/topic/different-sidebars-on-pages/, but for some reason two are showing up. The bottom is what shows on all pages, the one at the top is the one I’d like to have. Why does this happen?
Hey LFE,
Could you post a link to the site in question so that we can take a closer look please? Also please post admin login details in private so that we can have a look at the backend of your site.
Best regards,
Rikard
Link: http://lopezmacari.com/contact/
Added admin details.
Hi,
Thanks for that, I think the problem is the Displayed Everywhere sidebar. That will, like the name indicates, be displayed everywhere. We can give you CSS to hide it on that particular page though?
Best regards,
Rikard
I’d like to have a different right sidebar for every page, is that possible?
Hi,
Yes you can build and use different sidebars on different pages,
See the answer of Josue (June 21) https://kriesi.at/support/topic/creating-and-using-a-different-sidebar/#post-282286
Best regards,
Jordan Shannon
What if it was just the contact page?
Hi,
Please, provide news credentials and we will create a example page using different sidebars.
s
Best regards,
John Torvik
news credentials?
I want only one sidebar to show on my Contact page, how do i do that?
Yes, I’d like code to make the Display Everywhere sidebar go away on the contact page here: http://lopezmacari.com/contact/
this link was of no help: https://kriesi.at/support/topic/creating-and-using-a-different-sidebar/#post-282286
I want to remove the Display Everywhere side bar here http://lopezmacari.com/contact/ (the bottom one) and only show the top widget (picture).
Hi,
Add this to quick css:
.page-id-77 #custom_html-2{
display:none!important;
}
Best regards,
Jordan Shannon