New Landing How can we help? Themeforest Theme Support Flexform Weird thing with Safari

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #31275
    The Hutong
    Member
    Post count: 21

    Hi,

    One of my colleagues opened our home page with Safari, and things got messed up when i hover over the posts in “Upcoming Events” – the “What we offer” section got messed up. See attached when the page is fine, when i hover over and when i scroll down a little. Any idea on this?

    Also, i would like to ask how i can remove the zoom in/Red cover when i hover over? I was using “Portfolio” element.

    Thanks for your help in advance.

    Ivy

    #31767
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Ivy,

    What version of Safari was this on? Are you able to replicate it on multiple computers?

    For the hover overlay, you can add the following to the custom css box within theme options:

    figure .overlay {
    display: none;
    }

    – Ed

    #31783
    The Hutong
    Member
    Post count: 21

    Ed,

    Thank you for your reply. No, actually i tried on other safaris but only that one has the problem.

    Yeah the above code does kill the red cover, but i don’t want the zoom in as well. What’s the code for that?

    Thank you so much for your help, really appreciate it.

    Ivy

    #32115
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, which zoom?

    #32218
    The Hutong
    Member
    Post count: 21

    Hi,

    See attached. When i hover over the picture will get zoomed in a little.

    Thanks!

    Ivy

    #32435
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, that zoom is a feature of the theme and happens in every browser, it shouldn’t be safari specific. Cheers

    #32486
    The Hutong
    Member
    Post count: 21

    Hi Melanie,

    Thank you for your reply, but that’s not what i meant. Let’s forget about the Safari thing, what i mean is that i DON’T want the effect that it’s actually zooming on hover, any way we can kill it? Like putting some code in the Custom css box.

    Thanks for your help.

    Best,

    Ivy

    #33061
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hey there,

    The below will sort that out for you:

    figure:hover img {
    -moz-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    }

    – Ed

    #33076
    The Hutong
    Member
    Post count: 21

    Amazing. Thank you so much Ed!

    #33521
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register