PDA

View Full Version : Help - Confused!


Chere
Apr-20-2007, 04:34 AM
Am very confused & have been trying for days to get a slideshow on my homepage & links to my gallery etc, have read through the forums but am still having trouble.
I just want to have a slideshow on the homepage & the nav bar across the top (I worked out how to put the nav bar on!!) then the links to my galleries & a guestbook & my bio. It is probably so easy but I'm going crazy!!
www.chezphotography.smugmug.com (http://www.chezphotography.smugmug.com)
Cheers:cry

Allen
Apr-20-2007, 05:20 AM
Am very confused & have been trying for days to get a slideshow on my homepage & links to my gallery etc, have read through the forums but am still having trouble.
I just want to have a slideshow on the homepage & the nav bar across the top (I worked out how to put the nav bar on!!) then the links to my galleries & a guestbook & my bio. It is probably so easy but I'm going crazy!!
www.chezphotography.smugmug.com (http://www.chezphotography.smugmug.com)
Cheers:cry
It looks like you have all the slideshow code added ok.

In your footer slideshow code change the divId to bioBox.

slideshowContainerId = "divId";

To this

slideshowContainerId = "bioBox";

Make sure in your control panel you have clicked "display" for the bio.

Chere
Apr-20-2007, 05:37 AM
I'm slowly getting there!! I changed it to bioBox but now there is nothing there but a black box. My bio is on display.

It looks like you have all the slideshow code added ok.

In your footer slideshow code change the divId to bioBox.

slideshowContainerId = "divId";

To this

slideshowContainerId = "bioBox";

Make sure in your control panel you have clicked "display" for the bio.

Allen
Apr-20-2007, 06:00 AM
I'm slowly getting there!! I changed it to bioBox but now there is nothing there but a black box. My bio is on display.


Change this
slideshowUrl = "http://chezphotography.smugmug.com/gallery/popular";

To this
slideshowUrl = "http://chezphotography.smugmug.com/popular";

Allen
Apr-20-2007, 07:38 AM
....
Add the ; at the end of this line in your js. Might be b0rking the slideshow.


rightClickWarning = "All photos are © CHEZ PHOTOGRAPHY. All rights reserved. Unauthorized use is prohibited." ;

Chere
Apr-20-2007, 03:20 PM
You are a genius!! Thank you!
Now all I need to do is centre it!! Help?
& how can I make the photos bigger?
Also, now all my galleries are slideshow....i want to keep them smugmug style. Helllllpppp!!!!

Add the ; at the end of this line in your js. Might be b0rking the slideshow.


rightClickWarning = "All photos are © CHEZ PHOTOGRAPHY. All rights reserved. Unauthorized use is prohibited." ;

Allen
Apr-20-2007, 03:31 PM
You are a genius!! Thank you!
Now all I need to do is centre it!! Help?
& how can I make the photos bigger

Add this to your CSS to center.

#bioBox {text-align:center;}

In the slideshow footer code add the bold between the two existing
lines shown.

/* see properties section */
slideHeight = "400"; //visible height of slide
slideWidth = "600"; //visible width of slide
loadSlideshow();

Allen
Apr-20-2007, 03:50 PM
...
Also, now all my galleries are slideshow....i want to keep them smugmug style. Helllllpppp!!!! Are you using the latest code? You didn't add the top of the slideshow code
showing the comments so can't see what version you have. I too get the SS
on all galleries on your site and I think the latest code was suppose to fix this.

Chere
Apr-20-2007, 09:51 PM
Allen, I think I've done it & it's all thanks to you & your help!!
Thanks so much!
:clap
One more thing.......how do I change the font & the colour of my font on my header "Chez Photography"

Are you using the latest code? You didn't add the top of the slideshow code
showing the comments so can't see what version you have. I too get the SS
on all galleries on your site and I think the latest code was suppose to fix this.

Allen
Apr-20-2007, 10:38 PM
Allen, I think I've done it & it's all thanks to you & your help!!
Thanks so much!
:clap
One more thing.......how do I change the font & the colour of my font on my header "Chez Photography"
Edit this in your header code adding the bold.

<div id="myHeader" align="center">
<h2>CHEZ PHOTOGRAPHY</h2>
</div>

Add this to your CSS.

#myHeader {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
color: yellow;
}

Add the missing # here.

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

Chere
Apr-21-2007, 01:24 AM
Champion! Thanks again!!:ivar :clap

Edit this in your header code adding the bold.

<div id="myHeader" align="center">
<h2>CHEZ PHOTOGRAPHY</h2>
</div>

Add this to your CSS.

#myHeader {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
color: yellow;
}

Add the missing # here.

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

Chere
Apr-22-2007, 02:43 PM
How do I set up a website link to another website? I have set up the box in the nav bar & want to click on it to take you to the other website.......can I do this & how?
Cheers:bow

Edit this in your header code adding the bold.

<div id="myHeader" align="center">
<h2>CHEZ PHOTOGRAPHY</h2>
</div>

Add this to your CSS.

#myHeader {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
color: yellow;
}

Add the missing # here.

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

Allen
Apr-22-2007, 03:14 PM
How do I set up a website link to another website? I have set up the box in the nav bar & want to click on it to take you to the other website.......can I do this & how?
Cheers:bow In your header menu change the link below.

Change this
<li><a href="http://chezphotography.smugmug.com/href=http://www.sportingpulse.com/club_info.cgi?clubID=27456&amp;c=7-2294-0-0-0">Noosa Pirates</a></li>

To this
<li><a href="http://www.sportingpulse.com/club_info.cgi?clubID=27456&amp;c=7-2294-0-0-0">Noosa Pirates</a></li>

Chere
Apr-22-2007, 03:20 PM
Thanks a million!!

In your header menu change the link below.

Change this
<li><a href="http://chezphotography.smugmug.com/href=http://www.sportingpulse.com/club_info.cgi?clubID=27456&amp;c=7-2294-0-0-0">Noosa Pirates</a></li>

To this
<li><a href="http://www.sportingpulse.com/club_info.cgi?clubID=27456&amp;c=7-2294-0-0-0">Noosa Pirates</a></li>