Page 1 of 1

Category View number of files

Posted: 01 Aug 2022, 14:24
by a.felger
Hello i am using the category view.

behind the folder there is the number of files in the category. but if i have only subcategories and the files in the subcategory it shows me only 0 files. How can i count also the files in the subcategory?

https://imgur.com/a/sW2DO3p

or can i disable the number of files completely?



phoca download version 3.2.3

Re: Category View number of files

Posted: 01 Aug 2022, 18:04
by christine
Hi,

You could hide it (in your custom.css, or user.css) with:

Code: Select all

.pd-title small {
display:none;
}
Kind regards
Christine

Re: Category View number of files

Posted: 02 Aug 2022, 12:04
by a.felger
i inserted this in my custom.css but the numbers are still there...

any idea?

Re: Category View number of files

Posted: 02 Aug 2022, 13:50
by christine
Using above code works on demo, Joomla 3:

https://www.phoca.cz/joomla3demo/phoca-download-demo

Clear Joomla & Browser Cache.

Maybe try it with !important;

Code: Select all

.pd-title small {
display:none !important;
}
Which template, Joomla Version are you using? Or could we see it live?

Kind regards
Christine

Re: Category View number of files

Posted: 05 Aug 2022, 09:14
by a.felger
Hi christine,

the first one works for me. but i have to add this at the custom code in youtheme

Code: Select all

.pd-title small {
display:none;
}
thank you

Re: Category View number of files

Posted: 05 Aug 2022, 19:03
by christine
That's fine.
Kind regards
Christine