-
AuthorPosts
-
August 27, 2014 at 7:27 pm #310023
As seen in IE 11, Win8.1
https://www.dropbox.com/s/me7nco33kfkvfkc/Screenshot%202014-08-27%2014.26.27.png?dl=0
and in safari, Yosemite Beta..
https://www.dropbox.com/s/i7jba6cyx2a0rec/Screenshot%202014-08-27%2014.27.22.png?dl=0
What is going on with that?!
August 28, 2014 at 7:21 am #310265Hey!
Have you checked on another computer? it’s not happening on my end – http://screencast.com/t/4v4bwUI2K7
Cheers!
JosueAugust 28, 2014 at 1:07 pm #310386Yes, I have.
I checked it on two computers at my home (one running 8.1 on Parallels and one natively running 8.1) . It happened on both of those, but a coworker tested it on her machine and said it didn’t happen.
Strange how it’s only happening to the computer in my home..
August 28, 2014 at 1:07 pm #310387Another thing is, I believe the up arrow in the back to top disappeared.. so it seems like something in that default icon pack altogether.
August 28, 2014 at 1:21 pm #310392Hi!
Please flush browser cache and refresh your page a few times. It is visible on my end – http://i.imgur.com/ERgMT4W.png
Best regards,
YigitAugust 28, 2014 at 4:43 pm #310524Another thing is, on iPads and some other devices, the arrow I have in the menu title (HTML character code) renders as a square.
What’s up with this as well?
August 28, 2014 at 6:23 pm #310587Hey!
Try the solutions provided in this article:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsRegards,
JosueAugust 29, 2014 at 4:06 pm #310974Okay, so I’ve done that correctly I believe and discussed it with my hosting provider.
I’m still concerned with the HTML character code I’m using to make an arrow, from this website.
http://character-code.com/arrows-html-codes.php
https://www.dropbox.com/s/gpnmhdi976qcu02/IMG_20140829_110409.jpg?dl=0
That what I get when I entered this in the menu title,
⤷
Stupid iPads!
August 29, 2014 at 4:13 pm #310976I’ve added this in my .htaccess
#<FilesMatch "\.(eot|otf|woff|ttf)$"> #<IfModule mod_headers.c> # Header set Access-Control-Allow-Origin "*" #</IfModule> #</FilesMatch>
September 1, 2014 at 4:52 pm #311921Hey!
Please remove the # signs and try this code instead:
<FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.