2.8 Theme info bug / event cal / menu li indent
-
Hi Scott, awesome theme man, I just gave you a 5* review.
So I just upgraded to 2.8 on one of my three WordPress installs on one site, and I’m having a few issues:
1. Theme info at bottom is still appearing even though I have unchecked the ‘Show theme info’ box under ‘Reading’ in customization.
2. Menu drop downs under ‘News’ Menu are being cancelled out by Events Calendar “Events In , Date—” active area. I assume z-index issue, and have tried to correct in theme css, but no luck.
Try hovering over ‘News >Alumni News’ , it just disappears like a mouse out. It is weird, because there is no hover issue as you hover to the bottom of my ‘Event Calendars > Alumni Events’
I understand I might need to resolve this with Modern tribe, but thought you might have a fix.
3. Menu li indent – this seems to be an issue with 2.8 where the first sub-menus of each category are not following the margins in CSS. As you mouseover my menus, you’ll see the first sub-menu item is left justified all the way to the white border.
Any help would be appreciated, since I’m not going to update our other two WP installs on the site until I have these bugs sorted.
**FYI – one Lens in Slidedeck 2 was breaking our Sidebar button, so I switched ‘lenses’ and it was fixed. I will post on Slidedeck’s support just so they know.
THANKS so much!
JimmyPS here is my only custom CSS being used on your theme:
.site-title a {font-size: 1.4em;}
.site-title {text-align:right;}
.site-title {margin-top:-42px;}.site-title {margin-bottom:-42px;}
#header-2013 {width:960px; margin-left:auto; margin-right:auto;}#footer-2013 {width:960px; margin-left:auto; margin-right:auto;}
.entry-title {font-size: 1.2em; text-align:left; margin-left:0%; margin-bottom: -2%;}
.main-navigation ul {position:relative; z-index:999; text-align:left;}
.main-navigation li {
display: inline-block;
margin: 0 0.7em;
position: relative;
z-index: 9999;}.main-navigation ul ul {
z-index: 9999;}.main-navigation ul ul a {
width:20em;}.SidebarLink.left {
left: 7%;
margin-top:90px;}.sidebar { z-index: 999999999;}
footer .date, .tags, .categories {
font-size: 0.8em;
clear: both;
margin: 5% 5% 5% 0%;
color: #808080;
display:inline;}
- The topic ‘2.8 Theme info bug / event cal / menu li indent’ is closed to new replies.