PDA

View Full Version : Removing Contral


juan14888
Aug-14-2008, 03:52 PM
Hello there,

I was wondering how to remove the control bar under the slidshow.

Juan

Allen
Aug-14-2008, 03:53 PM
Hello there,

I was wondering how to remove the control bar under the slidshow.

Juan
Welcome to Dgrin :wave

Change to false in your show code reference this page.
http://dgrin.smugmug.com/gallery/3624147

clickUrl: 'http://www.smugmug.com',
showThumbs: 'false',
showButtons: 'true',
crossFadeSpeed: '350'

juan14888
Aug-14-2008, 04:28 PM
Allen, Did that, but still shows?

Juan

Allen
Aug-14-2008, 04:30 PM
Allen, Did that, but still shows?

Juan
Might have changed the wrong one.

showThumbs: 'true', << thumbs under show
showButtons:'false', << control buttons play pause etc.

juan14888
Aug-14-2008, 04:34 PM
Unless I'm not seeing it, in the bio correct?, here copy of the code.

<html>
<div id="bioText">ADD A FEW LINES OF TEXT HERE. REMEMBER, WHATEVER YOU ADD HERE WILL PARTLY SHOW IN THE SEARCH RESULTS.</div>
********>
Rest of slideshow code.
</********
</html>
<html>
********>
var ssConfig = {
AlbumID: '5668057',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons:'false',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</********
</html>

Allen
Aug-14-2008, 05:07 PM
Unless I'm not seeing it, in the bio correct?, here copy of the code.

<html>
<div id="bioText">ADD A FEW LINES OF TEXT HERE. REMEMBER, WHATEVER YOU ADD HERE WILL PARTLY SHOW IN THE SEARCH RESULTS.</div>
********>
Rest of slideshow code.
</********
</html>
<html>
********>
var ssConfig = {
AlbumID: '5668057',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons:'false',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</********
</html>
Change this to false to hide the row of thumbs. That what you're referring to?

showThumbs: 'true',

juan14888
Aug-14-2008, 06:25 PM
Allen,

That didi it. Thanks,

Next questions, how to move the navbar to the right?

Juan