tabindex for home homepage panels
-
Hi. I posted a question in the general Twenty-seventeen forum and did not get any responses. Maybe someone here has some insights on how “tabindex” gets sets for each home page panel section. It seems random and I’m completely stymied and it’s affecting the anchor positions for the panels.
Some anchors land where they are supposed to, and others land after the intended location. When I inspect the page code, the ones that work show tabindex set at ‘panel-content’ level:
<div class="panel-content" id="noted" tabindex="-1"> <div class="wrap"> <div class="entry-content"> <p><a name="noted"></a> </p> <h2>Noted</h2>
The ones that land incorrectly have tabindex set in the “a” anchor link.
<div class="panel-content" id="video"> <div class="wrap"> <div class="entry-content"> <p><a name="video" tabindex="-1"></a></p> <h2>A Video is Worth a Thousand Words</h2>
It seems random from page section to page section. I can’t figure out the differences between how I set the pages up. The on page code is simple and seems the same:
<a name="noted"></a> <h2>noted</h2> [testimonial_view id="2"] <a name="video"></a> <h2>video</h2> [vimeography id="1"]
Any suggestions would be greatly appreciated! Thanks Mike
The page I need help with: [log in to see the link]
- The topic ‘tabindex for home homepage panels’ is closed to new replies.