Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #728814

    Hello,

    I’ve come across something that I’ve never seen in the 7+ years I’ve been doing this.

    My client is experiencing something that I cannot recreate on any of my devices or browsers, but they even sent me a screencast to prove it.

    When on a product page, when you click on one of the product gallery pics, they open in the lightbox, then disappear after about a second, then reappear after the cursor is moved again.

    Thank you for your help.
    Patrick

    #728848

    Hey Patrick,

    I couldn’t see anything like that on my end and the video is something totally different from what I think you wanted to post, could you check the video URL and try to explain a bit further please?

    Best regards,
    Rikard

    #729194

    Oh man. That stupid video hosting company spammed me.

    I’ll try it again. Thank you for the response, Rikard.

    #729198

    That link doesn’t work either. Hang tight. Sorry.

    #729206

    OK, here we go.

    Thank you so much for helping me with this!

    My client(s) are freaking. Happening with (2) clients using Enfold/Woocommerce.

    Sincerely,
    Patrick

    #729271

    Hi Patrick,

    Thanks for the video though I still can’t see behaviour like that on my end using Chrome, do you have any instructions on how to reproduce the error?

    Best regards,
    Rikard

    #729318

    Sorry, it’s only happening on Safari. Forgot to mention this important part.

    Thank you, sir.

    Patrick

    #729349

    I really need some help with this if possible, Rikard.

    Thank you.

    #729423

    Hey!

    Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab?

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Regards,
    Yigit

    #729630

    Yigit, you’re the shiznit! That worked!

    Now, the clients are telling me that CHROME is doing the same thing. It fixed the issue with SAFAR, but not CHROME.

    Can you help? I researched the topic and it looks like Chrome is WebKit also?

    Man, this is driving me nuts.

    Thank you.

    #729637

    Hi!

    Please try changing the code to following one then

    .avia-webkit .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    We only received reports regarding Safari but this should fix for both :)

    Best regards,
    Yigit

    #729650

    YES! That fixed the issues in both, Safari and Chrome, Yigit.

    THANK YOU!

    You have come to my rescue many times.

    Have a great week.

    Patrick

    #729654

    Hi Patrick

    You are welcome, always happy to help :)
    Let us know if you have any other questions or issues and enjoy your week!

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Woocommerce product thumbnails disappear upon clicking …’ is closed to new replies.