admin管理员组文章数量:1123860
It seems like CSS issue, but it is not persistent, sometimes works, sometimes not, however the site itself is working just fine, but I hardly can use the dashboard. This is not a duplicate, because the others solution does not work here. It is a fresh installation of WP, I tried reinstalling the whole wp, tried other themes a well, everything is updated, here it is a screenshot:
It seems like CSS issue, but it is not persistent, sometimes works, sometimes not, however the site itself is working just fine, but I hardly can use the dashboard. This is not a duplicate, because the others solution does not work here. It is a fresh installation of WP, I tried reinstalling the whole wp, tried other themes a well, everything is updated, here it is a screenshot:
Share Improve this question asked Sep 3, 2023 at 15:18 Botond VajnaBotond Vajna 4714 silver badges11 bronze badges2 Answers
Reset to default 0I suspect that if you enable the Network tab in your browser Diagnostics screen (usually F9, but right-click and select 'inspect'). you will see that a CSS file is not getting loaded for some reason.
This is probably a theme issue of not properly loading the CSS. Could also be a caching issue; perhaps the CSS file is cached and needs to be refreshed.
But looking at the items 'requested' via the Developer's Network tab will probably show a '404' on a particular CSS request. You can then look at that request and determine it's "caller" (the code file that tried to load the CSS), and troubleshoot from there. As mentioned, I suspect it will be a CSS request made by the theme.
You could try a different theme; or clear your browser cache. Browser cache is likely if you are developing the theme and make changes to the CSS file. There are ways to add a parameter to the CSS request to 'bust' the cache, forcing the CSS file to be loaded from source rather than cache. You may also need to disable any caching plugin you have.
It was a DNS problem, It was a freshly installed site, on a brand new domain. the dns serves was not fully set up. Problem solved by time.
本文标签: wp adminWP dashboard messed up
版权声明:本文标题:wp admin - WP dashboard messed up 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736599912a1945200.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论