Galleries link doesn't work
Sewerman
Registered Users Posts: 115 Major grins
Two problems
1. My link to photograph galleries in the nav bar no longer works if I'm logged in or not.
2. My slideshow does not work when I'm logged in but works when I'm logged out.
I must have messed something up but I can't spot it? any help please
http://plumgraphics.smugmug.com/
1. My link to photograph galleries in the nav bar no longer works if I'm logged in or not.
2. My slideshow does not work when I'm logged in but works when I'm logged out.
I must have messed something up but I can't spot it? any help please
http://plumgraphics.smugmug.com/
Don't sweat the petty things and Don't pet the sweaty things!
http://plumgraphics.net
J D Plummer
http://plumgraphics.net
J D Plummer
0
Comments
<script type="text/javascript">if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
if (hasPath("map"))
YD.addClass(document.body, "map");
<*/script*>
My Website index | My Blog
Thanks Allan the slide show works but the link in the nav bar still will not work when logged out?
http://plumgraphics.net
J D Plummer
.galleries background {display: none;}
Should probably read
.galleries #galleriesBox {background: none;}
Move the red from up in your CSS to below this and see if you get
your galleries back.
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
My Website index | My Blog
http://plumgraphics.net
J D Plummer