Wordpress - AMP 验证器失败 - NextGen Gallery

Wordpress - AMP validator FAIL - NextGen Gallery

我正在为我的新闻网站使用 Google AMP。

但是我有很多验证错误。
我在网上发现,可能是一个插件会导致这个错误,所以我检查了我所有的插件,最后我发现它是 NextGen gallery 打破了我的验证。

我联系了支持但没有回应。

错误:

> The mandatory attribute 'amp-custom' is missing in tag 'style
> amp-custom'. DISALLOWED_HTML line 256, column 0    The attribute
> 'href' in tag 'link rel=stylesheet for fonts' is set to the invalid
> value
> 'http://ns3363707.ip-94-23-251.eu/cosavostra/dev/tennismagazine_2/wp-content/themes/citynews/inc/shortcodes/css/shortcodes.css'.
> AUTHOR_STYLESHEET_PROBLEM line 270, column 0    The tag 'script' is
> disallowed except in specific forms. CUSTOM_JAVASCRIPT_DISALLOWED line
> 311, column 72    The tag 'script' is disallowed except in specific
> forms. CUSTOM_JAVASCRIPT_DISALLOWED line 312, column 0    The tag
> 'script' is disallowed except in specific forms.
> CUSTOM_JAVASCRIPT_DISALLOWED line 314, column 0    The tag 'script' is
> disallowed except in specific forms. CUSTOM_JAVASCRIPT_DISALLOWED line
> 318, column 0    The tag 'script' is disallowed except in specific
> forms. CUSTOM_JAVASCRIPT_DISALLOWED line 348, column 0    The tag
> 'script' is disallowed except in specific forms.
> CUSTOM_JAVASCRIPT_DISALLOWED line 349, column 0    The tag 'script' is
> disallowed except in specific forms. CUSTOM_JAVASCRIPT_DISALLOWED line
> 350, column 0

我可以有一些替代方案或建议来解决这个问题吗?

我解决了这一行的问题,添加到您的 functions.php

add_filter( 'run_ngg_resource_manager', '__return_false' );