• Hi Ben,

    Our news team uses a Mission News Pro(child theme). I noticed this issue many times, especially on Chrome. The image slider(homepage) and featured image(single post page) often times hide the top navigation bar UNTIL I scroll up, then the bar appears. I searched for fixed on the forum and looked at the change logs you suggested but couldn’t find it. Hope to hear from you soon.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey there,

    Thanks for bringing this to my attention. Please try adding the following code snippet to your site and let me know if it prevents the error moving forward:

    #site-header,
    #site-header-sticky-wrapper {
      z-index: 39;
    }
    Thread Starter tanakanhomsaen

    (@tanakanhomsaen)

    Sorry for the late response Ben. Thanks for your suggestion but it doesn’t solve the problem yet. The z-index makes the nav appear in front of the image slide and become transparent instead of opaque. I have a screenshot of this, can I send you via email? Now I reversed the change because it’s a live site.

    Theme Author Ben Sibley

    (@bensibley)

    Try out this snippet next and let me know if that fixes the transparent background you’re seeing:

    #site-header,
    #menu-primary-container,
    #site-header-sticky-wrapper {
      z-index: 39;
      background: #fff;
    }

    If this still doesn’t help, please email me at ben@competethemes.com and if you can include the steps to recreate this visual glitch, that would be really helpful as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image slider & featured image hides the top nav bar (sometimes)’ is closed to new replies.