• The plugin does not work well on my website. I have created several galleries with three column tiles mosaic, but it looks like it does not fit in its place. It is a design with a sidebar, and it looks like the gallery wants to have the sidebar space as well. Images on the right side seem cut off, some only show a thin line.

    best example is here:
    https://nvoc-delagelanden.com/van-struikelbar-naar-plezante-bar/

    How can I solve that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Had the same issue you had which was resolved by setting the appropriate content width to functions.php in my theme:
    $content_width = 960;

    Adjust the value accordingly. Regarding the columns attribute, it would seem it’s ignored on everyone’s end defaulting to 3 columns. Tried manually adjusting it in tile-gallery.php but there seems to be other factors at play to set the number. When setting column count outside mosaic it works.

    I’m having the same issue. I’m not sure how to implement the fix you mention. If I change that in php won’t that change the content width for everything? This plugin used to work well for me. I have it installed on several sites and they’re all doing this same thing. When I refresh it fixes them but they do not initially display correctly, always cutting off the right. I thought it was the sidebar and actually tried it with the sidebar removed and the same exact thing happens at full width.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘gallery columns do not work’ is closed to new replies.