Hi,
In TD Composer, how can I find hidden rows and make them visible again?
I got one row, which is now disabled on all devices. I want to make it visible again on tablet. But since the row is hidden, I can t see it anywhere in TD composer.
How do i solve this?
Best
Frederik
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;
}
Thanks
Okay, thank you. Is it possible to save sections/rows and delete them for later use?
Like in WPBakery, where you save rows as “templates”.
Is this possible?
Hi Frederikil,
If you are using tagDiv Composer, then yes you can save rows like shortcodes -> https://www.screencast.com/t/lgvGdJxYW , in this way you can remove it and add it more easy -> https://www.screencast.com/t/lgvGdJxYW
Hi gauravmongia,
We’ll reply you as soon as possible!
Thank you!
Hi abn,
If I understand correctly you hide some rows on desktop and now you want to display them back, if is so then you’ll need to change the port view on one device where that row is not hidden -> https://i.imgur.com/ujJ59td.png click on the row and change back the port view, the row should be still selected even if is hidden, after that just change the display on row and this will be display back.
Hope this will help you!
Thank you!
Hi, Calin!
And if we have hidden the row for all devices, how can we show again?
Thanks!
Hi Mauricio Jaramillo Marín,
This is a good question, in case that you hide it for all devices, then you’ll need to set in tagDiv Composer > css and css -> https://i.imgur.com/LrSZZhw.png -> https://i.imgur.com/ac8qBUR.png -> https://i.imgur.com/OEOVtpK.png
.vc_row.td-pb-row{
display: block!important;
}
Hope this will help you!
I have the same problem and have tried both
.td-pb-row.vc_row { display:block!important; }
and
.vc_row.td-pb-row{ display: block!important; }
but see no access to missing element in any viewport.
I should say I hid Element, not Row…
This is bug – if one can hide, there should be a button to unhide…
Hello there. I also want to hide some places in the theme for now. but if i want to declassify for later, i won’t be able to find it. I probably won’t remember what he’s hiding. Isn’t there another way for me to see everything I’ve hidden for this? It would be great if there was at least a navigation on the home page for this. As we can rearrange it when we click on a list that shows it is there even if we hide it. Can you help me ?
Hello!
If you apply the CSS in the live CSS Editor, then when you open it after a long time, you will see the same code there and you can know what is hidden if you write a comment in the code. If you comment the code lines, then this will not be applied to that page.
Thank you!