I'm running SS2.2.3 with the Gallery Module and 0.6.5 of the Image Gallery Module. Up until this morning the galleries were working fine. I started investigating getting .flv and .f4v files into the galleries, and during that the popup function stopped working. I reverted all the files I changed back to how they were, and the popup still does not work.
I also reinstalled the gallery module from my original download. Still no joy.
What is happening is that the HTML code for the popup all seems to be getting generated, however html comments are wrapped around those links, and a copy of the link without the class information for the popup is being inserted.
As an example instead of:
<a id="ViewLink-47" class="lightwindow" rel="LimeSurvey Videos[Media]" href="http://academicservices.nsula.edu/assets/galleries/LimeSurvey/LimeSurvey-1-Basics.mov" title="LimeSurvey-1-Basics.mov" caption="980 x 560 - 34 MB" params="lightwindow_width=980,lightwindow_height=560">
<img src="/assets/Uploads/_resampled/PaddedResize9070-Videos.gif" alt="LimeSurvey-1-Basics.mov"/>
<p class="galleryImageTitle">LimeSurvey-1-Basics.mov</p>
<p class="galleryImageDetails">34 MB</p>
</a>
I'm getting:
<a id="ViewLink-47" rel="" class="" title="" href="http://academicservices.nsula.edu/assets/galleries/LimeSurvey/LimeSurvey-1-Basics.mov"><img src="/assets/Uploads/_resampled/PaddedResize9070-Videos.gif" alt="LimeSurvey-1-Basics.mov"/></a>
<!-- <a id="ViewLink-47" class="lightwindow" rel="LimeSurvey Videos[Media]" href="http://academicservices.nsula.edu/assets/galleries/LimeSurvey/LimeSurvey-1-Basics.mov" title="LimeSurvey-1-Basics.mov" caption="980 x 560 - 34 MB" params="lightwindow_width=980,lightwindow_height=560">
<img src="/assets/Uploads/_resampled/PaddedResize9070-Videos.gif" alt="LimeSurvey-1-Basics.mov"/>
<p class="galleryImageTitle">LimeSurvey-1-Basics.mov</p>
<p class="galleryImageDetails">34 MB</p>
</a> -->
I can't find where those comments are being generated. It doesn't appear in the template files for gallery or image gallery from what I can see.
Any ideas?