Options

Filenames not showing. Why?

Lou GonzalezLou Gonzalez Registered Users Posts: 413 Major grins
edited June 30, 2008 in SmugMug Support
For some reason I just noticed today that my image filenames are not showing. It's happing to all my galleries. This is very important to me as I have my clients use the filenames to pick out their favorites.

I have show filenames selected to yes and they still aren't showing? Any ideas? I have not changed anything on my side at all. This is critical for me as I need to send a link to my client ASAP.

Here's a sample gallery.

Thanks!

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited June 30, 2008
    For some reason I just noticed today that my image filenames are not showing. It's happing to all my galleries. This is very important to me as I have my clients use the filenames to pick out their favorites.

    I have show filenames selected to yes and they still aren't showing? Any ideas? I have not changed anything on my side at all. This is critical for me as I need to send a link to my client ASAP.

    Here's a sample gallery.

    Thanks!
    Add this to your CSS, should work.

    #fileNameBoxWrapper
    {display: block;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Lou GonzalezLou Gonzalez Registered Users Posts: 413 Major grins
    edited June 30, 2008
    Allen wrote:
    Add this to your CSS, should work.

    #fileNameBoxWrapper
    {display: block;}

    Ugh. Ok, I added the code. Now it says "Filename: 123"

    Before it used to just say the "123". Did something change? eek7.gif

    I haven't touched my code in a long while so I'm fairly certain its not that and it was always working. Is there a way to have it the way it was before where it simply shows the name instead of "Filename:..."???
  • Options
    Lou GonzalezLou Gonzalez Registered Users Posts: 413 Major grins
    edited June 30, 2008
    Ugh. Ok, I added the code. Now it says "Filename: 123"

    Before it used to just say the "123". Did something change? eek7.gif

    I haven't touched my code in a long while so I'm fairly certain its not that and it was always working. Is there a way to have it the way it was before where it simply shows the name instead of "Filename:..."???

    Ok, I had to add some code to get it the way it was. Bizarre.

    /*Forces filename to show*/
    #fileNameBoxWrapper{
    display: block;
    text-align: center;
    }
    #fileNameBox{
    text-align: center;
    }
    #fileNameBox .title {
    display:none;
    }

    Now it's the way it was. Any idea why I now have to add this code to make it work? Very strange.headscratch.gif
Sign In or Register to comment.