Cant get Carousel to work
-
I am using WooCommerce and the Storefront theme, I cannot get the carousel effect to work on my gallery ??
Here is the gallery I am trying to make into a carousel:
https://rileyshiery.com/portfolio/
I am assuming that after I activate the Module in Jetpack it is supposed to convert any non-tiled gallery to a carousel? I am using the Circles setting.
I have already tried adding this code to my child’s functins.php:
function child_theme_setup() { remove_shortcode('gallery', 'gallery_shortcode_tbs'); add_shortcode('gallery', 'gallery_shortcode'); } add_action( 'after_setup_theme', 'child_theme_setup' );
But no luck ??
Thank you in advance for your time and help.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Cant get Carousel to work’ is closed to new replies.