Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #348156

    Hello!

    In order to manage the two languages for my website, I’ve decided to host two separate versions of wordpress, the German version under the .de domain and the English version under .com. I’ve duplicated the folder and the SQL database and after a little bit of optimization it seemed to work nicely.

    Then today I fired the new English version up and all of a sudden the custom font isn’t working any more. Could you please take a look what the problem might be?

    Thanks in advance.

    Best,

    Alexander

    #348157

    I’ve also noticed that some UI-inherent graphics aren’t working any more. The buttons in the WP-layer slider now have wrong symbols and there’s a strange symbol on the far right of the main menu.

    #348473

    Hey!

    Try adding this to your .htaccess file (.com site):

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

    Cheers!
    Josue

    #348566
    This reply has been marked as private.
    #348586

    Hi Alexander,

    Can you please create us a temporary FTP account? post it here as a private reply.

    Regards,
    Josue

    #348600
    This reply has been marked as private.
    #349168

    Hi Alexander!

    Did you manage to fix it? the icons seems to be working as expected in your site – http://screencast.com/t/lsMMnAUBF

    Regards,
    Josue

    #349179

    Hey Josue!

    Strange, for me it’s still not working.

    http://www.agolex.de/wp-content/uploads/2014/11/menu.png

    Interestingly enough, on my Android tablet the custom font isn’t shown, but the Search icon (and the other UI icons) aren’t buggy. Technology is so strange.

    Do you have an idea what else it could be? After all, my home page is still behaving strangely. I’ve had this issue where all of a sudden my links started to look strange (wrong color, no hover effect), I got some quick css code from you to remedy this, but still on the top half of the page the links have a different hover effect than those on the bottom half below the image.

    Best,

    Alexander

    #349181

    Not to mention that in Internet Explorer the custom font never works. ; )

    #349183

    Hi Alexander!

    Try checking it on another browser (refresh the Cache), here’s how i see it on my Android tablet btw – http://i.imgur.com/JmjOeoN.png

    Regards,
    Josue

    #349184

    Bummer, right you are. It WAS the cache. Thanks so much, I’ll be clearing that regularly in the future. : )

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Custom font not working after transfer to new URL’ is closed to new replies.