Unhide hidden rows

Posted in: Newspaper
Post count: 35

Hi

basically I want to do as the title says. I hid some rows on all views using the hidden option in the css tab.The row then totally disappears from the TagDiv builder so you can’t see it to select it and make it visible again. Please tell me how you make hidden rows visible again.

Thanks

Post count: 35449

Hi,

With composer, this is possible only if you do not hide the from all devices
https://www.screencast.com/t/yavEE6Uj4vn.
https://www.screencast.com/t/xATftIa1
Select other devices, click on the row, go back to desktop and set it visible

If you want to display them all in the front page please add the below css in Newspaper>Theme panel>Custom code>Custom css
.tdc-content-wrap .vc_row {
display: block!important;
}

https://www.screencast.com/t/efGu1DBA3Ek7
https://www.screencast.com/t/9TFPGJH5Y

The first solution is the best.

Hope this will help you.

Post count: 35

wow so to see the hidden rows again I have to add the css and then re-edit the page is that correct?

This is like basic functionality in other builders like divi/elementor etc. I would suggest this is something that should be implemented ASAP.

Thanks

Post count: 35449

Hi,

No there is tow solutions, the first is the better because in this way was hidden the row , the second one just display the hidden row in website not in TD Composer.

Thanks.

  • This reply was modified 7 years by Calin.
Post count: 35

ok, that why I still can’t see in the builder. So I have to now manually delete the rows from the backend I guess.

This is huge design flaw if you ask me.

Post count: 35449

Hi,

unfortunately this is the way how was build.
Sorry for the inconvenience.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.