Copy link to clipboard
Copied
I'm having one of those scratch your head moments that I can't figure out.
When you click on a photo, the lightbox pops up as it should, but at the bottom of the page below the footer there's some code being loaded that wasn't there originally.
I'm not getting any errors so I'm sort of at a loss for what to do. I've tried rebuilding the gallery with no luck.
Has anyone experienced this before? Any ideas what's going on?
Site is: Media Gallery
BC code: {module_photogallery id="559" rowCount="4" resultsPerPage="100" width="300" height="260" useStandardMethod="false" thumbnail="fill_proportional"}
Are you overiding or trying to overide the default lightbox script?
Copy link to clipboard
Copied
Are you overiding or trying to overide the default lightbox script?
Copy link to clipboard
Copied
Thanks Liam - there was a script in there that I thought I had commented out, but BC had stripped the --> code and replaced with -->
Copy link to clipboard
Copied
Not BC, the editor... Really avoid trying to do code using the WYSIWYG - They are not made for that.
Copy link to clipboard
Copied
Lesson learned! I'll use the Develop module from now on...
Copy link to clipboard
Copied
![]()
If you enable liquid you can do your own layout and code..
If you want to do your own lightbox and avoid doing overides that you may have issue with on the module without liquid..{module_photogallery,ID,rowLength,targetFrame,resultsPerPage,Width,Height,UseStandardMethod,thumbnailAlgorithm}
I forgot this as I just make my own with liquid these days but I think, if you add the extra paramater in the legacy syntax of just "false"
EG:
{module_photogallery,ID,,,20,100,100,,,false}
It will stop the lightbox from rendering. If this does not work it is something along these lines, It has been a while so I forgot my own hack, lol.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more