• Resolved different-thinking

    (@different-thinking)


    I’ve configured a gallery to show 4 pictures as thumbnails and I have activated pagination. Now I want to use the same gallery on another page – but I have only space to show 1 thumbnail. When I use limit=”” within the shortcode the whole gallery is limited to the first image.

    How can I only limit the number of thumbnails and show afterwards the whole gallery?

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

    (@bradvin)

    hi @different-thinking

    In the shortcode for the gallery you can use the paging_size attribute e.g.

    [foogallery id="20" paging_size="3"]

    Thread Starter different-thinking

    (@different-thinking)

    Hey @bradvin, thank you very much for getting back to me so quickly!!

    It would have been helpful, if the attribute has been documented. First of all I looked at: https://docs.fooplugins.com/article/132-shortcode-attributes Or are there any other documents with shortcodes?

    Best,
    Robert

    Plugin Author bradvin

    (@bradvin)

    hey Robert,

    Those attributes have not been documented yet. I will create another doc with all the shortcode options. Every setting of FooGallery is available to override via the shortcode attributes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘limit number of thumbnails and show the whole gallery with shortcode’ is closed to new replies.