Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #694249

    Hi!

    My problem occurs only in Safari:
    When hovering over my Portfolio thumbnails on the homepage, lines of the uderlying image peep through the white overlay.

    Can I do something about this?

    Thanks!

    #695049

    Hey manuelap,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-safari div.av-masonry-container.isotope {
    -webkit-font-smoothing: subpixel-antialiased;
    }
    

    Best regards,
    Yigit

    #695071

    Yigit, thank you, but.. no, that unfortunately doesn’t help.

    Maybe you have another suggestion?

    #695075

    Hey!

    Can you please post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. I saw text was flickering on Safari and the code i posted should have helped.
    Also, please create a temporary admin login and post it here privately.
    Best regards,
    Yigit

    #695139

    Hello Yigit..
    Maybe it helpt a little, but..
    My problem is actually that when I hover over the image, during the animation/magnification a little line of the image comes through the white (in Safari). The images will make my point more clear, I think.
    Thanks a lot.

    #695151

    Hi!

    Please add following code to Quick CSS as well

    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    -webkit-transform:translate3d(0,0,0)!important;
    }

    Regards,
    Yigit

    #695174

    Haha, that really seems to work! Awesome!

    #695212

    Hi,

    Two birds with one stone!
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image peeps through overlay when hovered’ is closed to new replies.