How to show hidden row in TD Composer?

Posted in: Newspaper
Post count: 17

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

Post count: 20688

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

Post count: 17

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?

Post count: 6

Can someone please help me with my ticket???

Post count: 35449

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!

Post count: 68

i still cannot display the hidden can u help me out?

Post count: 35449

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!

Post count: 38

Hi, Calin!

And if we have hidden the row for all devices, how can we show again?

Thanks!

Post count: 35449

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!

Post count: 500

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…

Post count: 35449

Hi Mark Gilbert,

The above custom css will apply only on on row. If I understand correctly you have a an element hide on all devices ? then why to add an element if this is hide on all devices?

Thank you!

Post count: 38

Thank you, Calin! It works!

Post count: 99

Hi Calin,
I have the same issue with the hidden element. I have accidentally hidden it on all viewports and am not able to see it after the saved. How can view it and change the hidden to show?

Thank you

Post count: 35449

Hi IamLegend, what element did you hide ? Please let me know exactly the element and I will provide a css for it.
Thank you!

Post count: 3

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 ?

Post count: 21065

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!

Post count: 1

Would be better to show a frame with label “hidden” in the composer like “empty column”. So it ist really labrious.

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