PDA

View Full Version : I want to add an 'about' section


RandySmugMug
Jan-06-2008, 06:48 AM
I would like to add 'About Us' to my nav bar and when clicked on it displays a page of just text. Can you help ?
thx !

randyr.smugmug

Andy
Jan-06-2008, 06:52 AM
...just a few posts down on this forum:

http://www.dgrin.com/showthread.php?t=80582

:thumb

RandySmugMug
Jan-06-2008, 07:12 AM
...just a few posts down on this forum:

http://www.dgrin.com/showthread.php?t=80582

:thumb


thx !

How do i enable the click on the nav bar to open the gallery....it currently opens the category called 'about'

denisegoldberg
Jan-06-2008, 08:27 AM
thx !

How do i enable the click on the nav bar to open the gallery....it currently opens the category called 'about'

Right now your nav bar code is pointing at the about category. You need to change that code to point to the gallery. Replace your current url reference in your navbar (http://www.carolina-sportsphotography.com/About) with a url pointing to the gallery:http://www.carolina-sportsphotography.com/gallery/4119659 (http://www.carolina-sportsphotography.com/gallery/4119659)

--- Denise

RandySmugMug
Jan-06-2008, 11:41 AM
Right now your nav bar code is pointing at the about category. You need to change that code to point to the gallery. Replace your current url reference in your navbar (http://www.carolina-sportsphotography.com/About) with a url pointing to the gallery:http://www.carolina-sportsphotography.com/gallery/4119659 (http://www.carolina-sportsphotography.com/gallery/4119659)


--- Denise

thx !

RandySmugMug
Jan-06-2008, 12:04 PM
almost done

How can I remove:
1. the test 'gallery pages: 1'
and
2. the slideshow buttonhttp://www.carolina-sportsphotography.com/img/spacer.gif (javascript:void(0);)

denisegoldberg
Jan-06-2008, 01:02 PM
almost done

How can I remove:
1. the test 'gallery pages: 1'
and
2. the slideshow buttonhttp://www.carolina-sportsphotography.com/img/spacer.gif (http://javascript<b></b>:void(0);)
To remove the slideshow button, see # 26 in http://www.smugmug.com/help/customize-faq.mg.

If you set your "about" gallery to private, it won't show in your categories list at all, but it will still show when requested via a direct link (like from your navbar entry).

To remove the "gallery pages: 1" from your about page, add this to your CSS:
.gallery_4119659 .pageNav {
display: none;
}

--- Denise

RandySmugMug
Jan-06-2008, 02:02 PM
To remove the slideshow button, see # 26 in http://www.smugmug.com/help/customize-faq.mg.

If you set your "about" gallery to private, it won't show in your categories list at all, but it will still show when requested via a direct link (like from your navbar entry).


To remove the "gallery pages: 1" from your about page, add this to your CSS:.gallery_4119659 .pageNav {
display: none;
}

--- Denise

thx D, both were perfect !