Hello, sorry to open this post again but, I continue to have this "simple" problem:
I use Phoca Download (3.1.4) in a Joomla 3.8.13 template.
In my sub-category I want to hide/ remove the numbering. It's all set to zero now (0)
Website: https://www.initiatievenlimburg.nl/init ... y/1-a.html
What have I tried so far:
1. Controle panel PD >> options >> set: Display File View to: NO
2. Set to hide via Menus> your PD menu> Options> hide as required with no result
3. CSS: components/com_phocadownload/assets/phocadownload.css >> .pd-subcategory small { display:none; }
Can anyone help me pls? Thank you!
Nummering of items
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Nummering of items
Hi p.oliveira,
Just tried temporary with your URL and it works. As you are using Gantry: http://docs.gantry.org/gantry5/tutorial ... tyle-sheet you should use custom.scss. Codes will be compiled to your: https://www.initiatievenlimburg.nl/temp ... c713c6.css
Dus probeer het nu maar
groetjes
Christine
Code: Select all
.pd-subcategory small {
display:none;
}
Dus probeer het nu maar
groetjes
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 24 Oct 2018, 15:20
Re: Nummering of items
Thank you, I will try this! :-)
-
- Phoca Newbie
- Posts: 4
- Joined: 24 Oct 2018, 15:20
Re: Nummering of items
Hello Christine, I did follow your instruction, and cerated a new custum.scss in the right folder.
I even installed the Gantry 5 component and have the Production Mode set to No
But still no numbers removed... :-(
I even installed the Gantry 5 component and have the Production Mode set to No
But still no numbers removed... :-(
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Nummering of items
Hi p.oliveira,
ja, snap dat niet, waarom het niet lukt .... zo, nu in engels verder:
Can't see a custom.scss. Temporary it looks OK: https://imgur.com/ZzK5Bgj
Then try it in this CSS: https://www.initiatievenlimburg.nl/medi ... efault.css
Groetjes
Christine
ja, snap dat niet, waarom het niet lukt .... zo, nu in engels verder:
Can't see a custom.scss. Temporary it looks OK: https://imgur.com/ZzK5Bgj
Then try it in this CSS: https://www.initiatievenlimburg.nl/medi ... efault.css
Groetjes
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 24 Oct 2018, 15:20
Re: Nummering of items
Yes!!! Thank you! It works :-)
Grtz, Paulo
Grtz, Paulo
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Nummering of items
Hi Paulo,
that's fine
Christine
that's fine
Christine