Hi,
If you want to hide some elements in WPBakery you’ll need to add an excreta class on that element -> https://www.screencast.com/t/x3UE5HZ0VzB2 for example -> https://www.screencast.com/t/vyWBI5xHi and set the code in theme panel> Custom code> Custom css
.hide{
display : none;
}
Thank you!
Hi Calin,
Thanks for your reply, but I want to use ‘hide on device’ option in Visual Composer. It’s weird that it doesn’t work. Will it be fixed in a update?
I can try it with CSS, but its not ideal. What would the css be if I make two classes. One that shows the row/element on desktop and tablet landscape, and one for everything below that resolution, like the options in VC?
Hi,
Unfortunately, I can not say for sure if this issue will be fix in the next update, sorry!
If you want to use these options -> https://www.screencast.com/t/MT3LVFSh these will work only if you do not have the tagDiv Composer activate.
Using custom css, is no need to create two classes, you cna use only one to hide the content on specific device, for example -> https://www.screencast.com/t/vyWBI5xHi and set the css code in Theme panel> Custom code> Advance css on device where you want to hide the content -> https://www.screencast.com/t/6WUT0Hu8y
Hope this will help you!
Thank you!
Hi,
The reason for doing it was because users who wanted to use for example single images in WPBakery, couldn’t because the tagDiv composer affected the single images functionality.
So now when WPBakery is active and users wish to use it, but some elements still do not work properly, sorry!
The tagDiv Composer need to be activate in order to have the Newspaper theme functionally.
Thank you!