|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Homepage Slideshow Limitations
So...can you change the background color of the "built-in" slideshow on your homepage? Knowing that each picture has different dimensions, just want the entire border portion of the slideshow box...gone! I would like it to match my homepage background which is (4b4b4b). The only options given in slideshow settings is black or white. Any help is very appreciated. I have worked this for 2 days to no avail. Thanks soooo much, Karen GIP I'm VERY new, so please let me know if I left something out. You guys are great. |
|
|
|
|
#2
|
|
|
Big grins
|
I have just been there.
One of these lines in the CSS customization helped me to set up the background to gray. .box { background-color: gray; } #bioBox .photo {display: none;} .box {background-color: gray;} #userHome { display: none; } body { background-color: gray !important; } |
|
|
|
|
#3
|
||
|
Big grins
|
Quote:
Thanks, Karen GIP
__________________
www.graceimagesphotography.net |
|
|
|
||
|
#4
|
|
|
Beginner grinner
|
Karen, if I understand you correctly, I am trying to do exactly the same. Is the slideshow at http://www.moonriverphotography.com/ pretty much what you'd like to replicate?
I am also new to this and if I figure it out, I will certainly share.. |
|
|
|
|
#5
|
||
|
Scripting dude-volunteer
|
Quote:
#slideshowBox {background: none;} Also, your custom domain is set up to work in frames. This is generally a bad way to use a custom domain at Smugmug as a number of Smugmug capabilities will not work properly. See this for more info.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#6
|
||
|
Big grins
|
Quote:
Thanks for your help...The CSS code didn't work. I am also embarassed to say I don't know what "custom domain set up in frames" even means....but I will check the link you gave me! I don't give up very easily and I am determined to learn this!! You guys are great!!
__________________
www.graceimagesphotography.net |
|
|
|
||
|
#7
|
|
|
Scripting dude-volunteer
|
Where did you put the code because I don't see it active on your site right now? When I put it where it goes in a simulator, it does work. It removes the gray outline from around your homepage slideshow.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#8
|
||
|
Big grins
|
Quote:
Yes...it has removed the white outside box around the slideshow. I want the black gone also. So that just my page background color shows. Is this possible without using the bio page for the slideshow? Also, are frames off now since I've gone with go daddy? www.graceimagesphotography.net
__________________
www.graceimagesphotography.net |
|
|
|
||
|
#9
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#10
|
|
|
Big grins
|
That is exactly what I want to see! I have black on both sides of every picture. How do I show you what I'm seeing?
__________________
www.graceimagesphotography.net |
|
|
|
|
#11
|
|
|
Scripting dude-volunteer
|
What browser are you using? To troubleshoot, have you tried a different browser? Have you cleared your disk cache in the browser you're using?
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#12
|
|
|
Big grins
|
I am using IE 8. Will work on clearing and another browser.
__________________
www.graceimagesphotography.net |
|
|
|
|
#13
|
|
|
Scripting dude-volunteer
|
Working here in IE8.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#14
|
|
|
Big grins
|
Have cleared cache for computer and that page specifically via developer tools in IE. Didn't change for me. I see this under in developer tools.
[FONT=Papyrus]<scripttype="text/javascript"> var homepageSlideshowPanel; var homepageSlideshowConfig = { newWindow: 'false', transparent: 'true', showLogo: 'false', clickToImage: 'false', captions: 'false', showThumbs: 'false', autoStart: 'true', setSpeed: 'med', showSpeed: 'false', pageStyle: 'black', showButtons: 'false', randomStart: 'false', randomize: 'false', splashDelay: '0', crossFadeSpeed: '2500', AlbumID: '13134620', AlbumKey: 'JP4Wg' }; var homepageSlideshowConfigAll = { type: 'SmugMugSlideshow', source: 'gallery', feedURL: '', newWindow: 'false', transparent: 'true', showLogo: 'false', clickToImage: 'false', captions: 'false', showThumbs: 'false', autoStart: 'true', setSpeed: 'med', showSpeed: 'false', pageStyle: 'black', showButtons: 'false', randomStart: 'false', randomize: 'false', splash: '', splashDelay: '0', crossFadeSpeed: '2500', height: '385', keyword: '', albumName: 'Slideshow Pics', AlbumID: '13134620', AlbumKey: 'JP4Wg' }; var homepageSlideshowPanelOptions = { width: '400px', visible: false, modal: false, draggable: true, fixedcenter: false, constraintoviewport: true, close: false, cancelButtonID: 'hpSSCancelButton', saveButtonID: 'hpSSSaveButton' }; YE.onDOMReady(function() { SM.flash.insertSlideshowIntoElement('homepageSlideshow', '100%', 385, homepageSlideshowConfig, 'transparent'); }); </script><divclass="spacer"></div> </div> </div> <!-- End Content --> <!-- Start Footer --> Under page style black....I've underlined it. Does this mean anything? Please don't kill me! [/FONT]
__________________
www.graceimagesphotography.net |
|
|
|
|
#15
|
|
|
Big grins
|
Ohhhh....I downloaded Firefox browser. It is working on there, but the whole site is miniature looking!
__________________
www.graceimagesphotography.net |
|
|
|
|
#16
|
|
|
Scripting dude-volunteer
|
Looks normal size for me in Firefox. Check View/Zoom/Reset in Firefox.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#17
|
||
|
Big grins
|
Quote:
Thanks so much John
__________________
www.graceimagesphotography.net |
|
|
|
||
|
#18
|
|
|
Big grins
|
Great...now not working in Firefox.
__________________
www.graceimagesphotography.net |
|
|
|
|
#19
|
|
|
Scripting dude-volunteer
|
Working here in Firefox, IE8 and Safari. I'd suggest maybe reinstalling Adobe Flash as that only takes about a minute so it's worth ruling it out as a cause.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#20
|
|
|
Beginner grinner
|
Adding below might help, maybe?
[FONT="]#slideshowBox .boxBottom {border: none !important;} [/FONT] [FONT="] [/FONT] |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Stretchy slideshow customization for the Homepage | jfriend | SmugMug Customization | 854 | Jan-24-2013 01:37 PM | |
| How to move the slideshow up and/or center it | jfriend | SmugMug Customization | 56 | Nov-16-2011 05:48 PM | |
| removing slideshow from gallery page but not from homepage | wheresdavid | SmugMug Customization | 4 | Jun-14-2010 07:02 AM | |
| Ihnen's Customizing Thread | Ihnen | SmugMug Customization | 22 | Sep-17-2008 07:44 AM | |
| Homepage Slideshow issue - | Oakley | SmugMug Customization | 7 | Jul-06-2006 07:39 PM | |
| Thread Tools | |
| Display Modes | |
|
|