Viewing 1 replies (of 1 total)
  • Plugin Author Matt

    (@sksmatt)

    Hi dayjahone,

    Since 1.4.4 you can use the mv_gallery_to_slideshow_has_gallery filter to fire the scripts manually.

    function my_gallery_to_slideshow_has_gallery( $params ){
        return true;
    }
    add_filter( 'mv_gallery_to_slideshow_has_gallery', 'my_gallery_to_slideshow_has_gallery' );

    Kind Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gallery to Slideshow] Gallery built into theme’ is closed to new replies.