View Full Version : Can't figure out this slideshow issue...
printergirl
Feb-25-2009, 09:56 PM
So, after playing with CSS and searching the forum, I can't seem to figure out this issue.
On my homepage: http://nkramer.smugmug.com, I would like to remove the bounding box and shaded area behind my slideshow. Is there a way to make the background in the bio box transparent and get rid of the lines around it?
printergirl
Feb-25-2009, 09:58 PM
I really like the way this person did theirs:
http://photos.mikelanestudios.com/
Allen
Feb-25-2009, 10:48 PM
So, after playing with CSS and searching the forum, I can't seem to figure out this issue.
On my homepage: http://nkramer.smugmug.com, I would like to remove the bounding box and shaded area behind my slideshow. Is there a way to make the background in the bio box transparent and get rid of the lines around it?
Add this to your CSS
#bioBox .boxBottom {
background: none !important;
border: none !important;
}
Your show is not running because the link for your splash photo is not
available. Make sure external links are on in it's galley, it's not checked hide
and the gallery doesn't have a password. Same for your banner not
showing.
printergirl
Feb-26-2009, 06:56 AM
Thanks, that code worked perfectly.
So, my banner and slideshow aren't showing? They are showing on my end, but I guess that's cause I am the owner.
I changed a couple of things and want to know if you can see them now? If so, that leads me to my other issue. Because I now don't have those images checked to "hide" they are showing up on my About Me page (which is a gallery). :(
printergirl
Feb-26-2009, 04:08 PM
Curious if my header and slideshow are viewable now?
denisegoldberg
Feb-26-2009, 04:17 PM
Curious if my header and slideshow are viewable now?
Yes, they are.
But - you really don't need to rely on others to tell you if they are viewable. You should be using two browsers, one logged in, and one not. That way you can easily see your site in the same way that your viewers will see it.
I usually run Firefox logged in, and IE7 logged out. They do need to be different browsers, not two of the same browser in different windows.
--- Denise
Allen
Feb-26-2009, 04:23 PM
.... Because I now don't have those images checked to "hide" they are showing up on my About Me page (which is a gallery). :(
Add the bold to hide the photos, don't need to check hide.
.notLoggedIn .gallery_7447560 .journal_entry,
.gallery_7447560 .notLoggedIn #breadcrumb,
.gallery_7447560 #albumNav_bottom,
.gallery_7447560 #albumNav_top {
display:none;}
printergirl
Feb-26-2009, 06:26 PM
Yes, they are.
But - you really don't need to rely on others to tell you if they are viewable. You should be using two browsers, one logged in, and one not. That way you can easily see your site in the same way that your viewers will see it.
I usually run Firefox logged in, and IE7 logged out. They do need to be different browsers, not two of the same browser in different windows.
--- Denise
Great idea! Thanks.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.