• Resolved jmek

    (@jmek)


    Tiled Galleries only display in the rectangular format; neither the circles nor tiled mosaic settings do anything. After reading through the other support questions, I have:

    • activated both Carousel and Tiled Galleries;
    • installed and activated Disable Hybrid’s Cleaner Gallery plugin;
    • tried both selecting and deselecting the Media setting to “Display all your gallery pictures in a cool mosaic.”

    The site uses the Builder-Base theme from iThemes with Woo Commerce. The site does not use any other gallery plugins.A sample gallery is visible at http://jmek.net/bernalcutlery/welcome.

    https://wordpress.org/plugins/jetpack/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I’m not familiar with that theme personally. Have you tried with all other plugins disabled? If it still doesn’t work, switching to a default theme?

    I’d like to exclude another plugin or the theme as possible sources of error since I can’t duplicate this on my end.

    Cheers!

    Thread Starter jmek

    (@jmek)

    I have tried the usual troubleshooting steps of disabling all plugins (except JetPack) and using the Twenty Thirteen Theme. No joy.

    Cheers,
    jeannine

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    With a post that is failing to display the gallery correctly, could you check the text editor view. What’s the shortcode being used?

    We’d expect something like [gallery type="circle" ids="50,53,51,384,129,145,191,52"].

    Thinking aloud that if something interfered with the gallery modal->shortcode process, switching off all the other plugins may have skirted the issue if the shortcode already lacked the type attribute.

    Thanks for your patience.

    Thread Starter jmek

    (@jmek)

    The correct shortcode is being used:

    [gallery type="circle" ids="581,1907,1844,1281,65"]

    And thank you for your patience…and your help!

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I’m reading through the source code at jmek.net/bernalcutlery/welcome

    Can you walk me through how the CSS at line 265 is being added? <style type="text/css" scoped="scoped"> and the following lines?

    I’m not seeing tiled-gallery-item in the div surround the items either, which suggest to me something is taking control of the galleries instead of Jetpack. I know you tried with everything off, but trying to grok what’s happening.

    Thanks!

    Thread Starter jmek

    (@jmek)

    I would have thought that css was being added by JetPack’s Tiled Galleries. I had tried two other gallery plugins (Flip Image Pro and Post Tiles), but both are disabled and I’ve even changed their directory names via ftp. Could they still be injecting their code?

    Thread Starter jmek

    (@jmek)

    After stripping out a few more things, the CSS at line 265ff is gone from the source code. But the tiled gallery is still stuck in squares.

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    This is a bit of a lame, but could you reinstall Jetpack fresh and ensure that file permissions for everything is set to be executable?

    From my end, I can tell that the Tiled Galleries is set to be active, but it seems like the files for it just aren’t executing. I’d expect a full white-screen if the file itself wasn’t readable (failing the require php line).

    I appreciate your patience. This is a “fun” one.

    Thread Starter jmek

    (@jmek)

    Deactivated, deleted, re-installed, re-activated, and reconnected Jetpack. Folders from wp-content/plugins on down are 755. The Jetpack php files are 644. Still no joy.

    I realized something that may make this entire project a bust: Is it true that the images can only link to their full-page display? I’ve set Custom URLs for the attachment pages on the first two images before adding them to the gallery. Now clicking on an image takes you to the full-screen display, but without an image (just a gray background). I need each image to link to a different URL. If that’s not possible with Jetpack, I’ll have to look for another solution.

    Thread Starter jmek

    (@jmek)

    I’m marking this as closed because I’ve switched to another gallery (one that enables individual links easily)

    Thread Starter jmek

    (@jmek)

    .

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Thanks for circling back. Jetpack’s Tiled Galleries only impacts the layout; otherwise, we still rely on core WordPress’ functionality (in terms of galleries being able to link to the attachment page, media item itself, or none when the Carousel module is deactivated.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Jetpack Tiled Galleries only displays square grid format’ is closed to new replies.