Can the layout be modified so that an icon is displayed (.txt, .pdf, .docx etc.) but does not have a download link associated?
{file_pic} seems to automatically add a download URL
Hi
At the present time the icon and the Title are bothe treated the same way. So they either both have a link or neither has a link.
Is there any particular reason why the link should not be present in both?
Colin
Arno,
It's more to do with Web Content Accessibility Guidelines (WCAG) it flags up the icon and file name as a redundant link. It's not a massive issue as it is a warning rather than a WCAG error.
Regards,
Adrian
Adran
I did a lot of WCAG thing in jD3.9, particularly ensuring that each pic has an alt=
Will add this to the list. It means adding an Frontend option and modifying several instances of the code.
Colin