• Resolved derzoelli

    (@derzoelli)


    Hey ??
    I have a problem with the tiled galleries in my theme.
    My blog is running the Gridstack theme by 2winFactor.

    Here is the link:
    https://themeforest.net/item/gridstack-responsive-agency-wordpress-theme/5397835

    And that’s my blog:
    robinzoellner.de

    Jetpack is installed on my blog, tiled galleries are activated but i can’t select ‘Tiles’ in the gallery settings. Carousel is working by the way.
    I have no idea what the problem is.
    i tried it with some other themes i have installed and it’s working with them.
    The only one causing problems is Gridstack.
    I really hope you can help me, it’s driving me crazy. I’ve spend hours to get it running but i had no luck -.-‘

    Thank’s

    Robin

    https://www.ads-software.com/plugins/jetpack/

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

    (@jeherve)

    Jetpack Mechanic ??

    Could you search for a function that customizes the behaviour of WordPress Galleries in your theme. It would most likely be a function that is hooked into post_gallery, or something that changes the default gallery shortcode. Try commenting out the function, and see if that solves the issue.

    If you’re not comfortable doing it yourself, I’d suggest contacting the theme authors for help.

    Let me know how it goes.

    Thread Starter derzoelli

    (@derzoelli)

    Hey,
    Thanks for the quick reply.
    I checked the functions.php and found this:

    // Allow plugins/themes to override the default gallery template.
    $output = apply_filters(‘post_gallery’, ”, $attr);
    if ( $output != ” )
    return $output;

    I also tried to reconnect jetpack. It’s still not working -.-

    Thread Starter derzoelli

    (@derzoelli)

    The theme author has not replied yet.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I checked the functions.php and found this:

    I’m not sure what this is supposed to achieve. You might want to try to comment the function including this code, and see how it goes.

    If you don’t fell comfortable doing it yourself, I’m afraid I can only recommend that you wait for the theme authors to reply.

    Thread Starter derzoelli

    (@derzoelli)

    Hey Jeremy.
    I tried it but it didn’t work.
    Do you have any other ideas?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you contact the theme authors for help? They’ll know what the code is used for in your theme, and where to go to comment out all functions currently overwriting the default WordPress Galleries.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Jetpack Tiled Gallery isn't working with my theme (Gridstack)’ is closed to new replies.