janex Posted September 23, 2018 Share Posted September 23, 2018 Hi, after fresh install missing backoffice icons- firefox and vivaldi not showing them Can somebody point to right direction where start... Link to comment Share on other sites More sharing options...
0 datakick Posted September 23, 2018 Share Posted September 23, 2018 Looks like font awesome is not loaded for some reason (Access-Control-Allow-Origin maybe?). Open your javascript console/network tab and look for errors there, that should help you understand where the problem is Link to comment Share on other sites More sharing options...
0 janex Posted September 23, 2018 Author Share Posted September 23, 2018 javascript console in web browser?, i also tried in virtualbox and over network on other pc- they all not showing icons, also after making 4-5 categories only two of them showing in front office(first and third automatically are on top menu other not- interesting). My server is shared options, php 7.2 Link to comment Share on other sites More sharing options...
0 janex Posted September 23, 2018 Author Share Posted September 23, 2018 @datakick said in Help! Icons missing backoffice.: n (Access-Control-Allow-Origin maybe? is "Header add Access-Control-Allow-Origin " or "Header set Access-Control-Allow-Origin" is right? in .htaccess Link to comment Share on other sites More sharing options...
0 datakick Posted September 24, 2018 Share Posted September 24, 2018 @janex - this can be really caused by many different things: misconfiguration of your server font actually missing on your server you can be using Media servers with incorrect Access-Control-Allow-Origin settings some css might override font family on icon-* css class and many more That's why I wrote start with javascript console in web browser. Is there any error in console, or in network tab? If there is, what it says? If not, then examine html element where the icon should be, and look what font-family it uses... I could tell you what's wrong, but I'd need access to your back office first Link to comment Share on other sites More sharing options...
0 yaniv14 Posted September 24, 2018 Share Posted September 24, 2018 Try disabling ad block extensions or adding the site to the whitelist. Link to comment Share on other sites More sharing options...
0 Beeta Posted October 17, 2018 Share Posted October 17, 2018 I just migrated from debian to centos (with centminmod) my sandbox and I have the same problem but on front-office. on nginx I have: location ~* \.(eot|svg|ttf|woff|woff2)$ { #add_header Pragma public; #add_header X-Frame-Options SAMEORIGIN; #add_header X-Xss-Protection "1; mode=block" always; #add_header X-Content-Type-Options "nosniff" always; #add_header Referrer-Policy "strict-origin-when-cross-origin"; add_header Access-Control-Allow-Origin *; add_header Cache-Control "public, must-revalidate, proxy-revalidate"; access_log off; expires 30d; break; } is not a permission problem: -rwxr-xr-x. 1 nginx nginx 1,6K 25 lug 21.00 index.php -rwxr-xr-x. 1 nginx nginx 71K 25 lug 21.00 fontawesome-webfont.woff2 -rwxr-xr-x. 1 nginx nginx 89K 25 lug 21.00 fontawesome-webfont.woff -rwxr-xr-x. 1 nginx nginx 150K 25 lug 21.00 fontawesome-webfont.ttf -rwxr-xr-x. 1 nginx nginx 383K 25 lug 21.00 fontawesome-webfont.svg -rwxr-xr-x. 1 nginx nginx 75K 25 lug 21.00 fontawesome-webfont.eot -rwxr-xr-x. 1 nginx nginx 123K 25 lug 21.00 FontAwesome.otf Link to comment Share on other sites More sharing options...
0 lesley Posted October 17, 2018 Share Posted October 17, 2018 Is it a cross origin issue? Look in the browser console. Link to comment Share on other sites More sharing options...
0 Beeta Posted October 18, 2018 Share Posted October 18, 2018 @lesley console gives a 403 error *48 access forbidden by rule Link to comment Share on other sites More sharing options...
0 Beeta Posted October 18, 2018 Share Posted October 18, 2018 problem found... was a rule inside an included file in the nginx configuration (more info here) Link to comment Share on other sites More sharing options...
0 colorful-ant Posted October 18, 2018 Share Posted October 18, 2018 please mark solved? Link to comment Share on other sites More sharing options...
0 Beeta Posted October 19, 2018 Share Posted October 19, 2018 @foolab solving that I found this: https://forum.thirtybees.com/topic/2164/thirtybees-and-prestashop-on-nginx-expose-tpl-and-other-files Link to comment Share on other sites More sharing options...
Question
janex
Hi, after fresh install missing backoffice icons- firefox and vivaldi not showing them Can somebody point to right direction where start...
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now