PDA

View Full Version : plural category problem


polymechman
Nov-05-2008, 09:06 PM
When I pick "weddings" for the category I want to upload to, in the /weddings page it says "weddings galleries" - a double plural. Is there a way to either rename weddings (which I haven't bee able to do, its a default, built in category) or just remove "galleries" wording? :scratch

In addition, I could just hide these, but I havent been able to get it to work. I have several lines in my CSS that are supposed to hide them and the cetegory, breadcrumbs, etc., I thought, and they are still there. Any advice after looking at my css?



Thanks for your help,
Brad

jfriend
Nov-05-2008, 10:10 PM
When I pick "weddings" for the category I want to upload to, in the /weddings page it says "weddings galleries" - a double plural. Is there a way to either rename weddings (which I haven't bee able to do, its a default, built in category) or just remove "galleries" wording? :scratch

In addition, I could just hide these, but I havent been able to get it to work. I have several lines in my CSS that are supposed to hide them and the cetegory, breadcrumbs, etc., I thought, and they are still there. Any advice after looking at my css?



Thanks for your help,
Brad

If you want to just hide that specific title, you can do so with this CSS:

.category.category_Weddings #galleryTitle {display:none;}

polymechman
Nov-06-2008, 09:06 PM
Thanks! Worked great - I wonder why the several even those pointing to what I thought were this same title section, didn't work.