Bugs
-
Some issues…
For each issue i list below i also provide an attached image to give you an idea what i am referring to:
- When you set Boxed Layout (via: Customizer > General Settings > Website Layout > Boxed Layout) and look at the pagination display (bottom of the page under a category) you see it’s not lined up correctly. In this attached image the top part of the image is what your theme currently shows and the bottom part is what the correct look should be. THE FIX: Just add this left padding: .navigation.pagination { padding-left:30px; }
- The scroll up arrow that appears on every page (as seen at the bottom-right corner of any page) has a z-index issue. Currently it isn’t set so if sites have other things like their social media icons in that region then the arrow is covered/overlapped, preventing the ability to click to scroll back up. In this attached image the top part of the image is what your theme currently shows and the bottom part is what the correct look should be. THE FIX: Just add this z-index: #teg-scrollup { z-index:9999; }
- When using the popular W3C Markup Validation Service this theme gets many html validation warnings. You can see them in this attached image. The fixes are quite simple. For example, when you use the <nav> tag you don’t need to include the role=”navigation” e.g. <nav id=”comment-nav-above” class=”navigation comment-navigation” role=”navigation”> should instead be <nav id=”comment-nav-above” class=”navigation comment-navigation”>. The other tags with similar issues include main, header, nav, aside, footer, and aria-required`. As for the h2-h6 warning which in the attached image you can see W3C flagged 120 of them. This is referring to the comments area. Currently you guys use the <div> tag within an <article> tag for each comment. To get rid of this warning one just needs to replace the <div> with <h6> for each author name. For example: <div class=”comment-author vcard”> is changed to <h6 class=”comment-author vcard”>
Big fan!
Emily
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bugs’ is closed to new replies.