Category View number of files

Phoca Download - download manager
a.felger
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 19 Jan 2022, 12:00

Category View number of files

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Category View number of files

Post 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
a.felger
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 19 Jan 2022, 12:00

Re: Category View number of files

Post by a.felger »

i inserted this in my custom.css but the numbers are still there...

any idea?
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Category View number of files

Post 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
a.felger
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 19 Jan 2022, 12:00

Re: Category View number of files

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Category View number of files

Post by christine »

That's fine.
Kind regards
Christine
Post Reply