PDA

View Full Version : Another newbie question...different galleries


photog3
Nov-09-2007, 03:48 AM
I have a link in my navbar labeled Card Designs. I would like to make different folders within it such as Christmas, Halloween, birth announcements, etc. How do I do that? I am so confused trying to figure it out. I thought I added subcatergories, but that didn't work. Please help.

Here is my page herzogphotography.smugmug.com

Thanks,

denisegoldberg
Nov-09-2007, 04:19 AM
I have a link in my navbar labeled Card Designs. I would like to make different folders within it such as Christmas, Halloween, birth announcements, etc. How do I do that? I am so confused trying to figure it out. I thought I added subcatergories, but that didn't work. Please help.

Here is my page herzogphotography.smugmug.com

Thanks,
Your navbar entry points to a gallery. If you want to have all of your card designs galleries & subcategories show, you will need to change the navbar entry to point to your card designs category.

If you want to see an example, I use subcategories within my travel category. If I wanted to link that category from my navbar, I would need to use this url: http://www.denisegoldberg.com/Travel.

--- Denise

photog3
Nov-09-2007, 05:11 AM
Thank you, I knew it was probably something very simple! Now, I have a different question. I have the categories in Card Designs, but is there a way to make them disappear from my Galleries page. I really don't want them in both places.

Thanks for all of your help!! It is greatly appreciated!

Nicole :)

Allen
Nov-09-2007, 08:21 AM
Thank you, I knew it was probably something very simple! Now, I have a different question. I have the categories in Card Designs, but is there a way to make them disappear from my Galleries page. I really don't want them in both places.

Thanks for all of your help!! It is greatly appreciated!

Nicole :)
Place this in your footer section and see if it helps.

<script type="text/javascript" language="javascript">

function delCategory() {
re = /\/(Card%20Designs)$/;

var oList = YD.getElementsByClassName('miniBox', 'div', this);

for (i = 0; i < oList.length; i++) {
if (re.test(oList[i].getElementsByTagName('a')[0].href))
oList[i].parentNode.removeChild(oList[i]);
}
}
YE.onContentReady('categoriesBox', delCategory);

</script>

photog3
Nov-09-2007, 09:44 AM
Place this in your footer section and see if it helps.

<script type="text/javascript" language="javascript">

function delCategory() {
re = /\/(Card%20Designs)$/;

var oList = YD.getElementsByClassName('miniBox', 'div', this);

for (i = 0; i < oList.length; i++) {
if (re.test(oList[i].getElementsByTagName('a')[0].href))
oList[i].parentNode.removeChild(oList[i]);
}
}
YE.onContentReady('categoriesBox', delCategory);

</script>



I did that, but they are still showing up in my Gallery. Any other ideas? Thanks! :)

Allen
Nov-09-2007, 10:30 AM
I did that, but they are still showing up in my Gallery. Any other ideas? Thanks! :)
You have to display by category for them not to show.

photog3
Nov-09-2007, 10:48 AM
You have to display by category for them not to show.

If I hit display by category instead of gallery, then all of my galleries go away. What should I do for the rest of the galleries to be viewable?

denisegoldberg
Nov-09-2007, 11:17 AM
If I hit display by category instead of gallery, then all of my galleries go away. What should I do for the rest of the galleries to be viewable?
Are all of your galleries marked as protected?

Protected galleries will not show under a category - they only show if they are explicitly referenced.

For example, I have some galleries marked as protected because I want them to be accessed from my navbar but not from my galleries page. Those galleries are in a category called Other - and if you go to my page you will not see that category at all (because all of the galleries in that category are protected).

--- Denise