View Full Version : Missing Galleries
ranord
Oct-26-2007, 05:46 AM
Hi,
When I attempt to list my galleries directly using http://rogernordstromphoto.smugmug.com/galleries I'm always taken to the create gallery screen. If I logoff and use the same url it tells me I don't have any galleries.
Suggestions?
Thanks
Roger
denisegoldberg
Oct-26-2007, 05:58 AM
Hi,
When I attempt to list my galleries directly using http://rogernordstromphoto.smugmug.com/galleries I'm always taken to the create gallery screen. If I logoff and use the same url it tells me I don't have any galleries.
Suggestions?
Thanks
Roger
Roger -
Did you add the code from this tutorial - http://dgrin.smugmug.com/gallery/2160039 - in the sections labeled The Galleries Page I through III. That's needed in order to be able to use /galleries.
--- Denise
ranord
Oct-26-2007, 11:43 AM
Denise,
Thanks for the quick response.
I took a rather drastic step by enptying all of the Customization Settings, css, jajascript, head tag, body tag, header and footer. I have show Smugmug header and footer set to no.
I then entered the following:
css:
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
javascript:
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}
footer:
<*script*>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
<*/script*>
(w/o *'s)
Now when I enter http://rogernordstromphoto.smugmug.com/galleries i get taken to https://rogernordstromphoto.smugmug.com/gallery/create.mg[/URL][URL="http://rogernordstromphoto.smugmug.com/galleries"] (http://rogernordstromphoto.smugmug.com/galleries) if I'm logged on or if logged off I get a message saying 'No galleries found. It's like I have an option set wrong somewhere, and I do have public galleries.
My site is still in an experimental stage. AAt one point I had a banner, navbar and slideshow and Galleries was working OK. No matter what I do now I just can't get it to work.
Thanks
Roger
Allen
Oct-26-2007, 11:50 AM
...
Now when I enter http://rogernordstromphoto.smugmug.com/galleries i get taken to https://rogernordstromphoto.smugmug.com/gallery/create.mg if I'm logged on or if logged off I get a message saying 'No galleries found. It's like I have an option set wrong somewhere, and I do have public galleries.
...
Thanks
Roger
Are all your galleries private? Private galleries will not show.
Edit: found your galleries on your homepage by removing CSS.
You have a category named Galleries, if you do delete it.
ranord
Oct-26-2007, 01:58 PM
Gee you guys are fast.
I deleted the Galleries category and back in business.
Thanks Allen and Denise.
Roger
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.