WordPress的箭头消失了奇怪的标志

时间:2018-06-27 作者:Paweł Karalus

早上好

我不知道什么时候,但插件“Slider Revolution”中的箭头突然消失了。这可能只是滑块旋转错误,但我注意到用于将页面滚动到顶部的箭头也消失了,在这两个箭头中都有奇怪的unicode符号“f106”、“E825”?

有人有什么办法解决这个问题吗?我有Wordpress版本4.9.6。

以下是屏幕截图和预览的最后一张:enter image description here

enter image description here

以及应该如何:

enter image description here

1 个回复
SO网友:Jignesh Patel

试试这个。htaccess代码。

参考文献1:https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/

参考文献2:

<IfModule mod_headers.c>
  <FilesMatch "\\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>

结束