Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steven Gliebe

    (@stevengliebe)

    Hi Harry,

    Something like this might work. I didn’t test this and I’m not sure what all Tiled Galleries Carousel Without Jetpack does but this is basically Disable Jetpack Carousel on Mobile without the “on Mobile” part.

    function yourprefix_disable_carousel( $value ) {
    	return true;
    }
    add_filter( 'jp_carousel_maybe_disable', 'yourprefix_disable_carousel' );
    Thread Starter rookdesigns

    (@rookdesigns)

    Absolute success, you are great. I just stuck it in functions.php, I’ll put it in the plugin later. Thank you very much Steven

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable carousel entirely?’ is closed to new replies.