|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Gallery Page Help
I'm new to smugmug as of 3/3/08. I've used the tutorial to create the Banner, Navbar, slideshow with separate Galleries page. When I try to update the Galleries page my homepage updates also.
I know I am missing something. Can you point me to a tutorial on customizing the Galleries page. I haven't been able to find one by searching. |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
![]() You javascript is not running and not defining hasPath so your galleries page is not working. Add the / at the top of your javascript. /* Create Galleries page */ You also have a problem with picking on yor nav, the page is overlapping it making only the very top clickable. Check back here in a minute and see fix. Remove the / here. /.homepage #galleriesBox, .homepage #categoriesBox, .homepage #featuredBox { display: none; } back: need a bottom margin for your nav so it's selectable. #navcontainer ul { margin: 7px auto 30px; padding: 0; list-style-type: none; text-align: center; } Then add this to close gap. Might have to check galleries page when it's working. #homepage {padding-top: 0;} .loggedIn #homepage {padding-top: 5px;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor Last edited by Allen; Mar-04-2008 at 09:48 AM. |
|
|
|
||
|
#3
|
|
|
Beginner grinner
|
Thanks
Thanks, Allen, that did it.
|
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|