Hello,
When I searched for this, I found only one post from 2010. So, I will ask again. Currently, when you click on the filename, it downloads.
And the same for the 'download' button. Is there a way to A) unlink the title, or B) hide the download button?
Sincerely,
Jim
download link
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: download link
Hi, download button you can hide e.g. per CSS, and/or per template override. The link on file you can change per template override.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 04 Mar 2019, 21:06
Re: download link
Thanks,
Jan
Sincerely,
Jim
Jan
Sincerely,
Jim
-
- Phoca Member
- Posts: 10
- Joined: 04 Mar 2019, 21:06
Re: download link
Hello,
Could you tell us which .css files these may be?
Could you tell us which .css files these may be?
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: download link
Hi, this depends on you. It can be in each CSS file loaded on your site. Usually this is cusom.css or user.css of template where you define your own CSS rules for your site.
So just edit or create custom.css (J3) or user.css (J4) in your template and set the CSS rule there.
Jan
So just edit or create custom.css (J3) or user.css (J4) in your template and set the CSS rule there.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 04 Mar 2019, 21:06
Re: download link
Hi Jan
I not an expert on this, so after a half day of searching, I must give up.
I'd like to make a feature request, this should be in the global configuration in the future.
If anyone wants to take a look:
https://www.baby-beast.beast-english.co ... ilanthropy
I am using Joomla 4, Gantry 5 which allows you to add custom css directly in the template manager. I imagined there was a Phoca css I could edit. So, what I am looking for is the Phoca css file I can edit, or what code to put in the gantry override.Jan wrote: ↑15 Mar 2023, 14:18 Hi, download button you can hide e.g. per CSS, and/or per template override. The link on file you can change per template override.
Hi, this depends on you. It can be in each CSS file loaded on your site. Usually this is cusom.css or user.css of template where you define your own CSS rules for your site.
So just edit or create custom.css (J3) or user.css (J4) in your template and set the CSS rule there.
I not an expert on this, so after a half day of searching, I must give up.
I'd like to make a feature request, this should be in the global configuration in the future.
If anyone wants to take a look:
https://www.baby-beast.beast-english.co ... ilanthropy
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: download link
Hi, Gantry is standard template framework and you can paste the custom.css easily into system:
https://docs.gantry.org/gantry5/tutoria ... tyle-sheet
Of course Phoca Download includes specific CSS files but it is not recommended to add there own CSS code because such will be lost when updating. This is why Joomla system uses custom.css or user.css.
And the main reason to use such CSS files is to protect you from losing the changes.
Jan
https://docs.gantry.org/gantry5/tutoria ... tyle-sheet
Of course Phoca Download includes specific CSS files but it is not recommended to add there own CSS code because such will be lost when updating. This is why Joomla system uses custom.css or user.css.
And the main reason to use such CSS files is to protect you from losing the changes.
Jan
If you find Phoca extensions useful, please support the project