Changing feature in Effervescence Octoberfest Theme

JHT Member
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/

Comments

  • acrylian Administrator, Developer
    IT is on image.php around line 86-90 (`if (getImageEXIFData()) {........}`. Just remove that.
  • JHT Member
    Thank you. I just tried it and it works.
    Jim
  • JHT Member
    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
  • 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.
Sign In or Register to comment.