• Resolved ramoncassel

    (@ramoncassel)


    Hi, I tested the heart icon on desktop and tablet, all is working fine. Just on mobile nothing happens when I click on the heart thumbnail on the catalogue page. I tested in 3 different devices at home. Hope you can assist please.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pablo Pacheco

    (@karzin)

    Hi @ramoncassel ,

    Can you please try to add this to your functions.php?

    add_filter('alg_wc_wl_toggle_item_events', function( $events ){	
    	$events['default']     = array( 'click' );
    	$events['touchscreen'] = array( 'click' );
    	return $events;
    });
    Plugin Author Pablo Pacheco

    (@karzin)

    I’m closing the ticket. Let me know if you need more help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumb button not working on mobile’ is closed to new replies.