Jump to content
thirty bees forum
  • 0

Help! Icons missing backoffice.


janex

Question

11 answers to this question

Recommended Posts

  • 0

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

  • 0

@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

  • 0

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...