• Resolved Jo8192

    (@jo8192)


    Hi,

    Since I updated an hour ago, the carousel function provided by the JetPack plugin (http://wordpress.org/plugins/jetpack/) doesn’t work anymore…

    I uninstall the theme and replaced it with the older version and then it works.

    How can I solve this with the new version ?

    Thanks

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

    (@nikeo)

    Hi Jo8192,

    In Customizr v3.0.5 add the following line of code in your functions and you are done (best would be to create a child theme to do that) :

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

    How does it works? Customizr Theme overrides (with a filter) a WordPress function that is used by the jetpack plugins. Removing the filter above, will make the Jetpack plugin filter active again for your gallery.

    Hope this helps,
    Nicolas.

    Thread Starter Jo8192

    (@jo8192)

    I have a servor error with this code :-/ (http://nsa34.casimages.com/img/2013/07/31/130731055448891099.png)

    Edit: This must be an error in my functions.php in my child theme because it works when I don’t use the child theme and put your code directly in the customizr functions.php.

    Do I have to add something more in my child theme functions.php ?

    Theme Author presscustomizr

    (@nikeo)

    Hi,
    This is another kind of issue. (There is nothing more to add in the child theme)
    Please set this topic as resolved an open an new thread if needed.
    Thanks for using Customizr!

    Thread Starter Jo8192

    (@jo8192)

    Mmh okay thank you :-/

    Hi,
    I have the same problem. Carrousel and Mosaic pictures from Jetpack doesn’t work with Customizr (i’m new with this theme, trying to see if i can use it). I’ve tried the piece of code above in a function.php of the child theme, but i get:

    Fatal error: Call to undefined function tc__() in /datas/vol1/millesabords.net/var/www/blog2test/htdocs/wp-content/themes/customizr-child/functions.php on line 26

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Jetpack carousel won't work since update’ is closed to new replies.