Feature Request: Option to not generate content area

I manage a website that has periodic recurring temporary notices. The only changes are to the date/time, and some of the description info. It’s cumbersome to have to create these sections, let them be up for about a week, and then delete them, just to re-create them in a month. For now I’m using element CSS hide the row (display:none) instead of deleting it. Each month I remove the CSS so it displays again. The issue is that the content is still in the HTML data stream when I have it set to display:none.

It would be nice if there was an X inspector configuration setting to physically remove the content from the HTML data stream.

Hey @solarwoods,

It occurs to me that a simple way to reduce the workload each time you do this would be to create the notice in it’s own section and then save that as a reusable template. That way, you only have to add or remove the section with the notice in, instead of rebuilding it each time.

To create templates, just add that you want to save to the page in a section, or multiple sections, and then from the inspector pane on the left hand side, click Save Template like shown below:

Uncheck the sections that you don’t want to be saved as part of the template:

Then give it a name and save it.

You can learn more about using templates in our docs article here.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.