• Hi guys, using the BlogStream Theme.
    When i login it works fine but for visitors, when scrolling up and the header comes down showing site name it flickers very badly. Like it is trying to open/close and not sure what to do lol.

    Any ideas how to fix this?
    Thanks

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

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hm, it doesn’t flicker for me here. What web browser are you using?

    You can disable the sticky header by editing header.php,

    Change this:

    
    <div id="header-sticky">
    

    To something else, like:

    
    <div id="no-header-sticky">
    

    If that doesn’t work, you can also try removing this class:

    
    <header id="header" class="hide-on-scroll-down nav-menu-dropdown-left">
    

    to this:

    
    <header id="header" class="nav-menu-dropdown-left">
    
Viewing 1 replies (of 1 total)
  • The topic ‘Flickering Header’ is closed to new replies.