Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there,
Is there anyway to hide content inside widgets and then turn it on later without deleting it completely and then having to rebuild the section again later?
If this isn’t clear – what I want to be able to do is turn sections of page builder content on/off on my homepage at www.laughmasters.academy – example: in the upcoming workshops and events section – i don’t want to have to keep adding / deleting / adding content.
Said better here :-)
Thread: Hide Widgets In Page Builder
Hi – ET
Thanks for reaching out.
Unfortunately nothing like this at the moment.
What you could do is look at it from another angle. If your content were posts it would be pretty easy to adjust a Post Loop widget to add or exclude post ID’s or category ID’s based on what you wanted to display.
Here is a suggestion. This is what I do…
Edit row attributes, CSS section then place the follow in the CSS area:
display: none;
Actually of course this will also work with individual widget sections, same method.