Removing category view photo counts
Retinal High
Registered Users Posts: 9 Beginner grinner
Can one the gurus/hero's please let me know how I can delete or hide the gallery count as well as the photo count that appear next to my categories if I set my homepage to category view? Thanks in advance guys..and ladies!
:bow
:bow
0
Comments
There are two ways to do this:
1) If you set all the galleries in the category to "Clean: Yes" in the gallery customization, the totals at the category level will go away.
2) If you have a power or pro account, you can use CSS to hide all the counts:
/* hide the update times for galleries */
p.updated {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
Thanks for the quick reply JFriend! My galleries already have the update time removed. My main issue is that I use the category view for my vistors on my home page, the galleries within the categories are set up just the way I would like and include a description. If I set each gallery to CLEAN then the gallery and photo counts do dissapear on the homepage but I also end up losing the descriptions for those gallerys, which I would like to keep. So in essence the question now is, how would I remove the gallery and photo counts on my homepage set to category view but still keep the descriptions on the gallerys in those categories? CSS, JAVA? Again thanks so much for the response and any further help, it is greatly appreciated..
I don't have time at the moment to figure this out, but a quick look at the HTML shows that it looks like this:
<*p class="description">51 galleries with 1474 photos.<*/p>
That means that the CSS:
p.description {display:none;}
would hide these. I didn't look at all the other pages to see what else might have a "p.description" class also. If there are other things that you don't want to disappear, then you'd have to scope this CSS to affect the category page only, probably using the category class from the body tag.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
THANKS!!! That did the trick and nothing else seems to be affected by removing that specific item. As always your help to the people on this board is a true asset to this forum and to smugmug. Much appreciated dude!<img src="https://us.v-cdn.net/6029383/emoji/bowdown.gif" border="0" alt="" >