• Resolved glossyjuice

    (@glossyjuice)


    Hello, I’m not sure if I’m doing something wrong, but I can’t display my galleries correctly.

    I’m trying to add two galleries in a blog post. I’m using shortcodes because otherwise the galleries don’t appear at all.

    These are the two shortcodes I’m using:

    [gallery layout="masonry" ids="7369, 7379, 7372, 7355, 7348"]
    [gallery layout="cascade" ids="7354, 7360, 7377, 7373, 7372"]

    However, in the post I only see one image with arrows to navigate between images, instead of the full galleries.

    Am I doing something wrong?

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

Viewing 1 replies (of 1 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @glossyjuice!

    The gallery you see on your page is not a Meow Gallery. When using the “gallery” shortcode, your site might render whichever gallery shortcode is loaded first, so it could come from another plugin or from your theme.

    You can either disable the other plugin or theme that is using the same shortcode, or specify “meow-gallery” instead in your shortcode, which should do the trick:

    [meow-gallery layout="masonry" ids="7369, 7379, 7372, 7355, 7348"]
    [meow-gallery layout="cascade" ids="7354, 7360, 7377, 7373, 7372"]

    Hope this helps!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.