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
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!
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!
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
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
Hi bhcrow, this option exists in Newspaper v12.6.2 – https://i.imgur.com/j1VAAIz.png – https://i.imgur.com/OaNKZRg.png
Thank you!
