Site logo

Archived topic

Skip to content ?

3 replies · Started by Lon Mok on December 5, 2014

Viewing posts 1–4 of 4

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/

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

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" />

Awesome - glad you found the solution.

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

Thanks!

This archived topic is closed to new replies.