PDA

View Full Version : single photo home page


UncleMeat
Mar-16-2007, 12:18 PM
I'm wanting a single collage photo home page and a link in my nav bar to my galleries page. I've read the tread for the slide show trick but still need some help. Anyone been successful at this hack?

Thanks.

Andy
Mar-16-2007, 12:30 PM
I'm wanting a single collage photo home page and a link in my nav bar to my galleries page. I've read the tread for the slide show trick but still need some help. Anyone been successful at this hack?

Thanks.
Hi Welcome :wave
How about inserting the image in your bio?

<html>
<div id="myhompagephoto">
<img src="http://nickname.smugmug.com/photos/XXXXXXX-L.jpg"></div>
</html>

Then, we can help you style it :thumb

UncleMeat
Mar-16-2007, 03:08 PM
OK Andy, thanks.

I've managed to post the right size photo on the home page... but there is still a thumb (my original bio photo) that I can't seem to get rid of. If I can be rid of the small photo of me and the related text I'll be a happpy camper for now.... Later I'll take a crack at the slideshow idea.

Also what about adding a slick dimentional "frame" around the image any ideas on that?

Andy
Mar-16-2007, 03:16 PM
OK Andy, thanks.

I've managed to post the right size photo on the home page... but there is still a thumb (my original bio photo) that I can't seem to get rid of. If I can be rid of the small photo of me and the related text I'll be a happpy camper for now.... Later I'll take a crack at the slideshow idea.

Also what about adding a slick dimentional "frame" around the image any ideas on that?
I can't see your image :dunno

http://www.youngfi.com/

do you have it in a gallery with external links turned off?

UncleMeat
Mar-16-2007, 03:22 PM
been working on it. should see it now. I'll eventually want to establish a link in my nav bar to the galleries below also... but that's another day. Your help is greatly appreciated.

Andy
Mar-16-2007, 04:03 PM
been working on it. should see it now. I'll eventually want to establish a link in my nav bar to the galleries below also... but that's another day. Your help is greatly appreciated.
I removed your bio photo :)

Looking good!

UncleMeat
Mar-16-2007, 04:25 PM
I found the code you added. Much appreciated! I'll trouble you another day for the rest!

Best Regards,
Darrin

Andy
Mar-16-2007, 04:26 PM
I found the code you added. Much appreciated! I'll trouble you another day for the rest!

Best Regards,
Darrin
It's surely no trouble :thumb

UncleMeat
Mar-16-2007, 07:53 PM
I've tried adding more code that I've gathered from other threads and something is still not working correctly. I've added the galleries link on my nav bar but my galleries are still displaying on my home page... I can't tell if the link part is working or not because it would be the same view I suspect. I've updated footer, java script and css with recomended 'fancy' code but to no avail. Can you figure out what I'm missing??

Thanks...

Allen
Mar-16-2007, 08:07 PM
I've tried adding more code that I've gathered from other threads and something is still not working correctly. I've added the galleries link on my nav bar but my galleries are still displaying on my home page... I can't tell if the link part is working or not because it would be the same view I suspect. I've updated footer, java script and css with recomended 'fancy' code but to no avail. Can you figure out what I'm missing??

Thanks...
Add this to your CSS and see if it does what you want.

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}

UncleMeat
Mar-16-2007, 08:14 PM
Thanks a million. Works like a charm!
I appreciate your willingness to extend a helping hand.

Now I can get some sleep!
Have a great evening....