Gallery and Lightbox appearance are suddenly changed
W.W. Webster
Registered Users Posts: 3,204 Major grins
Some time in the past few days or perhaps week to two (who would know), unexpected changes have occurred in the appearance of my site.
First, image keywords have started appearing in this gallery, despite the following CSS suppressing them previously:
Second, the default depth of the title and caption information appearing under Lightbox images has reduced - for example, here. Previously the full title and first line of the caption was visible and this could be rolled up on mouseover. Now, the title still shows in full but only a smidgeon of the top of the first line of the caption can be seen. This looks dreadful.
I changed nothing on my site, so SmugMug must have changed something, but I saw no announcement of any changes. It is very disconcerting that SmugMug makes changes without any warning which have consequences (even if these are unintended). I shudder to think whatever appearance aberrations have been introduced to my site that I don't know about.
How can I correct these problems?
First, image keywords have started appearing in this gallery, despite the following CSS suppressing them previously:
/* Supress image keywords */ .sm-tile-keywords {display: none;}
Second, the default depth of the title and caption information appearing under Lightbox images has reduced - for example, here. Previously the full title and first line of the caption was visible and this could be rolled up on mouseover. Now, the title still shows in full but only a smidgeon of the top of the first line of the caption can be seen. This looks dreadful.
I changed nothing on my site, so SmugMug must have changed something, but I saw no announcement of any changes. It is very disconcerting that SmugMug makes changes without any warning which have consequences (even if these are unintended). I shudder to think whatever appearance aberrations have been introduced to my site that I don't know about.
How can I correct these problems?
0
Comments
.sm-lightbox-keywords{display:none;}
.sm-tile-keywords { display: none; }
As for the second issue with the title and caption information I am having our team take a closer look into that to see what is going on. Thank you for your patience.
SmugMug Support Hero
Now the complete caption is not even rolling up. My visitors can see only the title and first line of the caption!
SmugMug Support Hero
That appears to be working fine now, thanks.
Find and delete these, and you'll get the roll-up back. I hope this gives you some clues to work from. Unfortunately, you'll have to hunt these down yourself (or get SM help).
The first set of code exists in my "entire site" CSS mods, in fact it's the very first code there. It must have been given to me or published somewhere and included at the time of transition from my "old" to my "new" SmugMug site. I've now suppressed it, but this didn't fix the problem on its own, of course.
I can't find the second set of code in my CSS anywhere, and it's way beyond anything I could have concocted on my own. I have no idea why it should be there to limit the height of the rollup so severely. Does it appear to be directed at a specific gallery?
What beats me, though, is why the behaviour of my site should have spontaneously changed. I haven't touched my CSS in many months.
Heather aka "Teach", who has kindly taken a role in solving this for me, is apparently a Hero, so I'll hold back from contacting support myself at this stage. Hopefully Heather will pick up your comments and feed them into the technical deliberations she has set in train for me.
Thanks again, Jim.
Thanks anyway.
Thanks Jim.