admin管理员组文章数量:1327971
I've faced one really annoying "bug" on my production website. I've recently migrated to a new hosting, things went fine, then this issue started showing up.
YES, I was googling for past 3 days in order to fix this issue, and not a single solution helped.
Problem:
When I try to edit some post, or try to add a new - I get no Visual editor, only the button Add Media
is shown up.
I can not add text. Also, plain HTML editor doesn't work as well.
The whole thing looks like this:
What I've tried:
- Disabled plugins
- Switched theme Cleared cache & cookies
- Switched browser
- Repaired DB
- Enabled Debugging - no errors
- Checked logs - no issues with PHP
- Reinstalled the whole Control Panel
- Tried various solutions from WP forums -Nothing.
I believe it is somehow Control Panel
related, because when I created a subdomain, ran the installation with the latest WP version - I faced the same issues.
Same version works with no prob's on my localhost.
- WP version: 4.7.2
- PHP 5.6
Any suggestion guys, I am really desperate..
EDIT: For some reason - seems it is fixed now. I disabled all plugins, and enabled one by one while refreshing post page, checking does something breaks. Not sure can this be considered as a fix, because I did the same couple of times. Thanks for help!
I've faced one really annoying "bug" on my production website. I've recently migrated to a new hosting, things went fine, then this issue started showing up.
YES, I was googling for past 3 days in order to fix this issue, and not a single solution helped.
Problem:
When I try to edit some post, or try to add a new - I get no Visual editor, only the button Add Media
is shown up.
I can not add text. Also, plain HTML editor doesn't work as well.
The whole thing looks like this:
What I've tried:
- Disabled plugins
- Switched theme Cleared cache & cookies
- Switched browser
- Repaired DB
- Enabled Debugging - no errors
- Checked logs - no issues with PHP
- Reinstalled the whole Control Panel
- Tried various solutions from WP forums -Nothing.
I believe it is somehow Control Panel
related, because when I created a subdomain, ran the installation with the latest WP version - I faced the same issues.
Same version works with no prob's on my localhost.
- WP version: 4.7.2
- PHP 5.6
Any suggestion guys, I am really desperate..
EDIT: For some reason - seems it is fixed now. I disabled all plugins, and enabled one by one while refreshing post page, checking does something breaks. Not sure can this be considered as a fix, because I did the same couple of times. Thanks for help!
Share Improve this question edited May 5, 2019 at 17:28 norman.lol 3,2313 gold badges29 silver badges35 bronze badges asked Feb 3, 2017 at 21:02 fugitivefugitive 712 silver badges9 bronze badges 3- Questions: 1) What page builder are you using? 2) can you access WordPress error log & add that to your question? – Fayaz Commented Feb 4, 2017 at 2:45
- the only suggestion is the usual, turn off plugins, switch to default theme, and than turn things back on, untill you discover the source. Than ask for support from the plugin/theme author – Mark Kaplun Commented Feb 4, 2017 at 5:45
- I ran into this as well. None of the answers helped. Also did all the usual: switch themes, disable all plugins, clear caches, etc. – SherylHohman Commented Nov 28, 2018 at 15:44
6 Answers
Reset to default 1I had the same problem and it was solved by following an advice found on https://wordpress/support/topic/visual-editor-missing-15/
- Go to the file
wp-config.php
- Find the following line:
define('DB_HOST', 'xxxxxxxxxxxx');
- Right below the above line add this:
define('CONCATENATE_SCRIPTS', false);
Maybe you should change memory limit, because sometimes this give a White Screen as well. Often a problem when using woocommerce or lots of plugins.
Can be change this way, add rule to config.php
define( 'WP_MEMORY_LIMIT', '256M' );
Log into your WordPress dashboard. On the left-hand side, go to Users > Your Profile. Uncheck the box beside "Disable the visual editor when writing". Click on "Save" at the bottom of the page.
If the check box was already disabled, check it and click on "Save" and the uncheck it and click on "Save".
This should solve the problem
First off, go to Users->Your Profile. And make sure that the box marked "Disable the visual editor when writing" at the top of the screen is not checked.
If that setting is correct, then your browser can help you identify JavaScript issues or conflicts. Do you have any Javascript errors in the console when looking at the editor page? This article can assist you in doing that diagnosis.
Please open your profile in your WordPress site dashboard and make sure that Disable the visual editor when writing checkbox is not checked.
'Add Media' button is not working?
If you answer 'yes' take a look if jQuery is not loaded twice, if so, load one only or implement JQuery.noConflict().
本文标签: Visual editor not showing up
版权声明:本文标题:Visual editor not showing up 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742250826a2440726.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论