Hi, excellent work thanx for making it open source :)
I'm not sure, but after following your and forum advice, my IPTC info loads below the thumbnails. Is this supposed to happen? *(See first thumbnail. Can only be seen on going back to first image, not on launch). I was thinking that the IPTC info would only pop up on pressing the 'i' button. Is there a way to kill the IPTC info below the thumbnails? Working on a Mac and can see this on Mac Safari/Firefox. On Mac IE 5 it stalls, but that's (Mac IE) redundant anyway. Thanx again...*pls note: The page I set up is a test page. PS: Could you also tell me how to take out the colour option buttons, apart from the 'Grey'?
e2interactive forums » Sample of (E)2 Photo Gallery
IPTC info loads below thumbnails
(8 posts)-
Posted 2 months ago #
-
add this to the end of your style sheet:
# imgtitle{ visibility: hidden; }Open the index.php file and find the following div tag
<div id="thumbtoggler">Inside there you'll find all the buttons, remove the ones you don't want or need.
Posted 2 months ago # -
Hi again, thanx for the info :) I put the '# imgtitle{ visibility: hidden;}' at the bottom of stylesheet 'e2.css' and 'e2photo.css' in the css folder without effect. Could you assist again pls? Second advice worked a treat, thank you :)
Posted 2 months ago # -
Sorry there shouldn't have been a space in the
# imgtitleit should be#imgtitle.Posted 2 months ago # -
Hi, made the adjustments to the 'e2.css', 'e2photo.css' lightblue, lightgray and gray css file, but still not effect :(
Posted 2 months ago # -
So I guess i forgot that even though you hide the div, mootools removes the hidden attribute everytime a new image is loaded.
So the only way to get rid of it is to remove the javascript that loads the imgtitle info.
Open e2photo.js
Find line 48:
var phototitle=document.getElementById('imgtitle')delete this lineFind line 52:
phototitle.innerHTML="<strong>"+tempgallery[img_id][4]+"</strong> "+tempgallery[img_id][7];delet this lineOpen e2photo2.js
find line 46-47:
var titlefade = new Fx.Style('imgtitle','opacity', {duration:transspeed }); titlefade.set(0);Delete these lines
Find line 63 - 64:
var firsttitlefade = new Fx.Style('imgtitle','opacity', {duration:transspeed }); firsttitlefade.set(0);Delete this lines
Find line 69-70:
var firsttitle=document.getElementById('imgtitle'); firsttitle.innerHTML="<strong>"+tempgallery[0][4]+"</strong> "+tempgallery[0][7];Delete these lines.
Save the files and test. Hope this works for you.
Posted 2 months ago # -
Hi, BRILLIANT! Your advice worked a treat: http://www.redgekographics.com/index.php
It looks a lot slicker and gives the viewer the option to see the pix info. I will start to implement it into the official website and keep you updated. Thanx again for your support, I am beginning to understand how the internals function a bit better now :) Red Geko *(For Forum viewers: The test info is on the first Thumbnail only). **(See IPCT info: http://www.e2interactive.com/blog/forums/topic/169?replies=1)
Posted 2 months ago # -
New galleries coming up at: http://www.amoghavira.com/AmoghaviraGallery01.php
Eventually there will be 8 galleries up to http://www.amoghavira.com/AmoghaviraGallery08.php
Thanx again for a ((((((((REALLY BRILLIANT))))))) gallery! Red Geko
Posted 2 months ago #
Reply
You must log in to post.
