Can't Hide Bio Text above Slideshow

lisasolonynkolisasolonynko Registered Users Posts: 97 Big grins
edited March 6, 2009 in SmugMug Support
Hi All,

I post a question about hiding gallery descriptions, but there were no takers. I don't know what I am doing wrong.

So, I followed the wiki on placing a description in the biobox on my homepage and then hiding it. It won't hide. I don't know what I am missing. Can someone have a look for me?

I typed in my bio description like this:

<div>Fine art photography that focuses on animals, landscapes, stock, and graphic design.</div>

then I put this into my CSS:

#bioText {display: none;}


But it is not working.

Lisa

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 6, 2009
    Change your bio text to this:

    <div id="bioText">Fine art photography that focuses on animals, landscapes, stock, and graphic design.</div>

    That assigns a CSS ID of "bioText" to the block of text so your CSS will properly control it.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • lisasolonynkolisasolonynko Registered Users Posts: 97 Big grins
    edited March 6, 2009
    clap.gifAwesome! Thank you so much. It worked like a charm.

    Now, any ideas on how to make my gallery descriptions hidden?

    Lisa
  • AllenAllen Registered Users Posts: 10,015 Major grins
    edited March 6, 2009
    clap.gifAwesome! Thank you so much. It worked like a charm.

    Now, any ideas on how to make my gallery descriptions hidden?

    Lisa
    You are displaying by gallery and I don't see any descriptions, get it solved?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • lisasolonynkolisasolonynko Registered Users Posts: 97 Big grins
    edited March 6, 2009
    No I have not solved it yet. The gallery I have been experimenting with is:
    http://lisasolonynko.smugmug.com/gallery/7517821_4cNZs#485473446_S6mnT

    But I can't get the description to hide. Once I figure it out for this gallery, I will do it for the rest.

    Any help would be great.

    Lisa
  • AllenAllen Registered Users Posts: 10,015 Major grins
    edited March 6, 2009
    No I have not solved it yet. The gallery I have been experimenting with is:
    http://lisasolonynko.smugmug.com/gallery/7517821_4cNZs#485473446_S6mnT

    But I can't get the description to hide. Once I figure it out for this gallery, I will do it for the rest.

    Any help would be great.

    Lisa
    Not computing. headscratch.gif I see the description in the gallery but not on the Portfolio
    category page. What page do you not want it?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • lisasolonynkolisasolonynko Registered Users Posts: 97 Big grins
    edited March 6, 2009
    This one gallery and the slideshow biobox is the only place I have put a description. I was able to hide the biobox description, but cannot hide the gallery description. I want to eventually put description on all the galleries but I need to figure out how to then hide them. I want to use the descriptions to help google find my pages, but I don't want my visitors to see the pages.
  • AllenAllen Registered Users Posts: 10,015 Major grins
    edited March 6, 2009
    This one gallery and the slideshow biobox is the only place I have put a description. I was able to hide the biobox description, but cannot hide the gallery description. I want to eventually put description on all the galleries but I need to figure out how to then hide them. I want to use the descriptions to help google find my pages, but I don't want my visitors to see the pages.
    Add this to your CSS.

    .notLoggedIn .gallery_7517821 #albumDescription {display: none;}

    But don't think Google will see it either.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • lisasolonynkolisasolonynko Registered Users Posts: 97 Big grins
    edited March 6, 2009
    hmmm, I may have to rethink that then. I thought that google would still see hidden descriptions just like it sees the biotext that is hidden. Maybe someone can confirm that.

    Thanks for all your help.
Sign In or Register to comment.