• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Homepage Slideshow Limitations

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 1  of  2
1 2
Old Aug-08-2010, 04:14 PM
#1
GIP is offline GIP OP
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.
Old Aug-10-2010, 08:45 PM
#2
DmitryS is offline DmitryS
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;
}
Old Aug-10-2010, 09:13 PM
#3
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by DmitryS View Post
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;
}
Thanks for your help...However, that changes the entire pages background color and I only want to
  1. Set the background color of the slideshow to match your homepage design so any unused space in the slideshow matches your background color rather than shows as black.
I'm using RGB 4b4b4b gray.

Thanks,
Karen GIP
__________________
www.graceimagesphotography.net
Old Aug-11-2010, 02:45 AM
#4
-alp- is offline -alp-
Beginner grinner
-alp-'s Avatar
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..
__________________
Alp
________________

www.alpfigen.com
Old Aug-11-2010, 07:16 AM
#5
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
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.
Add this CSS to your advanced CSS customization:

#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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 11:09 AM
#6
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
Add this CSS to your advanced CSS customization:

#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.

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
Old Aug-11-2010, 11:15 AM
#7
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
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!!
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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 04:29 PM
#8
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
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.
Hi John,

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
Old Aug-11-2010, 04:35 PM
#9
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post


Hi John,

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
I'm not sure what you see. This is what I see and there's no black:

__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 04:44 PM
#10
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
I'm not sure what you see. This is what I see and there's no black:

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
Old Aug-11-2010, 04:50 PM
#11
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
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?
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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 05:23 PM
#12
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
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?
I am using IE 8. Will work on clearing and another browser.
__________________
www.graceimagesphotography.net
Old Aug-11-2010, 05:41 PM
#13
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
I am using IE 8. Will work on clearing and another browser.
Working here in IE8.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 05:56 PM
#14
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
Working here in IE8.
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
Old Aug-11-2010, 06:05 PM
#15
GIP is offline GIP OP
Big grins
Ohhhh....I downloaded Firefox browser. It is working on there, but the whole site is miniature looking!
__________________
www.graceimagesphotography.net
Old Aug-11-2010, 06:17 PM
#16
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
Ohhhh....I downloaded Firefox browser. It is working on there, but the whole site is miniature looking!
Looks normal size for me in Firefox. Check View/Zoom/Reset in Firefox.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-11-2010, 06:23 PM
#17
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by jfriend View Post
Looks normal size for me in Firefox. Check View/Zoom/Reset in Firefox.
See that the zoom in feature in firefox fixed that! Now if I can only get IE to stopped torturing me. URGH>>>

Thanks so much John
__________________
www.graceimagesphotography.net
Old Aug-12-2010, 10:45 AM
#18
GIP is offline GIP OP
Big grins
Quote:
Originally Posted by GIP View Post
See that the zoom in feature in firefox fixed that! Now if I can only get IE to stopped torturing me. URGH>>>

Thanks so much John
Great...now not working in Firefox.
__________________
www.graceimagesphotography.net
Old Aug-12-2010, 12:07 PM
#19
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by GIP View Post
Great...now not working in Firefox.
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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Aug-12-2010, 01:11 PM
#20
-alp- is offline -alp-
Beginner grinner
-alp-'s Avatar
Adding below might help, maybe?

[FONT=&quot]#slideshowBox .boxBottom {border: none !important;} [/FONT]


[FONT=&quot]
[/FONT]
__________________
Alp
________________

www.alpfigen.com
Page 1  of  2
1 2
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

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump