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
Category View number of files
-
- Phoca Newbie
- Posts: 8
- Joined: 19 Jan 2022, 12:00
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Category View number of files
Hi,
You could hide it (in your custom.css, or user.css) with:
Kind regards
Christine
You could hide it (in your custom.css, or user.css) with:
Code: Select all
.pd-title small {
display:none;
}
Christine
-
- Phoca Newbie
- Posts: 8
- Joined: 19 Jan 2022, 12:00
Re: Category View number of files
i inserted this in my custom.css but the numbers are still there...
any idea?
any idea?
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Category View number of files
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;
Which template, Joomla Version are you using? Or could we see it live?
Kind regards
Christine
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;
}
Kind regards
Christine
-
- Phoca Newbie
- Posts: 8
- Joined: 19 Jan 2022, 12:00
Re: Category View number of files
Hi christine,
the first one works for me. but i have to add this at the custom code in youtheme
thank you
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;
}
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Category View number of files
That's fine.
Kind regards
Christine
Kind regards
Christine