I have a lot of elements that aren’t visible on page load and are shown when someone clicks a button, etc, but is there any way to have them always be visible in the editor? It’s a pain when I click 5 or so of them to make them visible while editing, then switch to another page and go back and they are all hidden again. I spend so much time making elements visible so was wondering if it can be always visible.
Unfortunately not. You could reverse the logic of showing the element, so show the element on page load but hide the element on the condition is true, however its not best practice to do that.
You could also have multiple editors up in different tabs to the pages that you have hidden elements and need access to frequently, though again this uses more RAM in web browser session.
This would be nice as a feature to have persistent hidden elements automatically shown in the editor, maybe a new option under the ‘Grid & borders’ dropdown…
1 Like