Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #918122

    Hihi! I have gone through the process of enabling cors and icons show up just fine on all of my devices but one – a Verizon Ellipsis tablet running chrome. Any idea of why they would appear just fine on desktop and multiple devices but not that one?

    From my htaccess:
    <FilesMatch “\.(ttf|otf|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>
    # END WordPress

    Thanks! :)

    #918186

    Hey Verdaccio,
    Are they the animated icons that appear as you scroll though the page? If so your mobile browser may not be allowing js by default, check the settings.
    You can use remote debugging for your Android device to find out why: Remote Debugging Android Devices

    Best regards,
    Mike

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