You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this plugin. I was looking for a while for a plugin that allows to select images for different activities and sections.
May I suggest to consider making activity images clickable - setting a link to the activity (same as clicking on the activity name)?
It already works when clicking on a section image, but not when clicking on an activity image (not talking about activity icon).
Temporarily, I changed the code of the respective template on our server to achieve this.
templates/local/content/section/cmitem.mustache, line 77 & 78
Hi.
Thank you for this plugin. I was looking for a while for a plugin that allows to select images for different activities and sections.
May I suggest to consider making activity images clickable - setting a link to the activity (same as clicking on the activity name)?
It already works when clicking on a section image, but not when clicking on an activity image (not talking about activity icon).
Temporarily, I changed the code of the respective template on our server to achieve this.
<a href="{{cmformat.url}}" onclick="{{{cmformat.onclick}}}"><div class="tac-card-img rounded-top {{^cardimage}} bg-light {{/cardimage}}" style="background-image: url('{{{cardimage}}}');"> </div></a>
Thank you very much.
The text was updated successfully, but these errors were encountered: