• Resolved dragondefeu76

    (@dragondefeu76)


    Hello

    I have just see that the variation switch does not work on the quick view while it works on the page itself. I thought that it was due to the update but after rollback I saw that it was not that.

    I know it could be the plugin for the quick view but I also tested via a rollback previous version of this one and it doesn’t change, the bug is here.

    Here a video screenshot https://app.screencastify.com/v3/watch/dNr4q9X65OArZkZJDMC3

    Do you have an idea ? Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dina S.

    (@themehighsupport)

    Hi,

    Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    Thread Starter dragondefeu76

    (@dragondefeu76)

    Ok, thank you, it is done. I will wait for your reply.

    Dina S.

    (@themehighsupport)

    We have fixed the issue by adding the below code in your child theme’s functions.php file.

    add_action('wp_footer', 'th_add_quickview_compatible');
    function th_add_quickview_compatible(){
       ?>
           <script type="text/javascript">
            (function($){
                $( document ).on('woosq_loaded',function() {
                        init_thwvsf();
                });
            })(jQuery);
        </script>
        <?php
    }

    Thank you!

    Thread Starter dragondefeu76

    (@dragondefeu76)

    Thank youy but I don’t know if it is because of that but there is something wrong when clicking the quick view. could it be related ?

    See here https://prnt.sc/FBBPityBvnW3

    PS : I have just noticed that when I purge CSS and cache, and then actualize the page (in incognito) the quick view works.

    • This reply was modified 7 months, 3 weeks ago by dragondefeu76.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘variation switch on quick view’ is closed to new replies.