PDA

View Full Version : URL points to my gallery but comes up smugmug.com instead


TerryP
Dec-23-2006, 07:06 PM
Looks like I got myself into a corner.

I created a guestbook and put the following code into my menu HTML:
<li><a href="http://terrypytlarz.smugmug.com/gallery/2269558">Guestbook</a></li>

But my gallery didn't show my header or menu. This is what comes up in the URL:

http://www.smugmug.com/gallery/2269558

I have no idea why because the code is intermixed with other menu URL's. The other ones work fine. Any help would be appreciated. This one has me stumped. :scratch

Terry

Andy
Dec-23-2006, 07:42 PM
Looks like I got myself into a corner.

I created a guestbook and put the following code into my menu HTML:
<li><a href="http://terrypytlarz.smugmug.com/gallery/2269558">Guestbook</a></li>

But my gallery didn't show my header or menu. This is what comes up in the URL:

http://www.smugmug.com/gallery/2269558

I have no idea why because the code is intermixed with other menu URL's. The other ones work fine. Any help would be appreciated. This one has me stumped. :scratch

TerryIn Customize Gallery you have this gallery set to Hide Owner, which hides your Name and All your customization, just like it says in the {?} helpie in the customize gallery page :D

:wave Change it to No, and you'll be all set.

TerryP
Dec-23-2006, 07:50 PM
In Customize Gallery you have this gallery set to Hide Owner, which hides your Name and All your customization, just like it says in the {?} helpie in the customize gallery page :D

:wave Change it to No, and you'll be all set.

Andy,

I changed it to No and the URL now comes up:

http://www.smugmug.com/gallery/2269558/1/118536292

The reason why I changed it to No in the first place is that I didn't want navigation to show a trail back through Other. That poses a second problem I would like to solve it that's possible.

Terry

Andy
Dec-23-2006, 07:53 PM
Terry, it's all fine, I promise you.
Please exit your page, and go back.

TerryP
Dec-23-2006, 08:00 PM
Terry, it's all fine, I promise you.
Please exit your page, and go back.

Great! Before I wrote, I did go back to Other, then clicked on my Guestbook gallery and got the URL I copied into my last message. Strange, but no matter. I does, indeed, work.

But how do I eliminate navigation like on your guestbook page?

Terry

Andy
Dec-23-2006, 08:06 PM
Great! Before I wrote, I did go back to Other, then clicked on my Guestbook gallery and got the URL I copied into my last message. Strange, but no matter. I does, indeed, work.

But how do I eliminate navigation like on your guestbook page?

Terry

add this to your CSS:


.gallery_2269558 #breadcrumb {display: none;}

TerryP
Dec-23-2006, 09:29 PM
add this to your CSS:


.gallery_2269558 #breadcrumb {display: none;}

Great and simple. I learn a bit more about CSS every time I ask a question. Thanks for your help.

Terry