TagDiv Composer Issue: Get hidden elements

Posted in: Newspaper
Post count: 364

Hi,

How can I drag and drop elements that are placed below other elements? (In my case an empty space element)
How to select the childs in a row or column if they are not visible?

In my case after appling a CSS offset to an Empty Space element, even when the covering element is removed, I can only select or grap the raw – but no way to get back to the element.

Video: https://www.loom.com/share/de1594a0b59b4bbeb45b13f1593885bc

Post count: 35449

Hi,

This is very strange, I just checked on my install and for me is working -> https://i.imgur.com/lK6xjDs.png make sure that is not from the css you had set or from some extra plugins.

Let me know the results!

Post count: 364

Hi @Calin,

From time to time I have problems that elements are hidden in the TagDiv Composer/ Cloud Templates or that I can’t show them anymore. e.g. After I had hidden the category grid for all devices yesterday, there was no possibility to show it again today, because I couldn’t see/grasp the raw anymore.

My suggestion would be to insert a small list in the TagDiv Composer Editor in the menu on the left side under the breadcrumb path. This list could contain all elements used on a Cloud Template/ TagDiv Composer Site and coud be used to select specific elements.

Thanks for considering this!

Post count: 35449

Hi,

If you have hidden it on all devices then it won’t appear anywhere. Open the CSS section in the composer and enter this code in it – https://prnt.sc/pqi1z7 the row should then be visible so you can interact with it. Then you can remove the code, after you make it visible on at least one viewport
.td-pb-row.vc_row {
display:block!important;
}

I made a note to our developers to to try to find a way to can see the hidden element.
Thanks

Post count: 181

Calin; I just pasted the code in a row’s CSS section but I still can’t see the hidden columns…you guys really need to make quick feature for it.

FIX: Firefox Issue; once pasted the code and columns are visible again.

  • This reply was modified 4 years by fatih-2. Reason: Solved
Post count: 364

Meanwhile there is also the possibility to assign a Z-index in the CSS area. This allows you to move the overlaying elements into the background.

Post count: 35449

Hello,
We have this on our request list to still be display the hidden elements in tagDiv Composer, unfortunately for the moment this was not yet implemented.
Thank you!

Post count: 59

This is still an issue, we really need to get previously hidden elements in composer.

Post count: 35449

Hi bhcrow, this option exists in Newspaper v12.6.2 – https://i.imgur.com/j1VAAIz.pnghttps://i.imgur.com/OaNKZRg.png
Thank you!

Post count: 59

Great, I didnt update it to latest version, I am still on 12.6.1

Thank you very much

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.