Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #616671

    Hello,

    SAFARI—For some reason, text on top of images pulse/jump when the entire masonry element is rolled over. Hover states seem off; multiple names/text are impacted by hover states.

    I’ve found this thread on anti-aliasing, but none of the solutions seem to work for me.
    http://stackoverflow.com/questions/9733011/safari-changing-font-weights-when-unrelated-animations-are-running

    Any suggestions?

    Thanks in advance.

    #616679

    Hey kristenangel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .av-inner-masonry-content {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    }

    Best regards,
    Yigit

    #616699

    Wow – such a quick response! Thanks so much. Works perfectly now.

    #618069

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

    #715468

    This worked for me as well. Thanks!

    • This reply was modified 7 years, 4 months ago by Tflores87.
    #715477

    That being said, my images look VERY blurry whenever the user Hovers over the image only on Safari (looks fine on Chrome and Firefox). Thoughts?

    #715737

    Hi @Tflores87,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #715742

    Hi, Rikard,

    Thank you for following up! You can find this behavior (most easily seen and most importantly) on my Shop Page (https://kingsdesigns.com/shop/). That being said, you can see it on my Portfolio Page as well (not as easily seen) (https://kingsdesigns.com/gallery/landscape/). This happens on Safari (as far as I have seen).

    #716024

    Hi,

    I checked your pages on my macbook pro retina and images show up pretty sharp on my end – http://i.imgur.com/b4LBk5N.jpg
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    Which version of Safari are you using? Also, can you please post a screenshot and show how it looks on your end?

    Best regards,
    Yigit

    #716094

    Thanks for the response, I/we greatly appreciate it!!

    The images do look fairly sharp, it’s when the user hovers over the image that they get very blurry. I will post a video since the quality of the screenshot may not be as apparent. In fact, after reviewing the videos, they are still blurry on HOVER, but the video quality altogether doesn’t look great. Here is the video I created (https://kingsdesigns.com/wp-content/uploads/2016/11/BLurry-Hover.mov). Here is another video on another Mac + Safari (https://kingsdesigns.com/wp-content/uploads/2016/11/Blurry-Images-From-another-Mac-Safari.mov)

    I am using Safari Version 10.0.1 and tried reseting Safari a few times, but the problem persists.

    • This reply was modified 7 years, 4 months ago by Tflores87.
    #716110

    Tflores87,
    I think the fuzziness issue is related to the thumbnail image size that is getting pulled in your gallery grid/element. Try changing the size of the Thumbnail that gets pulled and see if that helps.

    #716127

    Thank you, Kristenangel, I will check! I wonder why it only happens for Safari, though.

    #724705

    Hi Yigit, I wanted to check with you and see if you had any luck? The image hovers are still blurry for Safari users.

    #725952

    Hi!

    I’m not sure why it looks blurry on safari. Please try this css code.

    .avia-safari .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-backface-visibility: initial !important;
        -webkit-transform-origin: 50% 50%;
    }

    Regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.