Title: Bugs
Last modified: November 26, 2017

---

# Bugs

 *  Resolved [Fist Full of Crisco](https://wordpress.org/support/users/fistfullofcrisco/)
 * (@fistfullofcrisco)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/bugs-76/)
 * Some issues…
 * For each issue i list below i also provide an attached image to give you an idea
   what i am referring to:
    1. 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](https://i.imgur.com/BqwSqV0.gif)
       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; }_**
    2. 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](https://i.imgur.com/hlgN3cW.gif) 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;}_**
    3. When using the popular [W3C Markup Validation Service](https://validator.w3.org/#validate_by_uri+with_options)
       this theme gets many html validation warnings. You can see them in [this attached image](https://i.imgur.com/vIElegp.png).
       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)

 *  Theme Author [Theme Egg](https://wordpress.org/support/users/themeegg/)
 * (@themeegg)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/bugs-76/#post-9722364)
 * Hello Fist Full of Crisco,
    We appreciate your feedback. Thank you for listing
   issues and your feedbacks. Your contribution help us to improve eggnews theme.
   It mean alot to us. We will fix all issues on next version. Please let us know
   if you have any further queries. Regards, ThemeEgg Support Team
 *  Thread Starter [Fist Full of Crisco](https://wordpress.org/support/users/fistfullofcrisco/)
 * (@fistfullofcrisco)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/bugs-76/#post-9743599)
 * thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bugs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/eggnews/1.4.19/screenshot.png)
 * Eggnews
 * [Support Threads](https://wordpress.org/support/theme/eggnews/)
 * [Active Topics](https://wordpress.org/support/theme/eggnews/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/eggnews/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/eggnews/reviews/)

## Tags

 * [bugs](https://wordpress.org/support/topic-tag/bugs/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)
 * [validation](https://wordpress.org/support/topic-tag/validation/)
 * [W3C](https://wordpress.org/support/topic-tag/w3c/)

 * 2 replies
 * 2 participants
 * Last reply from: [Fist Full of Crisco](https://wordpress.org/support/users/fistfullofcrisco/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/bugs-76/#post-9743599)
 * Status: resolved