View Full Version : Clicking an album takes user back to Slideshow Homepage
HamSmuggler
Mar-13-2009, 01:03 PM
Any thoughts on how to fix this? Somehow the link on my header is spilling over into my album area.
http://andrawesphoto.smugmug.com/photos/490720047_fyLiK-O.png
jfriend
Mar-13-2009, 02:44 PM
The problem is caused by your secondLink <a> tag in your custom header. It is not hidden on the homepage (in fact it isn't referenced anywhere in your CSS). You need to either remove it from your custom header entirely or hide it where you don't need it.
.homepage .secondLink {display:none;}
will hide it on the homepage, but you do NOT want it on other pages either unless you're doing something specific with it.
HamSmuggler
Mar-13-2009, 03:53 PM
The problem is caused by your secondLink <a> tag in your custom header. It is not hidden on the homepage (in fact it isn't referenced anywhere in your CSS). You need to either remove it from your custom header entirely or hide it where you don't need it.
.homepage .secondLink {display:none;}
will hide it on the homepage, but you do NOT want it on other pages either unless you're doing something specific with it.
Thanks John, I appreciate it as I would never have figured that one out.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.