Visual Editor not working
-
Also html editor will not display what is being typed.
Reverted to 2010, 2011 and 2012 themes, removed all plugins, checked user “display editor” checkbox, manually uploaded new wordpress files, nothing is working. This is only happening on the https://www.rpk4.com/rant website, all other wordpress sites are working fine.
htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /rant/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /rant/index.php [L]
</IfModule># END WordPress
Maybe something needs to be added?
Thanks
- The topic ‘Visual Editor not working’ is closed to new replies.