• Resolved owens1994

    (@owens1994)


    I’m attempting to create multiple galleries on one page, therefore I am editing the shortcode. With the following code in place, I am only seeing 7 images in my first gallery, even though I have specified 13 images to be included. How do I specify that I want to view all that I include in the code? Here is the url: https://dianareuter-twining.com/punkin/sculptures/

    Here is the code:

    <h2 style="text-align: center;">LANDSCAPE</h2>
    <pre><code>
    [gallery orderby="title" caption="true" align="center" link="file" columns="7" include=227,221,222,224,226,228,229,225,230,231,233,234,232,]
    </code></pre>
    
    <h2 style="text-align: center;">UKIYOE</h2>
    <pre><code>
    [gallery caption="true" align="center" link="file" columns="7" include=202,203,]
    </code></pre>

    https://www.ads-software.com/extend/plugins/rps-image-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author redpixelstudios

    (@redpixelstudios)

    In looking at your HTML, we believe that if you remove the “pre” and “code” tags all should work as expected. So your HTML should end up like so:

    <h2 style="text-align: center;">LANDSCAPE</h2>
    [gallery orderby="title" caption="true" align="center" link="file" columns="7" include=227,221,222,224,226,228,229,225,230,231,233,234,232]
    
    <h2 style="text-align: center;">UKIYOE</h2>
    [gallery caption="true" align="center" link="file" columns="7" include=202,203]

    An alternate approach you can take is to setup the two galleries, each on a separate page, then call those galleries using a third page. Look at the section labeled “id” on the Gallery Shortcode Codex page.

    Let us know if we can be of any further assistance.

    Thread Starter owens1994

    (@owens1994)

    Yes, that took care of it. Thanks so much for the assistance!

    Plugin Author redpixelstudios

    (@redpixelstudios)

    You are quite welcome. Glad that we could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show more than one row of images’ is closed to new replies.