• Hi Guys, I use this snippet to display arrows for navigation between product photos and it works 100% on a computer.
    `add_filter( ‘woocommerce_single_product_carousel_options’, ‘sf_update_woo_flexslider_options’ );

    function sf_update_woo_flexslider_options( $options ) {

    $options[‘directionNav’] = true;

    return $options;
    }`

    However, when I use a smartphone it only works properly on 7 out of 13 products.
    For products on which the snippet does not work properly, it is necessary to wait about 30 seconds on the product page and only then will the arrows start working.
    I use WooCommerce with Storefront theme.
    I will be grateful for any suggestions of how could I fix it.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Hi @samuelfox,

    This definitely sounds like something specific to the WooCommerce carousel feature and your theme. I recommend asking this question in a Storefront forum to get some properly informed answers.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Arrows Snippet Acting Really Strange’ is closed to new replies.