Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 36979

stemie on "[Plugin: Jetpack by WordPress.com] Jetpack Carousel not working"

$
0
0

Thanks Cyril, that works!
For others remember you need to add this function after theme setup or the parent will over ride.

function child_theme_setup() {
   remove_shortcode('gallery', 'gallery_shortcode_tbs');
   add_shortcode('gallery', 'gallery_shortcode');

}
add_action( 'after_setup_theme', 'child_theme_setup' );

Viewing all articles
Browse latest Browse all 36979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>