This question about Using an extension: Answered
--
GreggShimokura - 01 Oct 2015
I am trying to replicate the functionality I have seen on the author's site at:
https://demo.michaeldaumconsulting.com/System/ImageGalleryPlugin
In my code I have the following syntax:
%IMAGEGALLERY{frontend="lightbox" size="medium" titles="on" format="
"}%
However, I do not get the same nice look and functionality as on the author's site.. Specifically when I click on an image I am missing:
- titles
- left/right arrows on the sides
- slide show tool bar at bottom
Question: How do I enable the above functionality?
I am running Foswiki 1.1.9 and browsing with Safari 8.0.8
Thanks for any help you might have
Gregg
Add
JQPrettyPhotoContrib which will then drop in instead of the normal lightshow component.
--
MichaelDaum - 01 Oct 2015
Hi Michael,
It works!.. Thanks, I didn't realize there was this dependency..
Gregg
--
GreggShimokura - 02 Oct 2015
Hi again,
I guess I spoke too soon. It seems to work on my main page but not on lower level pages.. so it is inconsistent.
Any guesses on why it might work on some but not others?
Gregg
Thanks Michael,
I beleive it is the the "format" specification which overrode the lightboxing.
All is understood.
Gregg