PDA

View Full Version : Links on page still point to xxx.smugmug.com


shobley
Jan-16-2006, 09:02 AM
Hi,

I'm trying to set up a gallery site to sell my work. It's important that clients do not discover I'm using smugmug as they can will be able to find my cost price.

So far I've got my own domain pointing to the smugmug site, but all the links on the page are pointing back to the regular xxxxxx.smugmug.com - a bit of a giveaway.

Is there a way to fix this?

Thanks,

Andy
Jan-16-2006, 09:05 AM
Hi,

I'm trying to set up a gallery site to sell my work. It's important that clients do not discover I'm using smugmug as they can will be able to find my cost price.

So far I've got my own domain pointing to the smugmug site, but all the links on the page are pointing back to the regular xxxxxx.smugmug.com - a bit of a giveaway.

Is there a way to fix this?

Thanks,


Hi, in order for me to help you, I'll need to know your sitename on SmugMug please, and your custom domain. Thanks.

Andy
Jan-16-2006, 10:17 AM
Hi,

I'm trying to set up a gallery site to sell my work. It's important that clients do not discover I'm using smugmug as they can will be able to find my cost price.

So far I've got my own domain pointing to the smugmug site, but all the links on the page are pointing back to the regular xxxxxx.smugmug.com - a bit of a giveaway.

Is there a way to fix this?

Thanks,


You must have SOMETHING in your header and footer sections in order for the buttons, hide smugmug header, hide smugmug footer to actually work. I've put <div></div> in both your header and footer for you, so that you can see how it works.

Now you can begin customizing!
http://www.dgrin.com/forumdisplay.php?f=31

shobley
Jan-16-2006, 12:00 PM
You must have SOMETHING in your header and footer sections in order for the buttons, hide smugmug header, hide smugmug footer to actually work. I've put <div></div> in both your header and footer for you, so that you can see how it works.

Now you can begin customizing!
http://www.dgrin.com/forumdisplay.php?f=31

Thanks Andy - That helps a lot, but I'm still seeing www.smugmug.com (http://www.smugmug.com) links as I navigate around the gallery.

Can the references to smugmug be removed completely, or am I always going to get back there eventually?

Steve

shobley
Jan-16-2006, 12:06 PM
Thanks Andy - That helps a lot, but I'm still seeing www.smugmug.com (http://www.smugmug.com) links as I navigate around the gallery.

Can the references to smugmug be removed completely, or am I always going to get back there eventually?

Steve

I've just looked at the Mike Lane Photography site and he seems to be able to do it - so it must be possible somehow:1drink

Steve

Andy
Jan-16-2006, 12:16 PM
I've just looked at the Mike Lane Photography site and he seems to be able to do it - so it must be possible somehow:1drink

Steve
You cannot remove the SmugMug minifooter. Mike's site is no exception :D

Andy
Jan-16-2006, 12:17 PM
Thanks Andy - That helps a lot, but I'm still seeing www.smugmug.com (http://www.smugmug.com) links as I navigate around the gallery.

Can the references to smugmug be removed completely, or am I always going to get back there eventually?

Steve

I looked at your site Steve

It's becuase in gallery tools>customize gallery you have Hide Owner = YES - be sure to turn that to NO always :)

I've set it for you for the one gallery on your site.

shobley
Jan-17-2006, 04:17 AM
I looked at your site Steve

It's becuase in gallery tools>customize gallery you have Hide Owner = YES - be sure to turn that to NO always :)

I've set it for you for the one gallery on your site.

OK I think I'm almost there, I just have a few questions:

1) I've lost the "buy" buttons - how do I switch them back on?
2) I've put the whole gallery into a white <td> between my header and footer, but I want the breadcrumb part to be in a black <td> is there a way to do this?

Finally, when customers order prints - will they be shipped with smugmug all over the packaging?

Steve

Andy
Jan-17-2006, 04:51 AM
OK I think I'm almost there, I just have a few questions:

1) I've lost the "buy" buttons - how do I switch them back on?

Gallery Tools>Customize Gallery>Printable? YES


2) I've put the whole gallery into a white <td> between my header and footer, but I want the breadcrumb part to be in a black <td> is there a way to do this?

#breadcrumb .nav {color: black;}

I put it in your Customization for you.


Finally, when customers order prints - will they be shipped with smugmug all over the packaging?

The packaging says on the shipping label:

SmugMug
Address
Etc

Inside, with their prints there's a card thanking them for ordering, and directing them to email help@smugmug.com if they have any questions whatsoever.


I hope this helps :D

bwg
Jan-17-2006, 05:20 AM
#breadcrumb .nav {color: black;}


that will only turn part of the text black

if you want the whole bar to be black, use:

#breadcrumb {background-color: #000;}