• I installed Jetpack and I can’t seem to use Carousel as image gallery in this theme. Been trying other themes and they don’t have problems with Carousel :/

    It seems that whatever I adjust, Pinboard will always either use lightbox, or else it just shows the image in an attachment page ?? Did any of you succeed in using Carousel in Pinboard ? And if so… how ? ??

    Cheers !

Viewing 14 replies - 1 through 14 (of 14 total)
  • Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Such problems can happen when your theme or one of your plugins makes changes to WordPress’ Gallery shortcodes.

    Could you try to disable all other image and gallery plugins on your site?
    If it doesn’t help, try switching to a different theme like Twenty Twelve for a few minutes: if the carousel starts working, your theme might be editing the Gallery shortcodes.

    If you do not find any functions that may alter the gallery shortcodes, you can also make sure that your theme’s footer.php file includes the wp_footer function.

    Let me know if this helps.

    Thread Starter gstoelen

    (@gstoelen)

    Well it seems to be theme connected though … Other themes work just fine with Carousel .. I would just like to know how I can make it work, using Pinboard ??

    Cheers

    Theme Author Daniel Tara

    (@pseudoxiah)

    Try to disable the lightbox from theme options. If it still doesn’t work add this line at the end of functions.php:

    remove_filter( 'post_gallery', 'pinboard_gallery_shortcode' );
    Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Can you contact the theme author, and let them know about the issue? If you give them the link to this thread, they might be able to help you fix the issue based on my recommendations.

    Edit: Nevermind, Daniel is faster than me ??

    Daniel:

    Can’t get this to work for the life of me. Disabled plugins, disabled Lightbox, added in your code to the functions.php file, yet nothing happens. The images display in the original rudimentary grid when inserted as a gallery, and if clicked, link to either the attachment page or their own separate page with the image title, etc. In Settings–>Media, I just have the option of Black/White background, and Insert/Don’t Insert EXIF data.

    How should I proceed?

    paul.a.cunn

    (@paulacunngmailcom)

    So jetpack has a known bug if you have WP 3.5.1. If you are trying to get the gallery to open as a light box instead of having it go to the attachment page just add link=”file” to the short code. So the short code looks like the following.

    [gallery ids="1,2,3,4" link="file"]

    Hope this helps!

    Anybody get this to work? Still cannot figure it out for the life of me.

    Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @willw9 Try installing this plugin on your site to remode Pinboard’s custom gallery:
    https://i.wpne.ws/PDjq

    I’m having the same problems as willw9.

    I have no other gallery plugins, disabled Pinboard’s lightbox option, activated Jeremy’s plugin, but it still won’t bring up Carousel when using the Pinboard theme.

    If I switch to a different theme, such as Twenty Eleven, Carousel works just fine.

    My page:
    https://hannibalcafe.com/hannibal-savoureux-photos/

    Thanks!
    tanster

    Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you try adding this line at the end of your child theme’s functions.php file?
    remove_filter( 'post_gallery', 'pinboard_gallery_shortcode' );

    Hi Jeremy,

    I tried adding that to the end of my child theme’s functions.php file, but that didn’t work.

    So I ended up adding it to the end of the parent theme’s functions.php file — that worked beautifully!

    I know I’m not supposed to edit the parent theme’s functions.php file — I’ll just have to remember to not override it the next time Pinboard comes out with an update. ??

    My page now works correctly:
    https://hannibalcafe.com/hannibal-savoureux-photos/

    Thanks so much for your help!
    tanster

    fish911

    (@fish911)

    I apologize if this is off topic or should be placed in a new thread but I’m having the exact same problem but I’m using the zAlive theme.

    If someone could direct me on how to adjust this code to use on the zalive theme I would greatly appreciate it.

    remove_filter( ‘post_gallery’, ‘pinboard_gallery_shortcode’ );

    WPyogi

    (@wpyogi)

    @fish911 – yes, this thread is totally irrelevant to your issue – not the same theme and 8 months outdated. – you need to ask on your theme’s own forum:

    https://www.ads-software.com/support/theme/zalive#postform

    fish911

    (@fish911)

    Sorry to all for any inconvenience. Topic will be re-posted.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Pinboard and Carousel (Jetpack)’ is closed to new replies.