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

    (@nikeo)

    Hi,
    you can try to remove the customizr filter overriding the same function as jetpack by copy and paste this code in your functions.php file :

    remove_filter(
    'post_gallery',
    array( tc__( 'fire' , 'utils'),
    'tc_fancybox_gallery_filter' ),
    20,
    2
    );
    Thread Starter joethebaker

    (@joethebaker)

    That seems to have worked. Thank you!

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

The topic ‘Jetpack Tiled Galleries Not Working’ is closed to new replies.