Page 2 of 2

Re: Nummering of items

Posted: 24 Oct 2018, 16:08
by p.oliveira
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!

Re: Nummering of items

Posted: 24 Oct 2018, 16:31
by christine
Hi p.oliveira,

Code: Select all

.pd-subcategory small {
display:none;
}
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

Re: Nummering of items

Posted: 24 Oct 2018, 20:33
by p.oliveira
Thank you, I will try this! :-)

Re: Nummering of items

Posted: 26 Oct 2018, 18:20
by p.oliveira
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... :-(

Re: Nummering of items

Posted: 26 Oct 2018, 19:20
by christine
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

Re: Nummering of items

Posted: 26 Oct 2018, 20:57
by p.oliveira
Yes!!! Thank you! It works :-)

Grtz, Paulo

Re: Nummering of items

Posted: 26 Oct 2018, 21:27
by christine
Hi Paulo,

that's fine :-)
Christine