Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #229546

    rhodesnu
    Participant

    I’ve recently switched thee from Patricia to X. Now I experience a conflict with the VC og my former theme. It’s also WP Bakery but version Version 4.0.5.

    Now I would like to erase the former VC and install the right version for the X theme. Can you please give me a sound advice as to how to do this?

    Kind regards

    #229752

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can delete your former VC, then you can go to X Addons > Extensions in your dashboard to reinstall an updated version that is compatible with the latest version of X theme.

    Please make sure you have a validated copy of X – https://theme.co/x/member/kb/product-validation/

    Hope that helps

    #229998

    rhodesnu
    Participant
    This reply has been marked as private.
    #230026

    Zeshan
    Member

    Hi there,

    You should be able to install the latest bundled version of VC under Addons > Extensions. But if you are facing trouble updating the plugin from dashboard, you can try updating it manually via FTP. To do so, simply go to wp-content/themes/x/framework/plugins/ directory, extract the file js_composer.zip and copy and replace the extracted folder in wp-content/plugins/ directory.

    Hope this helps. 🙂

    Thank you.

    #230035

    rhodesnu
    Participant
    This reply has been marked as private.
    #230063

    Paul R
    Moderator

    Hi,

    To fix this, you can try adding the code below under Custom > CSS in the Customizer.

    
    body .wpb_animate_when_almost_visible {
         opacity: 1;
    }
    

    Hope that helps.