powerhoster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor not working in WordPress 4.6 on my laptop3) re
“Enable them in your website admin area.”
By “admin area”, do you mean ;
a) \
b) \public_html\wp_admin\to create your .htaccess file by wordpress website admin, not by file manager or FTP
Forum: Fixing WordPress
In reply to: Visual Editor not working in WordPress 4.6 on my laptopTinyMCE editor file is here:
/wp-includes/js/tinymce/wp-tinymce.php
If your above file exits. (not 404 error )
Only .htaccess file in /wp-includes/ folder or its upper level folders (Normally WordPress root folder even your website root folder) can disable load of it.
So check your .htaccess file first.
- This reply was modified 8 years, 10 months ago by powerhoster.
Forum: Fixing WordPress
In reply to: Visual Editor not working in WordPress 4.6 on my laptopIt is because WordPress cannot load the TinyMCE editor files. You can check your .htaccess file in your root folder or wp-includes folder. Just backup them, and then delete them. Enable them in your website admin area.
It should be able to solve the problems.
Forum: Fixing WordPress
In reply to: Visual Editor Tab not workingThank you, Mark
Finally it worked. I just deleted .htaccess file and recreate a new .htaccess file.
- This reply was modified 8 years, 10 months ago by powerhoster.