Which path to skip for icon loading?

Posted in: Newspaper
Post count: 460

Hello team,

When I used the normal theme (with standarpack plugin + mobile plugin), I had to exclude these two paths from CDN loading in order for the website to work properly:

/wp-content/themes/Newspaper/style.css
/wp-content/themes/Newspaper/mobile/style.css

Now I use the cloud templates, and when using CDN some items do not load correctly:

The problem is more visible in mobile, because the menu or search icon are missing.

Could you tell me which route I should exclude from the cdn now so that everything works properly?
This is the test site where I am having the problems (I always use a test site before using it on my main site): https://cutt.ly/GjpgDNJ

Have a happy new year 🙂

Post count: 18283

Hello !

Please try this option recommended by my colleague: https://forum.tagdiv.com/topic/icons-showing-square-boxes/

Let me know the result !

Thank you !

Post count: 460

Hello Vlad S,

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

Amazing, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.