Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #327935

    Hi! And once again, thanks for an awesome theme and support!

    I got a problem with Chinese(?) icons. When visiting mysite.se, its all fine, but when visiting mysite.com, icons is in chinese. I guess it’s something with fonts..

    #328035

    Hey Martin!

    Please try adding following to .htaccess file

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

    Best regards,
    Yigit

    #328279

    We are using Windows IIS server. Do you have a solution for that?

    Thanks!

    /Martin

    #328290

    Hey!

    Do you mind creating a temporary admin login to the .com one and posting it here privately?

    Regards,
    Yigit

    #328817
    This reply has been marked as private.
    #328879

    Hey!

    Please review your website now. I have added custom CSS to the top of Quick CSS field.

    Best regards,
    Yigit

    #328953

    Hey!

    I still have the same problems on computers.Tested in Google Chrome and Internet Explorer, but it’s still chinese icons… Though, it works on my Iphone and Ipad.

    Any clue?

    /Martin

    #328955

    Hi!

    Please flush cache and refresh your page a few times. It does work fine on my end on computer :)

    Best regards,
    Yigit

    #330731

    Hi,

    It’s not working here. Flushed Cashe, tested on different computers, browsers etc…

    I still need help. :)

    #331430

    Still problem, I’ve tried some things, but no result. :(

    /Martin

    #332844

    Hi Martin!

    Try the following:
    http://enable-cors.org/server_iis7.html

    Best regards,
    Josue

    #333135

    Hi!

    Thanks for your help. Now it works in Chrome and Firefox. But still, it doesn’t work in Internet Explorer… Any clue?

    /Martin

    #333613

    Hey!

    Here’s how i see your site in IE – http://screencast.com/t/KgESUdcMiMe

    Regards,
    Josue

    #333731

    Hey again,

    Yes, you are right, it’s correct now. Just had to clear cache.

    Thank you thank you thank you!

    /Martin

    #333764

    You are welcome Martin, glad to help :)

    Regards,
    Josue

    #366622

    Hi, I have the same problem. Have a look here:

    http://www.meiersolar.ch

    In Chrome there’s Chinese Icons. Strangely in Safari on Mac and on the Chrome browser on my phone it works.

    Tried to find the web.config file in the wordpress editor but can’t find it.

    Could you help please? Would like to go online these week and inform customers.

    Thanks, Rolf

    #367115

    Hey Rolf!

    Try adding this code to your .htaccess file (located at root of installation):

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

    The web.config instructions are only for IIS servers.

    Regards,
    Josue

    #367198

    Hi Josue

    Thanks for your quick replay.

    I am not a coding-pro, so where please do I find this file?

    I had a look in the dashboard (appearence > editor) but can’t find the file you indicate. Could you give me some more instructions, how to implement your change?

    Thanks very much,Rolf

    #367410

    Could you please help me here.

    You can directly accesss my data and fix it. Can I send you my access data: URL, username, password somewhere per mail?

    I would like to start my business activity as soon as possible.

    Thanks.

    #368075

    Hey!

    Google is your best friend to find htaccess file:
    http://www.inmotionhosting.com/support/website/htaccess/where-is-my-htaccess-file
    http://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/

    You need to access htaccess file via FTP.

    Best regards,
    Andy

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.