Home / Forums / WoodMart support forum / WPbakery plugin update error
Home › Forums › WoodMart support forum › WPbakery plugin update error
WPbakery plugin update error
- This topic has 12 replies, 2 voices, and was last updated 5 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
April 30, 2020 at 1:24 am #191046
[email protected]ParticipantI 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.April 30, 2020 at 6:15 am #191081
Artem TemosKeymasterHello,
Try to uninstall the plugin and install its latest version via Appearance -> Install plugins.
Kind Regards
April 30, 2020 at 6:32 am #191087
[email protected]ParticipantI have tried this still not success. Login details have been shared.
April 30, 2020 at 6:46 am #191093
Artem TemosKeymasterWe 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.April 30, 2020 at 6:49 am #191098
[email protected]Participantwhat exactly do you mean by everything? do I just update WordPress? would that be enough?
April 30, 2020 at 6:50 am #191099
[email protected]ParticipantI have reinstalled wordpress.
April 30, 2020 at 6:51 am #191101
[email protected]ParticipantFind updated login details
April 30, 2020 at 7:23 am #191113
[email protected]ParticipantCould 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?
April 30, 2020 at 9:35 am #191158
Artem TemosKeymasterWe 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.April 30, 2020 at 10:34 am #191194
[email protected]ParticipantPlease 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.
April 30, 2020 at 11:26 am #191219
Artem TemosKeymasterIt seems that the error is gone. Please, check how everything works now.
April 30, 2020 at 3:56 pm #191309
[email protected]ParticipantThank you team!
It is fine now.May 1, 2020 at 6:55 am #191421
Artem TemosKeymasterYou are welcome! We are glad that you sorted it out!
-
AuthorPosts
The topic ‘WPbakery plugin update error’ is closed to new replies.
- You must be logged in to create new topics. Login / Register