All gallery titles suddenly missing
JohnnyJr
Registered Users Posts: 174 Major grins
Seems like a few others are experiencing this, too. Is it SmugMug or me?
I just adjusted settings in Control Panel > Account Settings > Search. I updated my Homepage Meta Description (which previously pulled from my bio) and added keywords in the Homepage Meta Keywords box which was previously empty.
http://www.sissonphotography.com/Doc...m-Installation
Didn't touch my css or anything else. Does anyone have suggestions?
I just adjusted settings in Control Panel > Account Settings > Search. I updated my Homepage Meta Description (which previously pulled from my bio) and added keywords in the Homepage Meta Keywords box which was previously empty.
http://www.sissonphotography.com/Doc...m-Installation
Didn't touch my css or anything else. Does anyone have suggestions?
Elwood: It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark and we're wearing sunglasses.
Jake: Hit it.
http://www.sissonphotography.com
www.flickr.com/photos/sissonphotography
http://sissonphotography.blogspot.com/
Jake: Hit it.
http://www.sissonphotography.com
www.flickr.com/photos/sissonphotography
http://sissonphotography.blogspot.com/
0
Comments
Portfolio • Workshops • Facebook • Twitter
.miniBox .albumTitle a.nav {overflow: visible !important;}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Just double checked and they are still missing...
Jake: Hit it.
http://www.sissonphotography.com
www.flickr.com/photos/sissonphotography
http://sissonphotography.blogspot.com/
Jake: Hit it.
http://www.sissonphotography.com
www.flickr.com/photos/sissonphotography
http://sissonphotography.blogspot.com/
hmm. that should not be necessary once we flush the cached (bad) markup.
If you want to share what went wrong in the release last night and share what you changed and when it should hit every viewer of every site, then we might know what to do when.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
all i said was it shouldnt be necessary, not what you should or shouldnt have done. it was more of a statement made out loud than orders to you. we will take a further look. thanks.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Should I add the one line fix?
this is our bug, we'll fix it. John's fix will fix for now, of course. But we'll make the site work like it did yesterday. :uhoh
Portfolio • Workshops • Facebook • Twitter
We fixed it last night. Sorry for the hassle guys!
Portfolio • Workshops • Facebook • Twitter
www.dreamspinner-photography.com
( CSS needs tidying up...)
Show me the page please. You SHOULD NOT need any special code.
Portfolio • Workshops • Facebook • Twitter
Andy, just for you I commented out the special code.
Here's a page with the problem in Firefox but IE is fine:
http://dreamspinner.smugmug.com/galleries
could easily be my convoluted CSS, but it was fine earlier in the week
Well, your code is different than the usual 4-across code that most have. I do see it's busted, but I have a feeling it's CSS-related. Wonder if one of the experts can chime in?
Portfolio • Workshops • Facebook • Twitter
My Website index | My Blog
I suddenly experienced missing category titles on my homepage and independently discovered the same solution as posted by jfriend.
There is an entry in smugmugBlack-20101215110111-stretch.css as follows that may be the culprit:
/* only needed for firefox mac, but doesnt hurt to leave for all browsers */
body.masked textarea, body.masked #singleImage .photo {
overflow: hidden !important;
}
My fix was this:
#homepage #categoriesBox .miniBox .nav {
display:block;
overflow:visible !important; /* this entry solved the problem */
text-align:center;
}
Also, the disappearing titles on my website were observed on FireFox 3.6 and Chrome 8.0, but not
Opera 11.00 or IE 8.0.
Steve
www.LateSky.com
<><><><><><><><><><><><><><><><><><>
http://www.sos-photography.net/
Can anyone help?
Thanks,
Brian
Sirens of Song Image Gallery
http://images.sirensofsong.com
Sirens of Song Image Gallery
http://images.sirensofsong.com
Confirming that Allen's 4-across CSS suggestion works well for me too with a few .miniBox sizing tweaks here and there. A Smugmug Hero gave me this link to the same code snippet:
http://www.dgrin.com/showpost.php?p=300387&postcount=8
Appears to work without the "overflow: visible !important;" statement mentioned in my previous post in this thread.
Steve
www.LateSky.com
<><><><><><><><><><><><><><><><><><>
See >>> CUSTOMIZATION: Start here <<< at top of this forum.
Mini-box hack #10 in the ADVANCED Customization FAQ
My Website index | My Blog