WPBakery Page Builder Backend Editor Not Working - wordpress

I have recently set up a new website with WPBakery page builder however the backend editor is not displaying. I only get the options to edit content under the "Visual" or "Text" tabs and there is no option for a block editor (please see screenshot linked # bottom). I have installed the "Classic Editor" plugin which has resolved this for me on other websites however it does not appear to make a difference.
Has anyone else had this issue / found a solution? I am running WPBakery page builder plugin v.6.1 and Wordpress v.5.5.1.
Cheers,
M.
Page Builder Issue

Plugin Not Working After wordpress 5.5 Update
WPbakery / Visual Composer
ISSUE RESOLVED
Just Install
https://wordpress.org/plugins/enable-jquery-migrate-helper/
It works 100% fine
ANOTHER SOLUTION
The ultimate solution [fix] for WPBakery Page Builder under WP 5.5
Now, if nothing of the above have worked for you. The only thing left to consider is to actually downgrade your WordPress 5.5 back to say the last stable version which currently in 5.4.2.
There are basically two methods to downgrade the WordPress. You can download the WordPress 5.4.2 distribution package and install over the current, by uploading and extracting the archive on your hosting. But that’s the worst case scenario. So, here is the most simple and hassle-free option:
Download and activate the plugin WP Downgrade.
Go to the plugin settings (Settings -> WP Downgrade) and input the version 5.4.2 and click Save changes.
The page will refresh and suggest you to go to the Dashboard -> Updates. There you need to click on Re-install to version 5.4.2
Done!

Facing the Same issue. WordPress 5.7.2.
I just deactivate the Essential Grid plugin and It's working fine.
I hope it works for you too.

I am on 5.7.2 version, and WPBakery is acting weird, so I disabled my plugins and activated one at a time. I found out that the Essential Grid Plugin is the culprit, I disabled it, and the issue gone. I hope they will fix this soon.

You can go to WK Bakery Page Builder > Role Manager > Post Types and see if it is enabled for the post type you are trying to edit.

Related

Elementor plugin in Wordpress not working even when increase memory limit is done

I am just new in webdev and I've been trying to use Elementor as my builder but it seems that it is not working on my wp. I have increased the memory limit and there are no other plugins running in my wp. Also, when I visit the site from wp, "edit with elementor" does not appear even when "Switch Editor Loader Method" is enabled. When I click "create new page" from elementor, it's just stuck to the loading screen and nothing happens.
hoping someone can help me. thanks a lot!
I tried increasing memory limit and deactivate all other plugins except Elementor
These are some possible solutions :
Clear your browser cache and cookies, as well as your WordPress site's cache, as this can sometimes cause conflicts with the plugin.
Make sure that your version of WordPress, Elementor and all other plugins and themes are up-to-date.
Check your server and browser console for any error messages. These error messages can give you clues as to what might be causing the issue.
Make sure that you have the necessary PHP and MySQL version as per the requirement of the elementor.
Check your site's error logs to see if there are any issues with the plugin or theme that you're using.
Try disabling all other plugins except Elementor and see if that resolves the issue.
Try switching to a default WordPress theme like Twenty Twenty to see if that resolves the issue.
Try reinstalling the elementor plugin and see if it resolves the issue.
Try disabling the "Switch Editor Loader Method" option and see if that resolves the issue.
Check the server settings if the server can handle the load of the elementor plugin.
Have you checked that your Wordpress and/or PHP version is compatible with the current Elementor plugin? These are the minimum requirements for running elementor:
WordPress 5.2 or a more recent version
PHP 7 or a more recent version
MySQL 5.6 or a more recent version
A WordPress memory limit of at least 128 MB
Also there's a handy list of plugin conflicts with elementor here:
https://elementor.com/help/known-plugin-conflicts/

How to force to use Gutenberg in Worpress after install/uninstall clasic editor?

I can not use Gutenberg in any way.. even with DEMO
Description
I want to use Gutenber in my site, but all post and pages always edit with the editor clasic. I've uninstalled clasic editor, and also all related plugins I had been using in the past. However, nothing happens. I can not use gutenberg. I installed Gutenberg Version 12.7.2 but I can not find where I need to configure or what I need to do more... It is really frustrating. Is there some configuration in the wordpress files where I can find another solution to force Gutenberg use technically? maybe some .php configuration file?
Step-by-step reproduction instructions
Go to Pages
Click on Edit any Page
Always open with Classic Editor.
I can not find any option related with edit with Gutenberg.
Environment info
Wordpress version 5.9.1, Gutenberg 12.7.2, Theme GeneratePress 3.1.0
Problem in Chrome, Firefox, Edge.
Desktop windows 10, and Phone with Andriod 11
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
add_filter('use_block_editor_for_post', '__return_true', 999);
I also find a way to force wordpress to use Gutenberg in post.php file. It does not depend on the theme. (Make sure to create a copy of the original file).
Find function use_block_editor_for_post and add:
return true;

Elementor seems to be showing shortcode, not contents

In this Elementor-made WP website one of the pages has mutated into just its Shortcode description showing, insted of the actual contents and UI:
https://www.agenciadinamita.com/nosotros/
I have already tried to re-introduce it through both PHPmyAdmin and the Classic Editor, but that didn't work. Has this happened to anyone?
Your website is not working based on Elementor, it is built with Visual Composer. Install and activate it and will start working.
The shortcodes seem coming from the Visual Composer Page Builder. Also, your page doesn't look edited by using elementor page builder on that page.
I recommend to install and activate the Visual Composer Page Builder plugin on the website to make this page working.

my wordpress page visual compser only loading but not working

enter image description hereI am new to WordPress. For the last 3 days I am trying to fix this problem , but I can't solve it. My WordPress page visual composer is not working it only loads but does not work. Demo
Update your Visual Composer Plugin to the latest version available, its code compatibility issue with your Wordpress version installed.
Basically your WordPress doesn't support the code generated by visual composer all you need to do is head towards plugin section and hit the update button. Secondly always use latest theme and plugin version to pretend yourself from hacking. All the best.

Advanced Custom Fields in wordpress wont show on dashboard

I just installed Advanced Custom Fields on my wordpress site.
However i cant find the edit screen on the dashboard to create new ACFs or edit them.
Anybody know why it isnt showing?
The wordpress is a fresh install of the newest version as of today. Same goes for AFC
Wordpress version: 3.5.1
AFC version: 3.5.8.1
A good start before installing a plugin is to check the compatibility with the WordPress version.
For this go to the plugin page
http://wordpress.org/extend/plugins/advanced-custom-fields/
At the right you can check compatibility:
Requires: 3.0.0 or higher
Compatible up to: 3.5.0
At the bottom right you can also select a WordPress version and a plugin version too see if it works (from users feedback).
The plugin developer is reworking the code so that it complies with WordPress' new terms/privacy.
The plugin code that is in the WordPress repository (aka: if you go to install the plugin through your admin area) DOES NOT work.
But if you go to his github page, you can download the latest working version of the plugin. Upload the .zip file to install the plugin, and that will give you the latest working version.
https://github.com/elliotcondon/acf

Resources