admin管理员组文章数量:1130349
New to WordPress, I'm trying to debug the problem briefly described in the title of this question. None of these links works in our site when we edit a post. All work fine in any other components (Pages, Dashboard, etc.)
Edge Console shows up this warning:
HTML1521: Unexpected “/body>” or end of file. All open elements should be closed before the end of the document. post.php (765,1)
And I get these two errors in the debugger:
Also, by inspecting some of the elements, I show differences. For instance, regular functioning pages have a the containing the Screen Options button showing a style with a display property toggling between none and block when visibility changes by clicking the Screen Option button:
<div class="metabox-prefs" id="screen-meta" style="display: none;">
and
<div class="metabox-prefs" id="screen-meta" style="display: block;">
This doesn't happen in posts, showing always:
<div class="metabox-prefs" id="screen-meta">
I've not been able to find a relation between this situation and previous issues describing problems with the visibility of some of the affected elements in our installation. As only posts are in troubles here, it should be something related to the load of specific JS contents in such a WordPress element.
Please, have any of you seen something similar before? Could you point me in the direction of solving this issue?
The affected site is
Our installation:
- WordPress 5.1.1 running Foundry Child theme.
- Apache/2.4.6
- Running PHP version: 7.3.3
- Scientific Linux based on a Red Hat 4.8.5-28 box
- kernel 3.10.0-862.9.1.el7.x86_64 GNU/Linux
Thanks you very much for your help!
Ricardo
New to WordPress, I'm trying to debug the problem briefly described in the title of this question. None of these links works in our site when we edit a post. All work fine in any other components (Pages, Dashboard, etc.)
Edge Console shows up this warning:
HTML1521: Unexpected “/body>” or end of file. All open elements should be closed before the end of the document. post.php (765,1)
And I get these two errors in the debugger:
Also, by inspecting some of the elements, I show differences. For instance, regular functioning pages have a the containing the Screen Options button showing a style with a display property toggling between none and block when visibility changes by clicking the Screen Option button:
<div class="metabox-prefs" id="screen-meta" style="display: none;">
and
<div class="metabox-prefs" id="screen-meta" style="display: block;">
This doesn't happen in posts, showing always:
<div class="metabox-prefs" id="screen-meta">
I've not been able to find a relation between this situation and previous issues describing problems with the visibility of some of the affected elements in our installation. As only posts are in troubles here, it should be something related to the load of specific JS contents in such a WordPress element.
Please, have any of you seen something similar before? Could you point me in the direction of solving this issue?
The affected site is
Our installation:
- WordPress 5.1.1 running Foundry Child theme.
- Apache/2.4.6
- Running PHP version: 7.3.3
- Scientific Linux based on a Red Hat 4.8.5-28 box
- kernel 3.10.0-862.9.1.el7.x86_64 GNU/Linux
Thanks you very much for your help!
Ricardo
本文标签:
版权声明:本文标题:wp admin - Wordpress Screen Options, Help, Visual editor, Status, Visibility, Revisions, Published on and any toggled indicator 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1745533408a2154853.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论