No ALT Text on Thumbnails
Permalink
In the file manager properties, I put a title, description, and tag but none of those show up as alt text description on a thumbnail image in pagelist, carousel, etc. All I get when inspecting a thumbnail is alt="#".
Does concrete5 8.4.1 provide a way to set Alt text to make thumbnail images accessible in pagelist block, carousel, etc.?
Please help.
Does concrete5 8.4.1 provide a way to set Alt text to make thumbnail images accessible in pagelist block, carousel, etc.?
Please help.
For instance, in the page list block, inside view.php, around line 105 you have
If you create a template where you modify that code this way:
It will use the image's title field for the alt text.