Hi cloudten10, netandsoftware,
The event page will check and show highlights for item 2 in the event list. Also, this event needs to upload the intro image.
If you want to show all the images for the items, you can open the \templates\ja_impact\html\com_content\category\events.php file, line 157, and remove the following code:
// if(count($this->intro_items) >= 3 && $counter == 1 && $this->columns == "2" && $imgexists) {
// $itemHighLight = "item-highlight";
// $checktextColor = false;
// } else {
// $itemHighLight = "";
// }
Note: Add the intro image for all the event articles.