• Resolved brentg

    (@brentg)


    The menu button not showing up with Mobile Chrome Browser 43.0.2357.78
    I did confirm that it shows up using Mobile Firefox browser.

    My phones specs are…
    Screen: 5.5″
    OS: Android 4.4.4
    Browser: Chrome 43.0.2357.78

    Thanks for the great theme!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WEN Themes

    (@wenthemes)

    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?

    Thread Starter brentg

    (@brentg)

    pawbl.org

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘No menu button using Mobile Chrome browser’ is closed to new replies.