• Resolved ionee23

    (@ionee23)


    Hi

    Thank you for providing thie awesome theme!

    One problem i have dicovered is the ‘flickering top bar’. It seams that the page loads 10 pixels below the top of the browser window (ie/ff) an than – within 1/10 seconds – jumps to the top of the browser window where it belongs.

    you can see it if you go to tc-erpel.de/wordpress, go to news and go back to the startpage.

    understood? discovered? help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try with:

    .tc-sticky-header .tc-header {
    top: 0;
    }
    .tc-sticky-header #tc-reset-margin-top{
     display: block;
    }

    should reduce that, otherwise you have to renounce to the sticky header and disable it

    Thread Starter ionee23

    (@ionee23)

    Thanks! As you said, it reduces the effekt but it is still there and looks not that pretty …

    other ideas? or is this a common behaviour of sticky headers?

    Thread Starter ionee23

    (@ionee23)

    UPDATE!

    YOUR CODE SNIPPLET SOLVED THIS PROBLEM COMPLETELY!
    (i can still see the jumping header when i am logged in but as soon i am logged out … voila!)

    thank you! resolved!

    Glad you solved.

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

The topic ‘Flickering Top’ is closed to new replies.