#953 – Preview image for each album

Status: Pending - Category: Showtime Image Gallery
Hello,
I really like the component so far. What I still don't understand. I want to display 10 albums that I have in a category on the module page. Only one preview image should be displayed per album, which then opens the respective gallery when you click on the image. Is that possible with this?

What does Source Dynamic mean.

Thanks for your help.

greeting
erwin
Hi Erwin,

When you set "Source" option to "Dynamic", the module will display any (showtime) custom fields of the currently viewed article.
Let's say you have an article named "Sample Article" which has a Showtime Image Gallery custom field. When you visit that article the module will display its gallery as far as it is published in an active position.

Regarding your first question, yes it is possible to have only the first thumbnail displayed but there is no option for this at the moment.
You need to either create a layout override or just use CSS. In both cases you just need to hide all image elements except the first one.
The CSS implementation should be something like this:
.your-module-class .showtime-image img {display:none}
.your-module-class .showtime-image:first-child img {display:inline}


Note that the above code should work for specific gallery layouts only. For some others you may need to use the layout override approach.

Please let me know if you need more help with this.

Regards
 

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review