How to only show title in Lightbox, like it used to be?
Rolfvp
Registered Users Posts: 57 Big grins
The new changes announced in this thread gives me major problems:
http://www.dgrin.com/showthread.php?t=245841
I have a lot of info in my captions. Can someone please help me with a CSS code that will change my lightbox to only show title. Caption should only show when hovering...like it was before.
-Rolfvp
http://www.dgrin.com/showthread.php?t=245841
I have a lot of info in my captions. Can someone please help me with a CSS code that will change my lightbox to only show title. Caption should only show when hovering...like it was before.
-Rolfvp
0
Comments
facebook - my facebook page please LIKE me!
work for the title also as it is the first line. Also hide KW's.
.sm-lightbox-info .sm-lightbox-keywords {display:none;}
.sm-lightbox-info {max-height: 18px;}
.sm-user-owner .sm-lightbox-info {max-height: 100%;}
My Website index | My Blog
/* hide lightbox captions and keywords*/
.sm-lightbox-keywords {display:none;}
.sm-lightbox-caption {display:none;}
.sm-lightbox-info {display:none;}
facebook - my facebook page please LIKE me!
I been working for months on my site and the hole concept is based on always showing title and only caption on hovering. The site is not public yet and present framed (!) artwork with pencil drawings of an danish illustrator . The site was supposed to be released this week...so now i am in deep trouble.
I must say that i am surprised that SmugMug make such a big change without warning. It is presented as :
"-- we now show more of the info by default (instead of just the title)"
IMO "default" meens that you should also have the possibility to choose other settings.
Any help is very much appreciated
Try adding this CSS to a CSS content block on your "entire site" in the customiser to restore some of the old appearance:
It's not quite as good as it was previously (e.g. when the pop-up collapses, it doesn't get return to showing the title at the top).
Or you might prefer to go for a more radical redesign like my modification to use the page scrollbar to read the caption instead of a small pop-up area (the caption does not cover the photo at all):
http://www.sherlockphotography.org/Customisations/Lightbox-captions
Please check out my gallery of customisations for the New SmugMug, more to come!
I am a big fan of all youre customizations and i have been using many of them experiment to find the best way presenting the artwork info in the captions.
I have been preparing +400 pictures of framed paintings and drawings so that they would be presented correctly in lightbox, e.g. adding extra white space under each photo to make space for the lightbox info, and to make shure my frame would not be covered by the infobox
The titel should always show and caption only on mouse hovering in the info area. That is how it has been for the last months while i have been preparing this site.
Now smugmug has changed everything :cry
Until this horrible change in the lightbox info, my infotext worked like this:
Titel:
Nr. 0747, name of drawing
Caption:
• prize kr 600
• Frame size: 25x19 cm
• Print type: Epson UltraChrome K3 digital print
• paper: Hahnemühle Bamboo 290 g/m²
The site is not public yet and not open for search robots. The site is going to present artwork of one of the most wellknown and beloved illustrators i scandinavia.
http://galleriibspangolsen.smugmug.com/Gallerier/Kunsttryk/Børbebogs-illustrationer/
Someone, please tell me that the new default settings can be changed so lightbox worked like before. Otherwise it dosent make sens to call it "default", with no other options to choose!!
Please check out my gallery of customisations for the New SmugMug, more to come!
Please check out my gallery of customisations for the New SmugMug, more to come!
Please check out my gallery of customisations for the New SmugMug, more to come!
For curiosity sake: is there a reason why it has to be added to a CSS content block? I tried in my theme's skin and it obviously didn't work as you noted above. Is it because it doesn't use "!important" and something in SmugMug's code overrides it if you put it in the theme skin?
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
The reason why the precedence was so delicate is that making the rule for the collapsed state a higher precedence than SmugMug's causes it to also override SmugMug's ":hover" state, so the mouse hover never works. But (I realised this morning) there's a much easier way to fix that, which is to duplicate SM's :hover rule too, and make them both higher precedence than SM's:
That version should work either in a CSS content block or in the theme.
Please check out my gallery of customisations for the New SmugMug, more to come!