Home Forums WoodMart support forum WPbakery plugin update error

WPbakery plugin update error

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #191046

    [email protected]
    Participant

    I followed the steps mentioned here https://xtemos.com/forums/topic/wpbakery-page-builder-update-version-6-2/ to update the WPbakery plugin on my site. After the update, the frontend editor stopped working, it became grayed out.

    Please help.

    Attachments:
    You must be logged in to view attached files.
    #191081

    Artem Temos
    Keymaster

    Hello,

    Try to uninstall the plugin and install its latest version via Appearance -> Install plugins.

    Kind Regards

    #191087

    [email protected]
    Participant

    I have tried this still not success. Login details have been shared.

    #191093

    Artem Temos
    Keymaster

    We see some error in your WordPress dashboard and it is not related to our theme https://gyazo.com/79bfe76ba832769324b08d491893e0a9
    It seems that some core files are corrupted or missed. Try to reinstall everything from scratch including WordPress.

    #191098

    [email protected]
    Participant

    what exactly do you mean by everything? do I just update WordPress? would that be enough?

    #191099

    [email protected]
    Participant

    I have reinstalled wordpress.

    #191101

    [email protected]
    Participant

    Find updated login details

    #191113

    [email protected]
    Participant

    Could you please let me know what else I need to reinstall? I have reinstalled WordPress and all unrelated plugins are deactivated. What else do I need to reinstall?

    #191158

    Artem Temos
    Keymaster

    We don’t see that you reinstalled everything. You have the same version of WordPress and the error still in the console https://gyazo.com/7679808600b09e0e5475d983c68d0afc
    Note that this error is not related to our theme and will break the functionality of all JS scripts in the Dashboard.

    #191194

    [email protected]
    Participant

    Please recheck now.
    I had initially added code in function.php to defer loading of javascripts. The code worked for me as site speed become a little less slow after adding the code. see the code below;

    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
    if ( strpos( $url, 'jquery.js' ) ) return $url;
    return "$url' defer ";
    }
    add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

    I have removed it now. Please recheck.

    #191219

    Artem Temos
    Keymaster

    It seems that the error is gone. Please, check how everything works now.

    #191309

    [email protected]
    Participant

    Thank you team!
    It is fine now.

    #191421

    Artem Temos
    Keymaster

    You are welcome! We are glad that you sorted it out!

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘WPbakery plugin update error’ is closed to new replies.