Can Not Access My Galleries

JBHotShotsJBHotShots Registered Users Posts: 391 Major grins
edited July 29, 2013 in SmugMug Support
Using the nav bar, I can not access my galleries; it just keeps redirecting to my homepage.
Jamie
JBHotShots.com
Facebook
7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 29, 2013
    Using the nav bar, I can not access my galleries; it just keeps redirecting to my homepage.
    You are missing the code to create the galleries page. Add this to your bottom javascript.
    function hasPath(sPath)
    {
    re = new RegExp("\/" + sPath + "(\/|$)");
    return re.test(window.location)
    }
    
    if (hasPath("galleries"))
    YD.addClass(document.body, "galleries");
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • JBHotShotsJBHotShots Registered Users Posts: 391 Major grins
    edited July 29, 2013
    Thanks! I guess I removed that when I updated the slideshow last night. Funny thing is it was working fine until about an hour ago.
    Jamie
    JBHotShots.com
    Facebook
    7DII w/Grip, 50D w/Grip, 24-70/2.8L, 70-200/2.8L, 85/1.8, 50/1.8, Rokinon 8mm FE 3.2, 580EXII 430EX
Sign In or Register to comment.