ZenphotoCMS Forum
Changing feature in Effervescence Octoberfest Theme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Changing feature in Effervescence Octoberfest Theme (/thread-5732.html)



Changing feature in Effervescence Octoberfest Theme - JHT - 24-08-2009

I am using "Effervescence" with "Octoberfest". It works great with videos and images.
There is a feature I would like to remove from the bottom of the image display.
It is the "Image Info" function. Since most of my photos do not contain exif data it is confusing to most of my visitors. There seems to be no options in the administration panel to omit this from the display and I have been unable to find the code where this is added to the page so that I can remove it. Can anyone help?
Here is my site for reference. http://www.trageser.us/gallery/




Changing feature in Effervescence Octoberfest Theme - acrylian - 24-08-2009

IT is on image.php around line 86-90 (if (getImageEXIFData()) {........}. Just remove that.




Changing feature in Effervescence Octoberfest Theme - JHT - 25-08-2009

Thank you. I just tried it and it works.
Jim




Changing feature in Effervescence Octoberfest Theme - JHT - 30-08-2009

How do you change the size(height) of the panel containing the controls for the slide-show within the "Effervescence" using "Octoberfest" theme? This is the panel below the navigation bar and above the image display during the slide show. I have searched the Octoberfest and slideshow style sheets and php files for a hint but have had no success.

Jim




Changing feature in Effervescence Octoberfest Theme - sbillard - 30-08-2009

If it is the jquery slideshow there is a `` surrounding the controls. The flowplayer slideshow does its controls in the Flash player so you would have to look at its documentation to see how (and if) you can change the sizes.