Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The Hatch theme uses the Hybrid theme framework, and includes a plugin named “Cleaner Gallery”, that causes Carousel to be deactivated. Could you try to activate this small plugin, to disable Cleaner Gallery?
    https://i.wpne.ws/MkjU

    Jeremy,

    I came across this as I use Hatch on several sites and been aware of the Jetpack/Gallery problem for some time.

    Despite my natural aversion to trying plugins without any evidence that they actually work, I thought I’d try your download – your profile has plenty of evidence as to your authenticity and skill…..

    And so I can report – yes, it works a treat!!

    Many thanks

    Mike

    I’m a little late here but ran into this problem and also found a way to fix it. Perhaps for anyone who finds this thread.

    a few lines need to be commented out in the functions.php file.
    just add “//” before anything on that line to comment out.

    On line 42:

    //add_theme_support( 'cleaner-gallery' );

    161 and 161:

    //wp_register_script( 'hatch_fancybox', get_template_directory_uri() . '/js/fancybox/jquery.fancybox-1.3.4.pack.js', array( 'jquery' ), '1.0', true );
    		//wp_enqueue_script( 'hatch_fancybox' );

    and line 171:

    //wp_enqueue_style( 'hatch_fancybox-stylesheet', get_template_directory_uri() . '/js/fancybox/jquery.fancybox-1.3.4.css', false, 1.0, 'screen' );

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