Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330818

    hi

    when i go on my site or any of its urls such as http://www.codecreative.uk/meet-the-team/

    if i reduce my browser width to view its mobile layout it looks great

    when i actually go on my iphone 4 and load it the menu toggle button isn’t showing

    any ideas on why or what i should do?

    #330822

    Hi codecreative!

    Please add following to .htaccess file

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

    Icons are not loaded on mobile

    Regards,
    Yigit

    #330842

    ah okay great

    do you know why this happened and what I can do to prevent it happening in the future?

    I’m just updating the theme to version 3.0 :)

    #330844

    Hey!

    If you have changed the domain that may have caused it :)

    Regards,
    Yigit

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