robwill94
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Accessibility] Skip link does not work in IEActually nevermind, I got it to work now 🙂 thanks for the help joe 😀
Forum: Plugins
In reply to: [WP Accessibility] Skip link does not work in IEHi Joe, sorry for the late reply.
I managed to get a skip to content link working through making my own link (not the ‘make a custom link’ section of the plugin) and placing it in the header of the website. However everytime I tab through the site it tabs to the “a11y-toolbar ltr” class, is there a way to make the user tab to the custom link first? e.g. can I go the .js files and remove the -1 tabindex thats given to the “a11y-toolbar” or will that mess up the plugin?
thanks.
Forum: Plugins
In reply to: [WP Accessibility] Skip link does not work in IEThanks for replying,
I’ve increased the value of the z-index for the skip link when in focus but it still doesnt seem to work in IE.
Is this css you’re referring to?
#skiplinks a:active, #skiplinks a:focus {
left: 1em;
top: 1em;
background: #f6f3fa;
color: #00c;
padding: 5px;
border: 1px solid #357;
box-shadow: 2px 2px 2px #777;
border-radius: 5px;
font-size: 1.4em;
z-index: 1000;
}Forum: Plugins
In reply to: [WP Accessibility] Skip link does not work in IEAh sorry I forgot to provide one: