• Could you advise me how it would be possible insert something like limit number for displayed thumbnails?

    For example, i would like to add limitation for display only 2 thumbnails on page and for next thumbnails add link “Galleries” and after click i would like display all images…

    or at least how to add pagination?

    Have you any idea how to do it? THX a lot.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, are you a developer?

    You could simply filter the gallery and apply a CSS class of something like “hidden” to all images after the 2nd one using a PHP counter. In your CSS styling, the hidden class would hide the images. Then you can create a button that when you click it, it removes the hidden CSS class, essentially showing the images. You would do this with JS.

    Pagination will not be possible without extensive custom development.

    Thread Starter Adam Michael

    (@adammichael)

    I understand what you mean, but unfortunately, its sounds too difficult for me… With PHP ive minimal experience, with JS I have no experience… Could you please help me with the code?

    THX a lot

    If you have little experience you’ll have to hire a developer to do this for you. While I can provide free support for my plugins, I can’t do free custom development also, sorry.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limit for displayed images’ is closed to new replies.