PDA

View Full Version : removing border from slideshow


tracy
Jan-16-2009, 02:34 AM
It's been quite sometime since I put a border around my slideshow images and can't remember what I did. I was hoping to remove the border and the smug mug stuff on the bottom of the screen that has login smugmug copy rights etc. I also wanted to remove the smug mug stuff that shows up as a tab that say smugmug photo sharing. Can someone help me with these issues?


Tracy
tracy@tlcphotos.net
www.tlcphotos.net (http://www.tlcphotos.net)

:dunno

denisegoldberg
Jan-16-2009, 03:24 AM
It's been quite sometime since I put a border around my slideshow images and can't remember what I did. I was hoping to remove the border and the smug mug stuff on the bottom of the screen that has login smugmug copy rights etc. I also wanted to remove the smug mug stuff that shows up as a tab that say smugmug photo sharing. Can someone help me with these issues?
To remove the black background from your slideshow, add this to your CSS:
#bioBox {
background: none;
}
To switch to the mini-footer, plus remove the login link, see # 16 in the customization FAQ - http://www.smugmug.com/help/customize-faq. We are not allowed to remove the powered by smug and copyright smug (as noted in the answer to that question in the FAQ.

If you don't want "SmugMug photo sharing to be the title shown in your browser window (or tab), go to your customization panel and place a title in the box labeled Page Title.

--- Denise

tracy
Jan-16-2009, 09:15 AM
It removed part of what I wanted gone (the square box in the background), but I have a medium black border around the image that has round corners on it and I would like to get rid of the border. The border is taking the matted frame that I have put around my pictures and made the corners round. Not the look I'm going for.

Thank You,
Tracy
tracy@tlcphotos.net
www.tlcphotos.net (http://www.tlcphotos.net)

tracy
Jan-20-2009, 03:47 PM
Hi - I left a message a few days ago and haven't gotten my answer. I did find out how to remove the background and that was great but I would like to remove the border.


Tracy
www.tlcphotos.net (http://www.tlcphotos.net)
tracy@tlcphotos.net

J Allen
Jan-20-2009, 04:07 PM
Hi - I would like to remove the border.
Remove the red:

var ssConfig = {
AlbumID: '1341658',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
borderThickness: '20',
borderColor: '000000',
crossFadeSpeed: '350'
};

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

tracy
Jan-20-2009, 07:48 PM
Hi Family Guy - I have been trying to find the parts to remove from the slideshow and haven't had any luck. Could we have 2 different slideshows? Is it in the CSS area?

Tracy
www.tlcphotos.net:dunno
tracy@tlcphotos.net

jfriend
Jan-20-2009, 07:55 PM
Hi Family Guy - I have been trying to find the parts to remove from the slideshow and haven't had any luck. Could we have 2 different slideshows? Is it in the CSS area?

Tracy
www.tlcphotos.net:dunno (http://www.tlcphotos.net:dunno)
tracy@tlcphotos.net The code controlling your homepage slideshow that Family Guy refers to is in your Bio. You can edit the bio either from an edit link on the homepage (when logged in) or from the control panel.

tracy
Jan-20-2009, 10:21 PM
Thank You so much! TracyThe code controlling your homepage slideshow that Family Guy refers to is in your Bio. You can edit the bio either from an edit link on the homepage (when logged in) or from the control panel.