PDA

View Full Version : Flyout Question


hiker99
Mar-03-2008, 11:45 AM
Hello Smugmug Experts,

I just want to say that this forum is fantastic, I have learned so much from reading the various threads posted here. Unfortunately I have run into a problem that I haven't been able to figure out a fix for. I am having trouble linking one of my flyouts to one of my galleries. Here is a link to my homepage.

http://ewbphotography.smugmug.com/

The flyout I can't connect in my navbar is under
Galleries ---> Animals ---> Bald Eagles

The link I want to connect this flyout to is
http://ewbphotography.smugmug.com/gallery/4349110

For some reason I was able to link all of my drop downs and flyouts in the navbar to the right galleries, except for this one. Can anybody give me some help?

Eric

Allen
Mar-03-2008, 11:53 AM
Hello Smugmug Experts,

I just want to say that this forum is fantastic, I have learned so much from reading the various threads posted here. Unfortunately I have run into a problem that I haven't been able to figure out a fix for. I am having trouble linking one of my flyouts to one of my galleries. Here is a link to my homepage.

http://ewbphotography.smugmug.com/

The flyout I can't connect in my navbar is under
Galleries ---> Animals ---> Bald Eagles

The link I want to connect this flyout to is
http://ewbphotography.smugmug.com/gallery/4349110

For some reason I was able to link all of my drop downs and flyouts in the navbar to the right galleries, except for this one. Can anybody give me some help?

Eric
If it's a new gallery added after the security update the album key has to be
added to the link.

<li><a href="/gallery/4349110_xxxxx">Bald Eagles</a></li>

btw, you don't need this part of link http://ewbphotography.smugmug.com
Only need relative part, much smaller and easier to read.
for galleries
/gallery/4349110_xxxxx
for categories
/Mountains
/Cities
homepage
/

hiker99
Mar-03-2008, 11:58 AM
Thanks Al for the quick response. I will get my code cleaned up.

Eric


If it's a new gallery added after the security update the album key has to be
added to the link.

<li><a href="/gallery/4349110_xxxxx">Bald Eagles</a></li>

btw, you don't need this part of link http://ewbphotography.smugmug.com
Only need relative part, much smaller and easier to read.
for galleries
/gallery/4349110_xxxxx
for categories
/Mountains
/Cities
homepage
/