• Resolved frischi

    (@frischi)


    Hi, I create a store using the petsy starter site

    If you can see in your starter page I pasted as example, the cart icon needs two clicks in the mobile view, to open the cart. On the first click only the color changes.

    Can you please help here? Because I think this is a bad user experience.

    Thanks very much.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @frischi

    Does this happen on a live site of yours? Do you have a live URL that we could check out?

    The bug has been fixed in the latest release, so it shouldn’t be happening on a new install. ??

    The demo was updated now so it shouldn’t be happening on it anymore, either.

    Thanks.

    Thread Starter frischi

    (@frischi)

    Since the site is still under construction and therefore does not comply with German regulations, it is still hidden. However, I can assure you that the latest version of the theme was downloaded only a few days ago and the problem still exists. I have fixed it for the time being.
    I have inserted the following Javascript.

    $("#header .ct-cart-item").on("touchend", function(event) {
    console.log('clicked');
    window.location.href = $(this).attr("href");
    });
    • This reply was modified 8 months, 3 weeks ago by frischi.

    Hello @frischi

    I understand, but without seeing the site it is impossible for us to diagnose it. Let us know if you can make it publicly accessible and we’ll be more than happy to take a look!

    One more thing to add. Here’s a short video from my end – https://streamable.com/6n5lyd. Notice that everything works fine on a standard install with the latest version of Blocksy. ??

    Thanks!

    Hi @frischi

    Kind reminder about this one. Did you manage to push your website somewhere online? ??

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart icon needs two clicks in mobile view’ is closed to new replies.