I just relialised that the "Classic Mode" Editor Button for pages and post is gone. I had this problem before and it was just a checkup box in the admin rules of the Salient WPBakery settings. I still can see the checkbox on WPBakery role manager version 6.7.1 but not at version 6.9.1 - and a lot of other setting options for admins are gone for v6.9.1?? (you can see it in the screenshots link below). Are here any changes/bugs? How can i enable the "Classic Mode" editor again??
The classic mode editor button should be present regardless of the settings.
Could you disable your other plugins that are not theme related and see if this improves? If not then give us access to the backend - username password with admin role - we try and figure out the cause of this from that side.
In WPBakery 6.9+, the developers changed it so that the admin user would automatically have all privileges and removed the options associated with limiting access to features.
However, there's a known bug with the option to disable the classic editor upgrading from 6.7 to 6.9. If that option was previously enabled, it's incorrectly persisting:
You can correct the issue from your end by adding the following snippet to your child theme functions.php file:
Hi
I just relialised that the "Classic Mode" Editor Button for pages and post is gone. I had this problem before and it was just a checkup box in the admin rules of the Salient WPBakery settings. I still can see the checkbox on WPBakery role manager version 6.7.1 but not at version 6.9.1 - and a lot of other setting options for admins are gone for v6.9.1?? (you can see it in the screenshots link below).
Are here any changes/bugs? How can i enable the "Classic Mode" editor again??
https://imgur.com/a/tijulWE
Hi Alex,
The classic mode editor button should be present regardless of the settings.
Could you disable your other plugins that are not theme related and see if this improves? If not then give us access to the backend - username password with admin role - we try and figure out the cause of this from that side.
Thanks.
Thanks for the additional information. Escalating this to the developer for further response.
Best
ThemeNectar Support Team
Hey Alex,
In WPBakery 6.9+, the developers changed it so that the admin user would automatically have all privileges and removed the options associated with limiting access to features.
However, there's a known bug with the option to disable the classic editor upgrading from 6.7 to 6.9. If that option was previously enabled, it's incorrectly persisting:
You can correct the issue from your end by adding the following snippet to your child theme functions.php file:
Once it's working again, the snippet may be removed.
Kind regards
Hi
This works great!
Thanks a lot
Alex