admin管理员组文章数量:1317915
When i attach below line code i get white screen and in console log it is getting below error my browsers are up to date
Code
body:not(.no-transition) #wrapper, .animsition-overlay { position: relative; opacity: 0; -webkit-animation-fill-mode: both;
animation-fill-mode: both; }
Console log error
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:552 Animsition: Element does not exist on page. plugins.js:428:1211 Animsition: Does not support this browser. plugins.js:428:1273
When i attach below line code i get white screen and in console log it is getting below error my browsers are up to date
Code
body:not(.no-transition) #wrapper, .animsition-overlay { position: relative; opacity: 0; -webkit-animation-fill-mode: both;
animation-fill-mode: both; }
Console log error
Share Improve this question edited Dec 7, 2019 at 14:41 kero 6,3201 gold badge25 silver badges34 bronze badges asked Nov 26, 2019 at 15:52 udit sharmaudit sharma 112 bronze badgesJQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:552 Animsition: Element does not exist on page. plugins.js:428:1211 Animsition: Does not support this browser. plugins.js:428:1273
2 Answers
Reset to default 1"White screen" generally means there is a PHP error preventing the page from being generated. You should check your WordPress error log (wp-content/debug.log by default) for any relevant errors.
Adding CSS code would not prevent the page from loading.
Sometimes a default (if that exists) WordPress css attribute name may have a conflict with the attribute names in your css .
Try changing your css names to something different of more descriptive,
An example name that I've seen bring conflict/WSOD aka: "White Screen Of Death" in WordPress is .page
Try avoiding words like:
- blog
- wordpress
- wp
- header
- footer
... or anything generic in your css
Hope this helps.
本文标签: theme developmentWhite screen when attaching css to functionphp
版权声明:本文标题:theme development - White screen when attaching css to function.php 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742024805a2415339.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论