CSS issues
erik64
Registered Users Posts: 48 Big grins
Hi folks, trying to get my site in order. It's mostly functioning ok, but there are a couple of things I cant figure out on my own.
1) Lightbox - Until they come up with a way to add margins around the image with the caption underneath, I've made the info bar invisible until you hover over it - which works fine if a caption exists, if it doesn't, instead of the uniform, semi-transparent gray bar along the bottom, I get a lighter gray bar spanning the gap between the slideshow-play button and other buttons on the right. I'd like to either make the lighter bar completely transparent or have the same darker uniform bar that I get when there is a caption present. I always have a larger uniform bar when logged in.
Here's a gallery that only has intermittent captions: https://erik64.smugmug.com/North-Haven-Music-Department-E/North-Haven-High-School-Band/
Also, a Share button and Buy Button always are present in my galleries. I'd like to remove them, but leave them in place in the lightbox. Any help on either of these fronts would be most appreciated.
1) Lightbox - Until they come up with a way to add margins around the image with the caption underneath, I've made the info bar invisible until you hover over it - which works fine if a caption exists, if it doesn't, instead of the uniform, semi-transparent gray bar along the bottom, I get a lighter gray bar spanning the gap between the slideshow-play button and other buttons on the right. I'd like to either make the lighter bar completely transparent or have the same darker uniform bar that I get when there is a caption present. I always have a larger uniform bar when logged in.
Here's a gallery that only has intermittent captions: https://erik64.smugmug.com/North-Haven-Music-Department-E/North-Haven-High-School-Band/
Also, a Share button and Buy Button always are present in my galleries. I'd like to remove them, but leave them in place in the lightbox. Any help on either of these fronts would be most appreciated.
0
Comments
You can turn off both the BUY and SHARE button in the gallery settings section.
Just open your gallery → click CUSTOMIZE → GALLERY SETTINGS:
http://take.ms/FrFNj
And
http://take.ms/RiKaH
Please be aware that the BUY button will always be visible for logged in account owner.
This should only hide it in gallery and not lightbox.
.sm-gallery-header .sm-gallery-buymenu {display:none}
My Website index | My Blog
You can see it here: https://erik64.smugmug.com/Kayaking/Block-Island-Paddle-9282013/
.sm-gallery-image-tools .sm-button-image-download,
.sm-gallery-image-tools .sm-button-image-buy {display:none}
My Website index | My Blog