有关缺少CSS规则的主题检查错误

时间:2017-05-25 作者:The WP Intermediate

REQUIRED: .wp-caption css class is needed in your theme css.
REQUIRED: .wp-caption-text css class is needed in your theme css.
REQUIRED: .sticky css class is needed in your theme css.
REQUIRED: .screen-reader-text css class is needed in your theme css. See See: the Codex for an example implementation.
REQUIRED: .gallery-caption css class is needed in your theme css.
REQUIRED: .alignright css class is needed in your theme css.
REQUIRED: .alignleft css class is needed in your theme css.
REQUIRED: .aligncenter css class is needed in your theme css.
我在运行主题检查插件时遇到了上述错误,但问题是我在主题中没有使用这些类。我该怎么办?仅仅为了消除错误而使用它们?请引导我。

1 个回复
最合适的回答,由SO网友:Johansson 整理而成

主题检查插件还会检查您的主题,以查找WordPress本身生成的任何默认类。查看codex 了解更多信息。

您所要做的就是在CSS文件中覆盖这些类,例如:

.alignleft {
    text-align:left
}
这将从主题检查器插件中删除错误。

结束

相关推荐

can't get errors

我正在网上直播一个主题。我的网站不再出现错误。我不知道发生了什么事。页面仅在错误所在的位置结束。我只是在页面中添加了一个函数。php文件还不存在,应该有一个错误。我试过很多东西。我也没有看到错误日志。define(\'WP_DEBUG\', true); if (WP_DEBUG) { define(\'WP_DEBUG_LOG\', true); define(\'WP_DEBUG_DISPLAY\', true); @ini_set(\'disp