Nummering of items

Phoca Download - download manager
p.oliveira
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 24 Oct 2018, 15:20

Re: Nummering of items

Post 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!

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

Re: Nummering of items

Post 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
p.oliveira
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 24 Oct 2018, 15:20

Re: Nummering of items

Post by p.oliveira »

Thank you, I will try this! :-)
p.oliveira
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 24 Oct 2018, 15:20

Re: Nummering of items

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

Re: Nummering of items

Post 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
p.oliveira
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 24 Oct 2018, 15:20

Re: Nummering of items

Post by p.oliveira »

Yes!!! Thank you! It works :-)

Grtz, Paulo
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Nummering of items

Post by christine »

Hi Paulo,

that's fine :-)
Christine
Post Reply