Notification texts go here Contact Us Buy Now!

How to Fix WordPress Visual Editor Not Working

How to Fix WordPress Visual Editor Not Working, WordPress has changed its editor to Gutenberg, so this post is no longer applicable to modern WP installs. If you are looking to get the classic Visual Editor back, you’ll need a Super Admin to install and activate this Classic Editor plugin

WordPress Visual Editor is a feature that lets you edit WordPress pages and posts like a word processor, so you can avoid the hassle of HTML 

Recently I was in a client site where the Visual Editor was not working. Where it should have been, nothing appeared. 

 Follow these steps,
  1. Go to Cpanel and open File Manager
  2. And Find out wp-config.php
  3. Past these codes in the wp-config.php ( Below the box )
  4. Note Adding Two plugin in our site
    1. Classic Editor
    2. Really Simple SSL
 
//Begin Really Simple SSL Load balancing fix
$server_opts = array("HTTP_CLOUDFRONT_FORWARDED_PROTO" => "https", "HTTP_CF_VISITOR"=>"https", "HTTP_X_FORWARDED_PROTO"=>"https", "HTTP_X_FORWARDED_SSL"=>"on", "HTTP_X_PROTO"=>"SSL", "HTTP_X_FORWARDED_SSL"=>"1");
foreach( $server_opts as $option => $value ) {
if ((isset($_ENV["HTTPS"]) && ( "on" == $_ENV["HTTPS"] )) || (isset( $_SERVER[ $option ] ) && ( strpos( $_SERVER[ $option ], $value ) !== false )) ) {
$_SERVER[ "HTTPS" ] = "on";
break;
}
}
//END Really Simple SSL
How to Fix WordPress Visual Editor Not Working

About the Author

Coding | Riding | Music, Embracing the beauty of code, the thrill of the ride, and the rhythm of life. Let's explore the journey together!

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
Code Copied!