• Resolved webdash

    (@webdash)


    Hi, after applying the latest update I noticed the logo on the top menu isn’t sizing properly after you scroll down the page then back up again.

    I will leave it in situ for a short while for you to observe – then I will need to roll back to the previous version until a fix is available.

    thanks
    dave

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello Dave,

    Your logo is very, very large.

    There is CSS in the theme which prevents a logo’s width from exceeding 350pixels so the quickest fix would be for you to replace your logo with one that is 350px wide (or smaller).

    That being said, for your site, the following CSS should also fix the problem …

    .navigation-top .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .navigation-top .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .navigation-top .custom-logo-link img {
    max-height: 81px;
    }

    … but the first solution would be better as you are currently using an image that’s much larger than required.

    In the meantime, we will work to change the JavaScript to try to detect this situation and not animate the logo to the actual size when scrolling back up.

    I’ll update this thread when that’s been done.

    Thanks for letting us know.

    Oliver

    Thread Starter webdash

    (@webdash)

    Great, thanks Oliver ??

    Thread Starter webdash

    (@webdash)

    Hi, I replaced the logo with one at 350px @ 72ppi- unfortunately the issue is still occurring.

    regards
    dave

    Thread Starter webdash

    (@webdash)

    I’ve also now added the css – this seems to have fixed for now..

    thanks
    dave

    Plugin Author Oliver Campion

    (@domainsupport)

    Thanks for the updates, Dave, I’ll get this fixed in the next update and let you know when it’s done.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just pushed an update to fix this without CSS.

    Oliver

    Thread Starter webdash

    (@webdash)

    Great thanks Oliver. updated and removed the css – working as intended now.

    Plugin Author Oliver Campion

    (@domainsupport)

    Awesome. That’s a result we like ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Logo resize on menu after scroll bugged after latest update’ is closed to new replies.