Galleries link doesn't work

SewermanSewerman Registered Users Posts: 115 Major grins
edited October 17, 2007 in SmugMug Support
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/
Don't sweat the petty things and Don't pet the sweaty things!

http://plumgraphics.net
J D Plummer

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 17, 2007
    Sewerman wrote:
    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/
    Remove the red *'s in your footer code and don't leave a space.

    <script type="text/javascript">if (hasPath("galleries"))
    YD.addClass(document.body, "galleries");

    if (hasPath("map"))
    YD.addClass(document.body, "map");
    <*/script*>
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SewermanSewerman Registered Users Posts: 115 Major grins
    edited October 17, 2007
    Allen wrote:
    Remove the red *'s in your footer code and don't leave a space.

    <script type="text/javascript">if (hasPath("galleries"))
    YD.addClass(document.body, "galleries");

    if (hasPath("map"))
    YD.addClass(document.body, "map");
    <*/script*>

    Thanks Allan the slide show works but the link in the nav bar still will not work when logged out?
    Don't sweat the petty things and Don't pet the sweaty things!

    http://plumgraphics.net
    J D Plummer

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 17, 2007
    Sewerman wrote:
    Thanks Allan the slide show works but the link in the nav bar still will not work when logged out?
    This in your CSS
    .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;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SewermanSewerman Registered Users Posts: 115 Major grins
    edited October 17, 2007
    Allen wrote:
    This in your CSS
    .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;
    }
    Thanks Allan I think you got it all fixed up for me !!
    Don't sweat the petty things and Don't pet the sweaty things!

    http://plumgraphics.net
    J D Plummer

Sign In or Register to comment.