Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having this exact same problem!!

    Would love to hear a work-around, or some code to copy/paste somewhere.

    I looove magnific lightbox, but I looove my tiled galleries too!

    Hi, I solved this with this code:

    /**
     * Re-enable tiled galleries that were overriden by
     * IWP Magnific Popup [gallery] shortcode override
     */
    remove_shortcode('gallery', 'iwmp_gallery_shortcode');
    add_shortcode('gallery', 'gallery_shortcode');

    Put the code above in your functions.php file. Please google it if you are not sure what that is. Also note that Magnific Popup will not work for regular galleries any more.

    @blogjunkie, Thanks! This is a great help.. BUT.. one small thing, I don’t have the arrows no the lightbox to click previous/next photo.

    Is there any way to make this work?

    I have placed your code at the very bottom of functions.php, at the very top was not working at all.

    If I’ve done something wrong, please let me know!

    Thanks for your help!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack tiled galleries’ is closed to new replies.