BROKEN: slideshow large
jchin
Registered Users Posts: 713 Major grins
There is some static code in the slideshow large view that should be removed so that it doesn't override the custom stylesheet:
<style type="text/css">
#slideshow {
width: 800px;
}
</style>
This is only code into the "large" slideshow. It does not show up in the "small" or "medium" slideshow.
I have a stylesheet that reads:
#slideshow {width: auto; }
so that I can use the full width. This piece of static code in the "large" breaks my setting.
Please tell me how to fix. Thank you.
<style type="text/css">
#slideshow {
width: 800px;
}
</style>
This is only code into the "large" slideshow. It does not show up in the "small" or "medium" slideshow.
I have a stylesheet that reads:
#slideshow {width: auto; }
so that I can use the full width. This piece of static code in the "large" breaks my setting.
Please tell me how to fix. Thank you.
Johnny J. Chin ~ J. Chin Photography
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
0
Comments
Sebastian
SmugMug Support Hero
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
Portfolio • Workshops • Facebook • Twitter
1. add this to your stylesheet:
#slideshow {width: auto; }
2. create a gallery or select an existing gallery
3. in the view, select style: slideshow
4. in the slideshow view, select "Large" in the pulldown to the left of "fullscreen".
Do you notice the view is no longer full width like it is with "medium" and "small"?
If you can tell me how to fix, I'd greatly appreciate it. Thanks.
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
i'm just not understanding what you are trying to accomplish, so again, if you'd provide a link so i can visualize your site that would really help.
Portfolio • Workshops • Facebook • Twitter
My problem is that "slideshow" is NOT centering when it is set to "large".
It is centered when set to "small" and "medium".
It happens with all my galleries. Take a look at one that I haven't locked the style. http://jchin.smugmug.com/gallery/813725
Thanks for your help.
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
i see. i'm still wondering why you put that code in your stylesheet though, if you take it out, isn't everything fine, as it is on my site?
Portfolio • Workshops • Facebook • Twitter
I do not want the TEXT part of the slideshow to be centered. I just want the images (the slideshow itself) to be centered.
I've removed the
#slideshow { width: auto; }
from the stylesheet for the moment, take a look.
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
works perfectly, as i see it. so, if you're not happy with this then i'm still not understanding what you want... the images are centered nicely for me
(mac, safari or firefox)
Portfolio • Workshops • Facebook • Twitter
The problem seems to be in the static code for the large slideshow setting.
In the middle of the page source, there is a few lines that read:
<style type="text/css">
#slideshow {
width: 800px;
}
</style><script type="text/javascript">
...
This seems to force the "large" setting to be 800px wide, thus breaking all the centering of the text across a page that is wider than 800px.
I've emailed help@smugmug.com but nobody has gotten back to me. I think this is a code statically written into their pages. Those stylesheet lines do not appear in the medium and small page source; it just starts:
<script type="text/javascript">
...
Just makes centering the slideshow image incorrect when viewing large; while wanting all the text to be spread across the entire width.
Don't you notice the large view is only 800px wide, whereas the small and medium views spread across the width of the page?
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
take a look at this gallery in slideshow on my site, it displays perfectly in small, med, or large. i think you have some other type of css that's causing the behaviour on your site.... would need jt to help i think.
Portfolio • Workshops • Facebook • Twitter
Can you shed some light? What you have is similar to what I want. Thanks.
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
i'm not the expert, but i think it's these codes in my cobranding that do this:
from the header:
<div align="center">
from the footer
<p align="center">
Portfolio • Workshops • Facebook • Twitter
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)
Facebook ♦ Flickr ♦ SmugMug
SmugMug referral coupon code: ix3uDyfBU6xXs
(use this for a discount off your SmugMug subscription)