[Resolved] Skip to content ?

Home Forums Support [Resolved] Skip to content ?

Home Forums Support Skip to content ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51532
    Lon Mok

    I’m having similar issues to the referenced link. I’m getting a Skip to content text using IE9/IE10/IE11. Using IETester to validate using other IE versions. Oddly on my local desktop using IE11 it does not happen. But I’ve gotten the Skip to content issue on several other desktops.

    I already tried adding the gistfile1.php code into functions.php, but that didn’t fix it.

    The site is not publicly facing right now.

    Reference: http://generatepress.com/forums/topic/skip-to-content-and-misc/

    #51534
    Lon Mok

    Also, I’m hosting the site internally. It is not on a hosting companies server.

    #51632
    Lon Mok

    Very odd, found my issue.

    I was browse http://whatsnew (internal) and it would render differently than using FQDN.

    Turns out it has something to do with IE compatibility mode for Display intranet sites in Compatibility View setting. I had to add this line below in the <head> (keep in mind that it has to be near the top of the <head>.

    It basically forces your IE to use the newest rendering mode.

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    #51639
    Tom
    Lead Developer
    Lead Developer

    Awesome – glad you found the solution.

    I’ll take a look and see if it’s worth adding this in the next update.

    Thanks!

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