Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
www.telcocloudbridge dot com
@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>