All gallery titles suddenly missing

JohnnyJrJohnnyJr Registered Users Posts: 174 Major grins
edited December 23, 2010 in SmugMug Support
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?
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/

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 17, 2010
    all fixed?
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited December 17, 2010
    Smugmug changed something in the smugmug CSS that apparently changed this for many. I don't know what the optimal solution is, but you can add this CSS for now to bring back your titles:

    .miniBox .albumTitle a.nav {overflow: visible !important;}
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • JohnnyJrJohnnyJr Registered Users Posts: 174 Major grins
    edited December 17, 2010
    Andy wrote: »
    all fixed?

    Just double checked and they are still missing...
    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/
  • JohnnyJrJohnnyJr Registered Users Posts: 174 Major grins
    edited December 17, 2010
    fixed. thank you, jfriend!!
    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/
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited December 17, 2010
    jfriend wrote: »
    Smugmug changed something in the smugmug CSS that apparently changed this for many. I don't know what the optimal solution is, but you can add this CSS for now to bring back your titles:

    .miniBox .albumTitle a.nav {overflow: visible !important;}

    hmm. that should not be necessary once we flush the cached (bad) markup.
    Pedal faster
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited December 17, 2010
    bigwebguy wrote: »
    hmm. that should not be necessary once we flush the cached (bad) markup.
    It wasn't fixed as of my reading of the post and I hadn't seen any info that a global fix was coming that they should wait for that would fix their specific issue - so we try to fix it ourselves.

    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.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited December 17, 2010
    jfriend wrote: »
    It wasn't fixed as of my reading of the post and I hadn't seen any info that a global fix was coming that they should wait for that would fix their specific issue - so we try to fix it ourselves.

    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.

    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.
    Pedal faster
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited December 17, 2010
    bigwebguy wrote: »
    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.
    No problem. I guess I got defensive because we've had so little info on the issue other than Andy saying to a few customers that it should be fixed for them now (no idea whether he tweaked their personal customization or something else). The thumbs on my site were busted for awhile, but before I got around to fixing them, it started working again.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • DreamspinnerDreamspinner Registered Users Posts: 54 Big grins
    edited December 17, 2010
    For me they are missing in Firefox and Chrome but present in IE if that helps.

    Should I add the one line fix?
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 17, 2010
    jfriend wrote: »
    Smugmug changed something in the smugmug CSS that apparently changed this for many. I don't know what the optimal solution is, but you can add this CSS for now to bring back your titles:

    .miniBox .albumTitle a.nav {overflow: visible !important;}

    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
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 18, 2010
    Andy wrote: »
    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

    We fixed it last night. Sorry for the hassle guys!
  • DreamspinnerDreamspinner Registered Users Posts: 54 Big grins
    edited December 18, 2010
    Andy FYI: still wasn't fixed for me so I added Jfriend's code and now it's fine.

    www.dreamspinner-photography.com
    ( CSS needs tidying up...)
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 18, 2010
    Andy FYI: still wasn't fixed for me so I added Jfriend's code and now it's fine.

    www.dreamspinner-photography.com
    ( CSS needs tidying up...)

    Show me the page please. You SHOULD NOT need any special code.
  • DreamspinnerDreamspinner Registered Users Posts: 54 Big grins
    edited December 18, 2010
    Andy wrote: »
    Show me the page please. You SHOULD NOT need any special code.

    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
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 18, 2010
    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?
  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited December 18, 2010
    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
    Inserting the original code it works.
    [FONT=Courier New]/* ==================================================== */
    /* == FAQ #18, Line up boxes with titles underneath === */
    /* ============== Current as of 13 Feb 07 ============= */
    /* ==================================================== */
    
    .miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
      .miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
      .miniBox .albumTitle {width:122px;}
      .miniBox .description {width:122px;}
      .miniBox .updated {width:122px;}
    
    .loggedIn .miniBox {height:auto; min-height:300px;}
      .loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
      .loggedIn .miniBox input {width:122px;}
      .loggedIn .miniBox textarea {width:112px;}
    
    .boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
      .albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
      .albumLarge .albumTitle {width:192px;}
      .albumLarge .description {width:192px;}
      .albumLarge .updated {width:192px;}
    
    .loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
      .loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
      .loggedIn .albumLarge input {width:192px;}
      .loggedIn .albumLarge textarea {width:182px;}[/FONT]
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DreamspinnerDreamspinner Registered Users Posts: 54 Big grins
    edited December 19, 2010
    Thanks Andy and Allen for your time. I'll replace my code with Allen's Sunday
  • LateSkyLateSky Registered Users Posts: 109 Major grins
    edited December 19, 2010
    jfriend wrote: »
    Smugmug changed something in the smugmug CSS that apparently changed this for many. I don't know what the optimal solution is, but you can add this CSS for now to bring back your titles:

    .miniBox .albumTitle a.nav {overflow: visible !important;}


    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

    <><><><><><><><><><><><><><><><><><>
  • DreamspinnerDreamspinner Registered Users Posts: 54 Big grins
    edited December 20, 2010
    Allen's code fixed mine and gave me five boxes across a 900px wide page.
    clap.gif
  • sirensofsongsirensofsong Registered Users Posts: 48 Big grins
    edited December 21, 2010
    In both Firefox and IE 8, the Featured Gallery titles on my homepage are still missing, and in IE, the gallery names aren't bold like they are in Firefox, even after trying jfriend's fix.
    http://www.sos-photography.net/

    Can anyone help?

    Thanks,
    Brian
    Brian
    Sirens of Song Image Gallery
    http://images.sirensofsong.com


  • sirensofsongsirensofsong Registered Users Posts: 48 Big grins
    edited December 21, 2010
    I got it working. Removing a gallery made everything all better again :-)
    Brian
    Sirens of Song Image Gallery
    http://images.sirensofsong.com


  • LateSkyLateSky Registered Users Posts: 109 Major grins
    edited December 23, 2010
    Allen wrote: »
    Inserting the original code it works.
    [FONT=Courier New]/* ==================================================== */
    /* == FAQ #18, Line up boxes with titles underneath === */
    /* ============== Current as of 13 Feb 07 ============= */
    /* ==================================================== */
    
    .miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
      .miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
      .miniBox .albumTitle {width:122px;}
      .miniBox .description {width:122px;}
      .miniBox .updated {width:122px;}
    
    .loggedIn .miniBox {height:auto; min-height:300px;}
      .loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
      .loggedIn .miniBox input {width:122px;}
      .loggedIn .miniBox textarea {width:112px;}
    
    .boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
      .albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
      .albumLarge .albumTitle {width:192px;}
      .albumLarge .description {width:192px;}
      .albumLarge .updated {width:192px;}
    
    .loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
      .loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
      .loggedIn .albumLarge input {width:192px;}
      .loggedIn .albumLarge textarea {width:182px;}[/FONT]
    

    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

    <><><><><><><><><><><><><><><><><><>
  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited December 23, 2010
    LateSky wrote: »
    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.
    This is in the FAQ. I just listed the final code, not mine.

    See >>> CUSTOMIZATION: Start here <<< at top of this forum.
    Mini-box hack #10 in the ADVANCED Customization FAQ
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.