Creating SubCategory Help
phorbin1128
Registered Users Posts: 79 Big grins
I'm trying to create the following:
Galleries>Sports>Wrestling>Tournament Name
Galleries = Category
Sports = Category
Wrestling = Category
Tournament Name = Gallery with images
I want to be able to do this for multiple sports (softball, lacrosse, etc) but I can't seem to get any of the subcategories created.
Also, if I go to New Category, and Select SubCategory, how can I delete the items that are in there that are no longer needed?
Thank You
Galleries>Sports>Wrestling>Tournament Name
Galleries = Category
Sports = Category
Wrestling = Category
Tournament Name = Gallery with images
I want to be able to do this for multiple sports (softball, lacrosse, etc) but I can't seem to get any of the subcategories created.
Also, if I go to New Category, and Select SubCategory, how can I delete the items that are in there that are no longer needed?
Thank You
0
Comments
I'd suggest:
Galleries = 2nd copy of homepage
Sports = category
Wrestling = sub-category
Tournament name = gallery
You can create a 2nd copy of your homepage for the galleries page here starting with the step labeled "The Galleries Page I".
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://www.smugmug.com/help/upload-photo
This page should give you everything you need to know about creating and managing your custom Categories and Subcategories.
One way that many of our customers organize their site is like this:
Category > Subcategory > Gallery
Sports (category) > Wrestling (subcategory) > Tournament 1, 2, 3, etc (galleries)
I hope this helps but of course if you're stuck just let us know here in this thread, or you can write to us directly!
-Steph
Photos that don't suck / 365 / Film & Lomography
I changed the javascript and css as suggested, but I don't see any difference.
I also deleted my category titled Galleries, and now have Categories of Sports, People, etc... and these have photos in them, but I can't seem to locate these galleries....
Basically I would like the home page to have a picture or slideshow, and upper right link to Galleries.... Once you get to Galleries, I would like Thumbnails for each gallery (Sports for example) and then Subcategory within each (Baseball, lacrosse) and then a gallery page based on the event date.... I would also like to keep each page looking as neat as possible..
Sorry, but I am very confused with this, and am not sure if I am explaining this correctly. I appreciate all the help...
link to my page is: http://edsekula.smugmug.com/
1) Change the link in your navbar to this (with a lowercase g in galleries):
http://edsekula.smugmug.com/galleries
2) Add the line in red to your CSS:
.galleries #slideshowBox,
.galleries #bioBox {
display: none;
}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I added those changes however if I click on Galleries, it just takes me to the homepage slideshow and I don't see any of my galleries or categories. This is the same in Visitor view as well.
http://edsekula.smugmug.com
http://edsekula.smugmug.com/Galleries
If I try to add photos, it shows that I have existing galleries
http://edsekula.smugmug.com/galleries
NOT on:
http://edsekula.smugmug.com/Galleries
You have to change the link in your navbar to reflect this.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
the only place i see to modify is in the Easy customization,and it looks to be correct there. Is it elsewhere?
Thanks
FYI, you could also fix it by making the javascript code for the galleries page case insensitive. You could do that by changing this code in your bottom javascript from this:
to this:
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Changing that code worked and all seems to be back to normal. Thanks for your quick responses, greatly appreciated..
If you have any other suggestions or recommendations to the page, please let me know.
Thanks Again