• Hello! I have a website with Magazine Basic for theme. I recently downloaded and installed Jetpack Plugin and it’s fantastic! The only problem is that even when is active the new gallery, one of the plugin, any gallery of the site remain that of the theme..

    What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author bandicootmarketing

    (@tinkerpriest)

    You need to add this to the bottom of functions.php or to the top of your child themes functions.php.

    remove_filter( 'post_gallery', 'mb_gallery_shortcode', 99 );

    Theme Author bandicootmarketing

    (@tinkerpriest)

    There’s a little mistake in the code above. Remove the last comma and the 99 so it looks like this:

    remove_filter( 'post_gallery', 'mb_gallery_shortcode' );

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Active Jetpack Gallery on Magazine Basic theme’ is closed to new replies.