Options

problem the numbering on my page

fischfacefischface Registered Users Posts: 24 Big grins
edited March 4, 2009 in SmugMug Support
Hi
In the smugmug view the page numbering in the galleries isn't appearing
It is missing the number of the page itself that you are on.
It reads for example "pageof 13" without the actual page number.

Thanks for the help!!!

Jon

jonfischerphotography.smugmug.com

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 4, 2009
    We need a link to a gallery that shows this problem. Your homepage does not link to any Smugmug galleries that I can find.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    fischfacefischface Registered Users Posts: 24 Big grins
    edited March 4, 2009
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 4, 2009
    Remove this line of your CSS customization and it will come back:

    .title {display: none; }

    That is a very generic line that removes all things that have a title class. If you wanted to remove something much more specific than all titles, then tell me what exactly you wanted to remove and we can target that CSS rule more specifically to just hide the one thing you wanted to hide, not everything that Smugmug calls a title.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited March 4, 2009
    fischface wrote:
    Hi
    In the smugmug view the page numbering in the galleries isn't appearing
    It is missing the number of the page itself that you are on.
    It reads for example "pageof 13" without the actual page number.

    Thanks for the help!!!

    Jon

    jonfischerphotography.smugmug.com
    This in your CSS is hiding all the elements named title which includes what you are not seeing.

    .title {display: none; }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    fischfacefischface Registered Users Posts: 24 Big grins
    edited March 4, 2009
    Thanks!!
    Wow!!!!

    bowdown.gif

    All fixed.
    Thanks!

    I've been bothered by that for so long!!

    Thank you!

    Jon
Sign In or Register to comment.