When editing content in visual composer, the content fades out and vanishes completely when editing above a screen width of 1280 pixels.
Also, VC Title and VC Section Content elements show my content on the edit page, but when I edit them, my content is gone, replaced by "Your title" and "Your content" respectively. If I save the page, my content is replaced by those words in those elements.
Hello,
When editing content in visual composer, the content fades out and vanishes completely when editing above a screen width of 1280 pixels.
Also, VC Title and VC Section Content elements show my content on the edit page, but when I edit them, my content is gone, replaced by "Your title" and "Your content" respectively. If I save the page, my content is replaced by those words in those elements.
Hello,
Could you please send us wp-admin login/password and website url as a private message?
Best Regards,
Jelly Team
Prefer not to. If this is an issue you have seen before, please tell me how to fix.
OK - thanks.
Following the update, content being pulled correctly and remaining in tact after save now.
Everything still fading out in VC after all updates when screen size above 1280px, so I added:
.vc_element .jt_row {
opacity: 1!important;
}
to my child theme and it no longer fades out. VC wouldn't trigger the ease-in so that's why everything hidden at that screen size.
Thank you very much for sharing this solution with us. You are correct, adding "opacity: 1" is the right way of fixing this at the moment.
Best Regards,
Jelly Team
My pleasure - glad that helps.
Great! Please create a new ticket if you need our help or want to share anything else.
Best Regards,
Jelly Team