• Resolved balserodeluxe

    (@balserodeluxe)


    I configured a gallery inside a post and I am using its identifier with the shortcode to display it ON A PAGE.
    The original post and gallery have 18 images. Only 6 are displayed on the Page: https://www.fenyfesto.com/weddings
    I am using [photonic id=’959′ style=’masonry’ count=30] on the Page.

    The original post is at https://www.fenyfesto.com/showcase/weddings/ and I am using [gallery size="full" link="file" ids="967,966,965,963,962,960,434,892,890,889,888,895,896,899,925,927,928,926" orderby="rand"].

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Is it likely that your gallery has 6 photos? Note that your second shortcode is explicitly calling 18 image ids. What happens if you simply use the second shortcode and swap the gallery call with a photonic call?

    Thread Starter balserodeluxe

    (@balserodeluxe)

    Thanks!

    If I use explicit images:
    [photonic ids=’967,966,965,963,962,960,434,892,890,889,888,895,896,899,925,927,928,926′ count=30 rpp=50 thumb_size=500 ]

    It does not display anything: https://www.fenyfesto.com/testexplicitcodes/

    Plugin Author Sayontan Sinha

    (@sayontan)

    This is interesting – you seem to have found a bug that has existed since at least 2013! Basically the plugin is not returning results if you use a custom shortcode and pass the ids attribute (it works if you use the standard shortcode).

    The fix is hopefully simple. Please try replacing ids with include and let me know if it works.

    Thread Starter balserodeluxe

    (@balserodeluxe)

    That worked. Either using a custom code with include instead of ids or just replacing the custom code and using ids works.

    I ended up replacing all the “id=POST_NUMBER” by “include” and listing explicitly all pics. https://www.fenyfesto.com/weddings

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only six images shown when using shortcode on Page’ is closed to new replies.