PDA

View Full Version : lost galleries/homepage probs etc


shelton
Jan-24-2008, 01:54 PM
Hi, need yet more help with the following please...
1. my homepage is basically laid out as i want, although i need to restore the footer to its correct place.
2. still on the homepage, when logged-in, the controls are all over the place. help.
3. how should i be positioning the elements on the homepage so that it will show properly in IE (i'm using f/fox of course)?
4. my 'work' page (galleries) is not displaying the galleries. it is a duplication of the homepage. again, help pls.
5. bio/contact pages are showing the 'add photos'/'slideshow' etc buttons...how to get rid of them too.

sorry for the long list but needs must.
thank you
jason

Allen
Jan-24-2008, 02:24 PM
Hi, need yet more help with the following please...
1. my homepage is basically laid out as i want, although i need to restore the footer to its correct place.
2. still on the homepage, when logged-in, the controls are all over the place. help.
3. how should i be positioning the elements on the homepage so that it will show properly in IE (i'm using f/fox of course)?
4. my 'work' page (galleries) is not displaying the galleries. it is a duplication of the homepage. again, help pls.
5. bio/contact pages are showing the 'add photos'/'slideshow' etc buttons...how to get rid of them too.

sorry for the long list but needs must.
thank you
jason
You have no duplicated homepage because 2/3rds of the code has not been added/.
Go here (http://dgrin.smugmug.com/gallery/2160039) and get the footer script and javascript. See "The Galleries" section.

shelton
Jan-25-2008, 10:26 AM
You have no duplicated homepage because 2/3rds of the code has not been added/.
Go here (http://dgrin.smugmug.com/gallery/2160039) and get the footer script and javascript. See "The Galleries" section.
Thank you, 2/3rds of the code deleted by mistake while setting up the flash slideshow, however still cant get the galleries back...? I must be missing something else?

Any ideas for my other questions welcome.

Allen
Jan-25-2008, 11:39 AM
Thank you, 2/3rds of the code deleted by mistake while setting up the flash slideshow, however still cant get the galleries back...? I must be missing something else?

Any ideas for my other questions welcome.
Change the red in your footer and it should work.

<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>

shelton
Jan-26-2008, 12:58 AM
Change the red in your footer and it should work.

<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>
changed it...still no go.

anyone help with my previous questions too please:
need to restore homepage footer to its correct position.
still on the homepage, when logged-in, the buttons/controls are all over the place.
how should i be positioning the elements on the homepage so that it will show properly in IE (i'm using f/fox of course)?
bio/contact pages are showing the 'add photos'/'slideshow' etc buttons.many thanks
http://jasonmorgan.smugmug.com/

Allen
Jan-26-2008, 05:37 AM
changed it...still no go.

anyone help with my previous questions too please:
need to restore homepage footer to its correct position.
still on the homepage, when logged-in, the buttons/controls are all over the place.
how should i be positioning the elements on the homepage so that it will show properly in IE (i'm using f/fox of course)?
bio/contact pages are showing the 'add photos'/'slideshow' etc buttons.many thanks
http://jasonmorgan.smugmug.com/
You have this set to absolute so the footer doesn't see it.

/* Flash slideshow */
#bioBox {
text-align: auto;
background: none;
font-size: 9px;
position: relative;
margin-top: -100px;
left: 60px;
}


Add photos only shows to you logged in, add this to remove show button.

.gallery_2632323 .play_slideshow,
.gallery_2489150 .play_slideshow {display: none;}

shelton
Jan-27-2008, 11:31 AM
You have this set to absolute so the footer doesn't see it.

/* Flash slideshow */
#bioBox {
text-align: auto;
background: none;
font-size: 9px;
position: relative;
margin-top: -100px;
left: 60px;
}


Add photos only shows to you logged in, add this to remove show button.

.gallery_2632323 .play_slideshow,
.gallery_2489150 .play_slideshow {display: none;}
well i've spent an age going through my code and searched many similar issues on dgrin but still have no galleries - the galleries page (called work) is a duplicate of the homepage. i know it must be something simple but need advice...thanks

Allen
Jan-27-2008, 04:29 PM
well i've spent an age going through my code and searched many similar issues on dgrin but still have no galleries - the galleries page (called work) is a duplicate of the homepage. i know it must be something simple but need advice...thanks
Remove one of these in your footer.

<script>
<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>