• Resolved babyninja

    (@babyninja)


    Hey everyone, I’ve used this forum before with great support so I’m hoping someone has a possible solution to this.
    I created https://www.babyworldandme.co.uk (which looks and runs fine, no issues). I added a domain alias on my cloud hosting to babyworldandme.com

    This is where I’m having a couple of issues. I just assumed this would redirect and use the same coding but there are a couple of appearance differences depending on my browser.

    Using chrome on my windows laptpop and android phone the 3 icons taken from this source https://fortawesome.github.io/Font-Awesome/cheatsheet/ under “Our Values” appear different (in andriod one of them is a chinese symbol!).

    fa-music
    fa-map-pin
    fa-heart

    Also when viewed on my android phone the menu button is now an email symbol rather than 3 black horizontal lines! (although it still works when pressing it).

    Weirdest thing of all in on my ipad the .com address works and looks exactly the same as the co.uk address! I’m stumped. Thanks for looking and any suggestions welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Similar issue had been reported to our support forum. Please refer to the following links:

    * https://athemes.com/forums/topic/problem-with-icons/#post-202650
    * https://athemes.com/forums/topic/social-media-buttons-2/#post-232805

    Regards,
    Kharis

    Thread Starter babyninja

    (@babyninja)

    Hey Kharis, thanks for the reply. Tried these three potential solutions listed which were:

    1. Login to your site admin area
    2. Go to Settings > General
    3. Don’t include www in the fields that say “WordPress Address (URL)” and “Site Address (URL)”
    4. Save Changes

    Try to add the following in the .htaccess file; right after # END WordPress line.

    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>

    install and activate the WP Font Awesome plugin

    No luck with any of them i’m afraid.

    Thread Starter babyninja

    (@babyninja)

    Ok, update, I fixed it with the following code in my htaccess file.

    <IfModule mod_headers.c>
    <FilesMatch “\.(eot|font.css|otf|ttc|ttf|woff)$”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>
    </IfModule>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Appearance differences between domains’ is closed to new replies.