• Resolved Kettercat

    (@kettercat)


    Hey guys,

    The recent update seems to break the WP Gallery Custom Links plugin.
    I’m using the Carousel feature, but now I get the error:

    Jetpack’s Carousel has been disabled, because another plugin or your theme is overriding the [gallery] shortcode.

    Disabling the WP Gallery Custom Links plugin solves this but I really need the custom link option working too. The said plugin is no longer being updated or supported.

    Any ideas?

    thanks

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

    (@jeherve)

    Jetpack Mechanic ??

    Try pasting the following in your theme’s functions.php file, or in a functionality plugin; that should solve the issue:

    add_filter( 'jp_carousel_force_enable', '__return_true' );

    Thread Starter Kettercat

    (@kettercat)

    Thanks Jeremy!!

    I can confirm this solved my problem also (Compatibility message of Jetpack in the frontend only).

    Obviously a new developer is taking over work on this plugin:
    John Ogg

    @jeherve – As hnuecke mentions, I’m taking over the development of the Gallery Custom Links plugin. What do I need to do on our side to stop the clash with jetpack carousel and prevent users from having to edit their functions.php file?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    What do I need to do on our side to stop the clash with jetpack carousel and prevent users from having to edit their functions.php file?

    @johnogg You should be able to solve this issue by adding the filter I mentioned above to your plugin:
    add_filter( 'jp_carousel_force_enable', '__return_true' );

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Gallery Custom Links clash’ is closed to new replies.