11 Replies
Apr 29, 2021 7:39 am
Please make sure the "Load Font Awesome css lib" option is enabled. It's located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/styles-and-colors/#load-font-awesome-css-lib
Apr 29, 2021 10:12 am
Yes I checked this option is already enabled.
Apr 29, 2021 10:19 am
www.telcocloudbridge dot com
May 01, 2021 2:26 pm
@asti, Please note that I checked the URL in my CDN , it is with https, then I added the following to the end of my htaccess. And then purged the cached plugin, then purged CDN. However nothing helped as the issue stays.
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>