DPChallenge: A Digital Photography Contest You are not logged in. (log in or register
 

DPChallenge Forums >> Business of Photography >> Smugmug Help Please
Pages:  
Showing posts 26 - 49 of 49, (reverse)
AuthorThread
04/16/2007 10:21:33 PM · #26
Originally posted by JenniferDavidGA:

Thanks for your help tonight. I will read on dgrin.com to see what I can figure out.

Thank you so much for your help!!!!!!!!!!!!!!!1


This helps alot.
04/16/2007 10:22:05 PM · #27
Originally posted by JenniferDavidGA:

Ok I got the link to work to send right to my portrait page and my family page.

Next question: How do you get the slide show on the main page rather then what is up there by default?


Well that is a helluva lot of code to post. Either pm me your email address and I will send you the code with an explanation tomorrow or go here:

//www.digitalgrin.com/showthread.php?t=28348&highlight=Slideshow+code

but make sure you understannd it all before you copy the code.


04/16/2007 10:23:24 PM · #28
Thanks, I will give it a try. I may bug you tomorrow if I can't figure it out.

Thanks again
04/16/2007 10:25:57 PM · #29
Originally posted by JenniferDavidGA:


Next question: How do you get the slide show on the main page rather then what is up there by default?

See number 39 here.
04/16/2007 11:04:12 PM · #30
Thanks skylercall, I tried that and I still can't get it to work right. Thanks everyone for your help tonight. I am off to bed. I will try some more in the morning.
04/17/2007 10:11:05 AM · #31
YAY!!!! What a shock I had this morning when I logged on to my smugmug site and the slide show worked. I do not know how it is working now but would not work last night.

I changed it up a little bit. It still needs a lot of work but it is ok for now. I will just slowly get it looking better.

Thanks everyone

www.jennifergriffithphotography.com
04/17/2007 10:19:37 AM · #32
hey site is looking good.. nice job
04/17/2007 10:30:20 AM · #33
Thanks, it is getting there. I have a lot to do to get it looking good as your site. You did an amazing job on your site.

Thanks
04/17/2007 02:41:50 PM · #34
I just looked at your site and it's looking great!

there is a message on your about page and your pricing pages stating that "This is a brand new gallery with no photos". One of these lines, in the CSS customization on smugmug, will remove the message, but I cannot remember exactly which one it is.

/* fix up the 'About' page */
.gallery_2637830 .pageNav {display: none;}
.gallery_2637830 #breadcrumb {visibility: hidden;}
.gallery_2637830 #altViews {visibility: visible;}
.gallery_2637830 .photo {display:none;}
.gallery_2637830 .toolsbox {display: none;}
.gallery_2637830 .play_slideshow {display: none;}

Remember to use your own gallery ID.
04/17/2007 07:36:28 PM · #35
/* html only page for gallery XXXXXX */
.gallery_2724190 .nophotos { display: none; }


The above code will remove that message from your pricing page. Place it in the CSS box.

Do the same with the rest but just change the gallery number.
04/17/2007 08:13:38 PM · #36
Rex,

How much do you charge for a SmugMug site setup? Mine is much worse than Jennifers.

My SmugMug site
04/17/2007 08:41:16 PM · #37
I am taking any donations toward the purchase of a 70-200mm f/4 lens.

But I will help you if you need it. I am sure we can be on at the same time or I am in yahoo chat from time to time: rex07734

Also post questions here I will post back if I have an answer. If not I will try my best to find an answer.
04/17/2007 08:46:39 PM · #38
Why is it that some of the password protected galleries show a photo while others show the password protected image?
04/17/2007 08:56:48 PM · #39
Thanks for the tips. I am going to go get rid of that thing right now. In order for the html only to work will I need to make the text html? How would I do that?

The other thing I am trying to figure out tonight is how to make a link hidden on the page for my family shots. I still use my smugmug to share pictures with family so I would like a way that they could go right to that section from the main page. But I do not want it on the nav bar. I was thinking something small on the page, maybe clipart, that would link to the family page. I hope that makes since.

skylercall- All of my family gallerys should be password protected. The ones that show a picture are the ones that I have selected a featured photo.
04/17/2007 09:01:14 PM · #40
Ok, I got the message at the bottom to go away but how would I get the top part to go away.

Jennifer>family>pricing thingy
04/17/2007 09:07:27 PM · #41
Originally posted by JenniferDavidGA:

Ok, I got the message at the bottom to go away but how would I get the top part to go away.

Jennifer>family>pricing thingy


I would suggest leaving it. It is a way for users to navigate back one page at a time. I think I have that code. Let me check.
04/17/2007 09:13:12 PM · #42
I think Rex maybe starting a new career:) How did your shoot go today?
04/17/2007 09:14:33 PM · #43
Yes it is fine I will leave it there.

Once this web site starts making me some cash I will chip into your lens fund. You have been such a wonderful help.
04/17/2007 09:15:20 PM · #44
Originally posted by JenniferDavidGA:

In order for the html only to work will I need to make the text html? How would I do that?


If you are talking about an HTML only gallery then just use html in the gallery description.

Originally posted by JenniferDavidGA:

The other thing I am trying to figure out tonight is how to make a link hidden on the page for my family shots. I still use my smugmug to share pictures with family so I would like a way that they could go right to that section from the main page. But I do not want it on the nav bar. I was thinking something small on the page, maybe clipart, that would link to the family page. I hope that makes since.


You can just put a link in your footer. I had a link in my bar for awhile that just said "Family"


04/17/2007 09:17:33 PM · #45
I think I am going to get rid of it and just have my family bookmark the page right to the family section. I think that will be easier.
04/17/2007 09:23:26 PM · #46
Thanks everyone. I am done on this computer for tonight. My eyes hurt from looking at this monitor all day.

I might be back on tomorrow night with more questions.

Thanks again!!!!!!
04/17/2007 09:33:55 PM · #47
if you or anyone wants to hide that string of text that shows in the top of your gallerries
(Your Name>Portfolio>Name of Gallery)

Just use this CSS code below in your CSS field (the zeros represent your gallery number)
.gallery_0000000 #breadcrumb {display: none;}

And also if the login link at the bottom of your page bothers you this code be to hide it
/* turn off the login link on the minifooter */
.loginLink { display: none; }




Message edited by author 2007-04-17 21:36:49.
04/17/2007 10:01:06 PM · #48
Originally posted by JenniferDavidGA:

Originally posted by skylercall:

Why is it that some of the password protected galleries show a photo while others show the password protected image?

All of my family gallerys should be password protected. The ones that show a picture are the ones that I have selected a featured photo.

Oh, thanks! I'll have to go do that on my page now. I prefer a picture of the graphic.
04/26/2007 11:24:52 AM · #49
just bring this thread back for you cause I just updated my site a little bit and intergrated the google checkout and I love it and much alot easier to setup than paypal also much cleaner/neater looking on your site.

So if you like take a look at google checkout works like paypal but much easier to setup and its free until 2008.
Pages:  
Current Server Time: 08/06/2025 06:42:09 AM

Please log in or register to post to the forums.


Home - Challenges - Community - League - Photos - Cameras - Lenses - Learn - Help - Terms of Use - Privacy - Top ^
DPChallenge, and website content and design, Copyright © 2001-2025 Challenging Technologies, LLC.
All digital photo copyrights belong to the photographers and may not be used without permission.
Current Server Time: 08/06/2025 06:42:09 AM EDT.