Disable next / prev for single images
Posted: 27 Aug 2016, 19:15
I was wondering if there is a way to disable the next & previous buttons when inserting only single images into the article
When i do something like this:
I don't want the user to cycle through all the images. I want only to enlarge the one single image.
A related issue (bonus question):
when i insert multiple category-galleries the cycling should happen only inside the given category. right now i can cycle through all images on the page :/
I am using Phoca Gallery Component ver. 4.3.1, Phoca Gallery Plugin 4.3.1 and the editor-button 4.2.1.
The Detail-View is set to boxplus(image only) with the shadowbox inspired theme.
Is there a way to enter some shortcodes to disable / control the grouping of the images (like the rel-parameter in the old lightbox).
Maybe there's a way to override it in php?
Any help really appreciated.
When i do something like this:
Code: Select all
some text
{phocagallery view=category|categoryid=4|imageid=32}
more text
{phocagallery view=category|categoryid=4|imageid=33}
A related issue (bonus question):
when i insert multiple category-galleries the cycling should happen only inside the given category. right now i can cycle through all images on the page :/
Code: Select all
Text
{phocagallery view=category|categoryid=1|limitstart=0|limitcount=0}
more text
{phocagallery view=category|categoryid=2|limitstart=0|limitcount=0}
The Detail-View is set to boxplus(image only) with the shadowbox inspired theme.
Is there a way to enter some shortcodes to disable / control the grouping of the images (like the rel-parameter in the old lightbox).
Maybe there's a way to override it in php?
Any help really appreciated.