- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After installing my shop, and running php bin/magento setup:static-content:deploy the shop and backend look fine except for font icons in the front end.
Icons showing in backwnd no problem. How do I get to show in front?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The fonts were in
\pub\static\frontend\Magento\luma\en_US\fonts
I needed them to be in
\pub\static\frontend\Magento\luma\en_GB\fonts
Copy over and work. There are more static files in the US folder that is not in the GB folder. Anyone know why
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: missing icons in frontend
Hi Robbie,
Have you tried flushing and refreshing the cache?
Cheers!
Aspiration Hosting - Magento 1 & 2 Optimized Cloud Hosting
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: missing icons in frontend
The issue is caused because of cross-domain policies when the frontend or the admin panel are accessed from a different address than the one configured in the OpenCart config files. For example, if you have installed your OpenCart for the address http://domain.com but you access your site via http://www.domain.com you will experience such issue.
The solution to this is fairly simple. Open config.php file from OpenCart root folder as well as config.php from the admin folder and make sure HTTP_SERVER and HTTPS_SERVER point to www location. Visit this link to know more:-
https://www.fastcomet.com/community/how-to-fix-opencart-missing-icons/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: missing icons in frontend
This is for magento 2, not opencart
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content