PDA

View Full Version : Fail to updating css codes in advanced customization


StarterP
Sep-22-2009, 03:43 PM
Hi All,

http://beyondimage.smugmug.com

After editing css codes in advanced customization for the home page slide show, click the update button, log out, it did not update the codes - ckecking with view source in my home page log in as a visitor, the old code still there.

Old source code:
SM.flash.insertSlideshow(730, 730, ssConfig, 'transparent');


New:
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');


How I can clear the old source codes before updating?

Thanks.

jfriend
Sep-22-2009, 03:50 PM
You are a bit confused about where things go. The slideshow code goes in your Bio, not in your CSS customization.

First, remove this from your CSS customization:

<script>
var ssConfig = {
AlbumID: '9550845',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickToImage: 'true',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350'
};

SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</script>


Then, go to your bio (there should be an edit link for your bio on your homepage when you are logged in) and update the slideshow code there.

StarterP
Sep-22-2009, 04:32 PM
Thanks a lot.


You are a bit confused about where things go. The slideshow code goes in your Bio, not in your CSS customization.

First, remove this from your CSS customization:

<script>
var ssConfig = {
AlbumID: '9550845',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickToImage: 'true',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350'
};

SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</script>


Then, go to your bio (there should be an edit link for your bio on your homepage when you are logged in) and update the slideshow code there.