Gallery Plugin - clicking on pic works only on last page of article?
Posted: 04 Aug 2026, 23:18
Hi, I stumbled across a problem with the gallery plugin. I have a website with many galleries, and there are some galleries with so much pictures, I have to split them into 2+ pages.
I use this code for a gallery with 98 pictures:
Between these two blocks, I added a pagebreak (not displayed here, but pagebreak works as usual). And now the strange problem:
On my just shown example, I can click whatever thumbnail I like, nothing will happen. But the mouse pointer shows up indicating a hyperlink. If I switch to page 2, every picture opens detail view, works fine.
Now the more strange thing - I have another gallery which is ever larger (4 pages). And here no click on the first 3 pages works, but again the last page does.
I tested the function in the Gallery Categories View, but each gallery works perfect. So it's maybe something with the plugin in relation to pagebreak? I don't know. I hope I did something wrong and someone see my error, I am looking for hours and hours and nothing ...
If I have a large gallery on single page it always work. But I want to be friendly to mobile users
Please, have a look.
The 2 pages (code snippet see above) are here: https://www.augederseele.de/index.php/f ... -oldenburg
The 4 pages are here: https://www.augederseele.de/index.php/f ... helmshaven
Thanks for any advice,
Andy
I use this code for a gallery with 98 pictures:
Code: Select all
{phocagallery view=category-masonry|categoryid=75|imageid=0|limitstart=0|limitcount=50|imageshadow=shadow1|fontcolor=#B88A00|bgcolor=#FFBF00|bgcolorhover=#BFFF00|imagebgcolor=#FFD24D|bordercolor=#B88A00|bordercolorhover=#86B300|detail=1|displayname=1|displaydetail=1|displaydownload=0|float=left}
{phocagallery view=category-masonry|categoryid=75|imageid=0|limitstart=51|limitcount=48|imageshadow=shadow1|fontcolor=#B88A00|bgcolor=#FFBF00|bgcolorhover=#BFFF00|imagebgcolor=#FFD24D|bordercolor=#B88A00|bordercolorhover=#86B300|detail=1|displayname=1|displaydetail=1|displaydownload=0|float=left}On my just shown example, I can click whatever thumbnail I like, nothing will happen. But the mouse pointer shows up indicating a hyperlink. If I switch to page 2, every picture opens detail view, works fine.
Now the more strange thing - I have another gallery which is ever larger (4 pages). And here no click on the first 3 pages works, but again the last page does.
I tested the function in the Gallery Categories View, but each gallery works perfect. So it's maybe something with the plugin in relation to pagebreak? I don't know. I hope I did something wrong and someone see my error, I am looking for hours and hours and nothing ...
If I have a large gallery on single page it always work. But I want to be friendly to mobile users
Please, have a look.
The 2 pages (code snippet see above) are here: https://www.augederseele.de/index.php/f ... -oldenburg
The 4 pages are here: https://www.augederseele.de/index.php/f ... helmshaven
Thanks for any advice,
Andy