PDA

View Full Version : Home Button


Codogg
Mar-09-2008, 10:00 AM
When a viewer views a gallery, there is a button that appears saying "home". If you click this link it brings you to the smugmug home page. Can I make this link direct viewers to my homepage?

Allen
Mar-09-2008, 10:18 AM
When a viewer views a gallery, there is a button that appears saying "home". If you click this link it brings you to the smugmug home page. Can I make this link direct viewers to my homepage?
Found one gallery that showed the Smugmug header at the top with the home button. Under "customize gallery" set appearance to "custom" and the header
will go away. Your CSS is not active in the gallery if set to "Smugmug".

Andy
Mar-09-2008, 10:18 AM
You have this gallery: http://www.smugmug.com/gallery/4481516_ybLwu#263629217

set to "hide owner" - don't do that :thumb

gallery tools>customize gallery and set hide owner to "no"

Codogg
Mar-09-2008, 11:13 AM
You have this gallery: http://www.smugmug.com/gallery/4481516_ybLwu#263629217

set to "hide owner" - don't do that :thumb

gallery tools>customize gallery and set hide owner to "no"

Thank you!
I'm going for a real clean look similar to your moonriver site. I love the appearance! If you have any other tips I would really appreaciate them.

Codogg
Mar-09-2008, 11:14 AM
Found one gallery that showed the Smugmug header at the top with the home button. Under "customize gallery" set appearance to "custom" and the header
will go away. Your CSS is not active in the gallery if set to "Smugmug".

Thanks again for all your help Al. I really appreciate it. This hobby has quickly turned into an obsession!

Codogg
Mar-09-2008, 11:19 AM
You have this gallery: http://www.smugmug.com/gallery/4481516_ybLwu#263629217

set to "hide owner" - don't do that :thumb

gallery tools>customize gallery and set hide owner to "no"

Is it possible to have music playing on the site while viewers are browsing? Also, how do I get the text boxes on pages?

Allen
Mar-09-2008, 11:21 AM
Is it possible to have music playing on the site while viewers are browsing? Also, how do I get the text boxes on pages?
Take a look here (http://allen-steve.smugmug.com/gallery/3819841_ywRwQ) for your guestbook, about and info pages.

Codogg
Mar-09-2008, 11:42 AM
Take a look here (http://allen-steve.smugmug.com/gallery/3819841_ywRwQ) for your guestbook, about and info pages.

Wow! Thanks again. I'm very new to this and I'm realizing how much work it takes. I thought about bringing a printer to my daughters volleyball games to print photos for parents. What is the best color correction software that is easy to use. I've heard alot about ??photo mechanic. lightroom?? I'm not real sure what they are though.

Codogg
Mar-14-2008, 05:43 AM
Take a look here (http://allen-steve.smugmug.com/gallery/3819841_ywRwQ) for your guestbook, about and info pages.

Allen,
I've created a couple of pages using the instructions you sent me to but I'm having trouble with the guestbook. I copied the text at the end to add "guestbook comments" but it doesn't show up in my guestbook. When you say add this to your javascript, do I add it to the "header javascript" or the "footer javascript"?

Allen
Mar-14-2008, 07:26 AM
Allen,
I've created a couple of pages using the instructions you sent me to but I'm having trouble with the guestbook. I copied the text at the end to add "guestbook comments" but it doesn't show up in my guestbook. When you say add this to your javascript, do I add it to the "header javascript" or the "footer javascript"?
In your javascript remove the gallery key and see if it works.

if (YD.hasClass(document.body, "gallery_4511861_B8XmW"))

like this

if (YD.hasClass(document.body, "gallery_4511861"))

I would start by putting everything in the footer javascript and if something
doesn't work move it to the header javascript.

btw, add the mailto: in this.

<p>You can contact me by Email <a href="mailto:finishlinefotos@yahoo.com">
<span class="myEmail">here</span></a></p>

Codogg
Mar-14-2008, 07:41 AM
In your javascript remove the gallery key and see if it works.

if (YD.hasClass(document.body, "gallery_4511861_B8XmW"))

like this

if (YD.hasClass(document.body, "gallery_4511861"))

I would start by putting everything in the footer javascript and if something
doesn't work move it to the header javascript.

btw, add the mailto: in this.

<p>You can contact me by Email <a href="mailto:finishlinefotos@yahoo.com">
<span class="myEmail">here</span></a></p>

I removed the key and put it in the footer then the header....but it still didn't work. I'm terrible at this.:scratch

Allen
Mar-14-2008, 07:48 AM
I removed the key and put it in the footer then the header....but it still didn't work. I'm terrible at this.:scratch
I don't see it in your javascript?:scratch

Codogg
Mar-14-2008, 07:54 AM
I don't see it in your javascript?:scratch

lol...It's back.

Allen
Mar-14-2008, 07:55 AM
lol...It's back.
... and working also.:thumb

Codogg
Mar-14-2008, 08:10 AM
... and working also.:thumb

:clap Thanks again Allen. My site would be NOTHING without your help. I really appreciate it.

Codogg
Mar-14-2008, 08:17 AM
... and working also.:thumb

Allen,
How do I get a shadow box around my slide show? I've looked at other sites that have a grey box around them and I think they look nice. Any ideas?

Allen
Mar-14-2008, 10:10 AM
Allen,
How do I get a shadow box around my slide show? I've looked at other sites that have a grey box around them and I think they look nice. Any ideas?
Can you post an example?

Codogg
Mar-15-2008, 04:18 PM
Can you post an example?

Finally found one! This isn't the first one I saw but it's the same.

http://www.jumpingthrew.smugmug.com/

Allen
Mar-15-2008, 06:49 PM
Finally found one! This isn't the first one I saw but it's the same.

http://www.jumpingthrew.smugmug.com/
Are you referring it the gradient? That's past of the Gradient Grey theme,
switch to that and see if it's what you want.

Codogg
Mar-16-2008, 04:16 AM
Are you referring it the gradient? That's past of the Gradient Grey theme,
switch to that and see if it's what you want.

Yes sir, that was it. Thanks again.:D