We have checked menu in both Chrome and Firefox in Android device. But we are unable to reproduce the error you have mentioned. Can you please share your website like?
Hi brentg,
This is not problem of theme.
There is error on your site because of cross origin resource. You can see actual error at following screenshot:
http://www.awesomescreenshot.com/image/305412/5008b440a7bf5e4e2d76c29691fa69d5
As this theme is using font-awesome for icons, error on your site is preventing to load font-awesome so icons are broken.
Thread Starter
brentg
(@brentg)
Oh gezz, thank you very much for pointing that out to me. Sorry to waste your time. I’ll put font awesome on the server and modify the theme to account for that.
Thanks again! Brent
Thread Starter
brentg
(@brentg)
Yay it works! Instead of going through the theme and making modifications to it, I added a access-control-allow-origin header for pawbl.org.
(Just in case anyone else runs into this issue)
This error happened for me because mercercrawfordbaseball.com is the primary domain that contains all the goodies. Where as pawbl.org is just a parked domain of mine.
How I fixed my problem is I added the header ‘Access-Control-Allow-Origin’ to my .htaccess file
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin http://www.pawbl.org
</IfModule>
Chrome still throws an error for me, but loads the font-awesome images anyways.
http://postimg.org/image/tcma5n0d7/
Firefox no longer throws the error.
Hope this helps someone out there 🙂
Regards,
Brent