PDA

View Full Version : My slideshow is borked!


noeltykay
Sep-13-2008, 11:53 PM
Not sure what happened. Tried to add CSS code to get rid of "map this" icon. Did not work. I erased the CSS code, and now in visitor view the slideshow does not appear. Anyone care to help me out?

Thanks!

Andy
Sep-14-2008, 05:04 AM
Hi Noel,

It's this:

/*=========================*/
/*== SLIDE SHOW ==*/
/*== version 0.58 ==*/
/*== Updated 15 Mar 2007 ==*/
/*=========================*/

you have a slideshow hack that is no longer supported, hasn't been since October of 2007.

Please replace it with the Shizam Show, all the info is here:

http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow

tutorial here
http://dgrin.smugmug.com/gallery/3624147

http://www.dgrin.com/showthread.php?t=73247

It's easy to set up the new one, takes about 5 minutes or less. If you need help, holler in the thread linked just above ^

noeltykay
Sep-14-2008, 06:53 AM
Andy...where would one find this "bio" box? I can't seem to find it. :scratch

Hi Noel,

It's this:

/*=========================*/
/*== SLIDE SHOW ==*/
/*== version 0.58 ==*/
/*== Updated 15 Mar 2007 ==*/
/*=========================*/

you have a slideshow hack that is no longer supported, hasn't been since October of 2007.

Please replace it with the Shizam Show, all the info is here:

http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow

tutorial here
http://dgrin.smugmug.com/gallery/3624147

http://www.dgrin.com/showthread.php?t=73247

It's easy to set up the new one, takes about 5 minutes or less. If you need help, holler in the thread linked just above ^

Andy
Sep-14-2008, 06:54 AM
You hid your bio in your control panel, homepage tab.

http://www.smugmug.com/help/homepage-boxes

noeltykay
Sep-14-2008, 06:58 AM
I just read that link and it says nothing about un hiding the bio.

You hid your bio in your control panel, homepage tab.

http://www.smugmug.com/help/homepage-boxes

Andy
Sep-14-2008, 07:03 AM
You've unhidden it :clap It was because you had been using CSS to hide your bio, sorry about that!

The slideshow code goes in your BIO BOX not the CSS :D

noeltykay
Sep-14-2008, 07:09 AM
Andy, I still do not see a bio box on my homepage tab under my control panel.
You've unhidden it :clap It was because you had been using CSS to hide your bio, sorry about that!

The slideshow code goes in your BIO BOX not the CSS :D

Andy
Sep-14-2008, 07:10 AM
Andy, I still do not see a bio box on my homepage tab under my control panel.
Noel - please close all your pages right now. I will set it up for you.

Andy
Sep-14-2008, 07:22 AM
I'll ask allen or barb to help get you centered and such.

:wave

Allen
Sep-14-2008, 07:36 AM
Andy, I still do not see a bio box on my homepage tab under my control panel.
To center your show that's running here.
Change this in your CSS

#bioBox {
text-align: center;
background: none;
}

to these

#bioBox {
background: none;
}

#userBio {
text-align: center;
}

noeltykay
Sep-14-2008, 08:00 AM
Looks like I am 0 for 2 today :dunno I replaced the code, but it no workie. Not sure what I did wrong.

To center your show that's running here.
Change this in your CSS

#bioBox {
text-align: center;
background: none;
}

to these

#bioBox {
background: none;
}

#userBio {
text-align: center;
}

Allen
Sep-14-2008, 08:11 AM
Looks like I am 0 for 2 today :dunno I replaced the code, but it no workie. Not sure what I did wrong. Add the missing }

#feeds {
display:none;
}


Remove the red

#userBio {
text-align: center;
}[/quote]

noeltykay
Sep-14-2008, 08:17 AM
Centered. Background is still grey.

Add the missing }

#feeds {
display:none;
}


Remove the red

#userBio {
text-align: center;
}[/quote]

Barb
Sep-14-2008, 08:56 AM
Centered. Background is still grey.

[/quote]

Hi :)

Add this to your CSS:

#bioBox .boxBottom {background: none !important;}

noeltykay
Sep-14-2008, 10:19 AM
Rock & Roll!! Thanks all for your AWESOME support. Reason number 652 why I am a smugger for life!!!!

:clap :thumb :barb :ivar :bow

Hi :)

Add this to your CSS:

#bioBox .boxBottom {background: none !important;}[/quote]