PDA

View Full Version : Guestbook and About me gallery


adamolszanski
Jul-12-2008, 01:40 PM
I have a question connected with special galleries. More precisely, I created simple Guestbook and About me gallery and of course both of them have journal style. But what I don't like about them is "Gallery pages: 1" text at the top and bottom of both galleries. Is there any way to remove this text?

My website: http://artderien.smugmug.com/

Thanks !

Allen
Jul-12-2008, 02:16 PM
I have a question connected with special galleries. More precisely, I created simple Guestbook and About me gallery and of course both of them have journal style. But what I don't like about them is "Gallery pages: 1" text at the top and bottom of both galleries. Is there any way to remove this text?

My website: http://artderien.smugmug.com/

Thanks !
xxxxxxxx is the gallery number

.gallery_xxxxxxxx #albumNav_top,
.gallery_xxxxxxxx #albumNav_bottom {display: none;}

adamolszanski
Jul-12-2008, 02:21 PM
xxxxxxxx is the gallery number

.gallery_xxxxxxxx #albumNav_top,
.gallery_xxxxxxxx #albumNav_bottom {display: none;}

Great Allen, it works :)

But at the same time I lost the bottom line in one of my galleries. It looks like that: http://artderien.smugmug.com/gallery/5386160_hAPfB

How can I fix it?

Allen
Jul-12-2008, 03:22 PM
Great Allen, it works :)

But at the same time I lost the bottom line in one of my galleries. It looks like that: http://artderien.smugmug.com/gallery/5386160_hAPfB

How can I fix it?
It was part of the bottom nav, but you can put one back if your like.

.gallery_5386160 .journal_entry {border-bottom: 1px solid #444 !important;}

adamolszanski
Jul-12-2008, 03:26 PM
It was part of the bottom nav, but you can put one back if your like.

.gallery_5386160 .journal_entry {border-bottom: 1px solid #444 !important;}

That's fantastic Allen ! One last thing: is there any way to remove "Slideshow" button from the journal?

Allen
Jul-12-2008, 03:35 PM
That's fantastic Allen ! One last thing: is there any way to remove "Slideshow" button from the journal?
Try this

.gallery_xxxxxxxx .play_slideshow {display: none;}

adamolszanski
Jul-12-2008, 03:37 PM
Try this

.gallery_xxxxxxxx .play_slideshow {display: none;}

Cool, it works :) Thanks a lot. Take care.

cLeaPhotography
Jul-27-2008, 10:38 PM
xxxxxxxx is the gallery number

.gallery_xxxxxxxx #albumNav_top,
.gallery_xxxxxxxx #albumNav_bottom {display: none;}

can you tell me where to put that? in the css box? i really dont understand all this stuff!! there needs to be a smilie pulling her HAIR OUT LIKE ME! haha

cleaphotography.com

Allen
Jul-28-2008, 05:04 AM
can you tell me where to put that? in the css box? i really dont understand all this stuff!! there needs to be a smilie pulling her HAIR OUT LIKE ME! haha

cleaphotography.com
Those go in the CSS, The xxxxxxxx is the gallery number.

cLeaPhotography
Jul-28-2008, 09:08 AM
:huh i am SOOOOO sorry to be such a pain but... i tried that and it's not working... am i doing something wrong?? :dunno

cLeaPhotography.com

Allen
Jul-28-2008, 11:04 AM
:huh i am SOOOOO sorry to be such a pain but... i tried that and it's not working... am i doing something wrong?? :dunno

cLeaPhotography.com
:scratch I see no album navs and slideshow button, musta worked.

cLeaPhotography
Jul-28-2008, 01:21 PM
oh.
my.
gawd.

:bluduh

clearly i have been staring at this thing too long... need to take a break.... :rolleyes

cLeaPhotography
Jul-28-2008, 04:27 PM
hi al, me again... i'm sure you are fairly annoyed right now... but... what are you seeing that i am not? my page still shows the Gallery: 1 and the slideshow links on the guestbook, about me and contact me.... i am soooooo sorry... I notice that you have AIM... can you IM me? cassi4444 on AIM if so... otherwise.. i have NO idea why we are seeing different things

Allen
Jul-28-2008, 04:32 PM
hi al, me again... i'm sure you are fairly annoyed right now... but... what are you seeing that i am not? my page still shows the Gallery: 1 and the slideshow links on the guestbook, about me and contact me.... i am soooooo sorry... I notice that you have AIM... can you IM me? cassi4444 on AIM if so... otherwise.. i have NO idea why we are seeing different things
I bet I looked at the site link in the first post, my mistake.:D

Anyway, the album keys are not used in CSS _DMiH4,
remove them all. Only place a key is use is for a link to a photo like in the
banner CSS.

.gallery_5554252_DMiH4 #albumNav_top,
.gallery_5554252_DMiH4 #albumNav_bottom {display: none;}
.gallery_5554252_DMiH4 .play_slideshow {display: none;}


Might want this on those galleries also.

.gallery_5554434 #breadcrumb {visibility: hidden;}
.loggedIn .gallery_5554434 #breadcrumb {visibility: visible;}

Another to try.

.gallery_5554434 .photo {padding-right: 10px;}
.gallery_5554434 .caption {margin-top: -20px;}

Whole group for the 3 galleries

.gallery_5554252 #albumNav_top,
.gallery_5554252 #albumNav_bottom,
.gallery_5554252 .play_slideshow {display: none;}
.gallery_5554252 #breadcrumb {visibility: hidden;}
.loggedIn .gallery_5554252 #breadcrumb {visibility: visible;}
.gallery_5554252 .photo {padding-right: 10px;}
.gallery_5554252 .caption {margin-top: -20px;}

.gallery_5554114 #albumNav_top,
.gallery_5554114 #albumNav_bottom,
.gallery_5554114 .play_slideshow {display: none;}
.gallery_5554114 #breadcrumb {visibility: hidden;}
.loggedIn .gallery_5554114 #breadcrumb {visibility: visible;}
.gallery_5554114 .photo {padding-right: 10px;}
.gallery_5554114 .caption {margin-top: -20px;}

.gallery_5554434 #albumNav_top,
.gallery_5554434 #albumNav_bottom,
.gallery_5554434 .play_slideshow {display: none;}
.gallery_5554434 #breadcrumb {visibility: hidden;}
.loggedIn .gallery_5554434 #breadcrumb {visibility: visible;}
.gallery_5554434 .photo {padding-right: 10px;}
.gallery_5554434 .caption {margin-top: -20px;}

cLeaPhotography
Jul-28-2008, 06:49 PM
thank you thank you thank you!!!!! :barb i owe you so huge! that worked and it looks fantastic!! thank you thank you thank you!!!!! :clap