Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #180007

    For ‘small fixed header’ option the logo top left scales down upon page scroll but for some reason doesn’t revert back to normal size when scrolling back up to the top. The height of the header strips reverts fine, but logo stays small. A bug?

    #180107

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #183620

    I’m having the same issue: http://crc3.surtos.com/ And here’s a screen grab: https://www.evernote.com/shard/s320/sh/b064098c-64aa-4778-a603-ecf4d787601e/1165331fcb0be795d9b0073a5d675089 I’m seeing it in FF/mac; haven’t tested in other browsers, and the problem seems intermittent — if I reload the page it works for awhile — can’t pin down what triggers it (but haven’t tried too hard ;).

    Thanks.

    #183641

    Hey!

    This is an old issue and I guess it has been fixed on the latest update. I don’t see the issue anymore on your website.

    Best regards,
    Ismael

    #183722

    Definately happened again yesterday, quite likely after the latest patch. Firefox 25.0 on Windows 7, not tried other browsers and I use them seldom, even for testing. Happens terribly seldom however. Odd glitch it seems.

    #183965

    Yeah, it’s still happening, and I pinned down what triggers it: If scroll down — so that the minimized logo/header is “activated” — and then reload the page, the logo get’s “stuck” at the small size. At that point, if you scroll back up to the top of the page, the logo won’t re-size to the large version. I guess, though, this would be a pretty rare circumstance for a normal user — much more likely to happen during development, since we’re always refreshing pages ;)

    I think I’m running the latest version of the them: 2.4.1

    #184091

    Hey!

    Please try this on your custom.css or Quick CSS:

    .logo img {
    min-height: 116px;
    }
    
    .header-scrolled .logo img {
    min-height: 58px;
    }

    I checked your website and the logo shrink and resize as expected when you scroll the browser up and down.

    Regards,
    Ismael

    #184106

    Now it’s stretching vertically (see screen grab linked below). Again, it only happens if you scroll down the page, so the small header/logo activates, and then you hit reload (see my previous post/description) — a rare circumstance for the average user.

    https://www.evernote.com/shard/s320/sh/0913d311-15b2-44b2-834f-7ab499585d05/7f59081bf3b9f265968c3cdfb4555e44

    #184873

    Min heights obviously won’t help revert the logo back to original ‘maximised’ state. But thanks anyway.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Logo in header not reverting to 100% when scrolling back to top’ is closed to new replies.