• Resolved jnati

    (@jnati)


    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!
    Jimmy

    PS 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;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jnati

    (@jnati)

    Sorry, the link button didn’t add a closing , I tried to edit the post, but it said it was ‘too old’ .

    1. Really sorry about this, but I can’t replicate this myself and I don’t see the theme info on your website, so I’m assuming this is fixed?

    2. Are you able to change the CSS of the calendar widget? The z-index may be set at the max level and you aren’t able to top it. Just brainstorming here. It has something to do with the cursor entering a text-field. You may want to add margin to the top of the calendar so there is simply no overlap.

    3. This Custom CSS should solve this.

    .main-navigation ul ul li:first-child {
    	margin-left: 0.7em;
    }
    .main-navigation ul ul li:last-child {
    	margin-right: 0.7em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2.8 Theme info bug / event cal / menu li indent’ is closed to new replies.