utahhockey
September 9, 2014 at 6:21 pm
Please look at our homepage: http://universityofutahhockey.com
On the right sidebar we are testing the calendar option and would like to show and the game image, but it will only show the event name.
Please advise, and many thanks!
Tony
September 10, 2014 at 2:32 am
Add New Note to this Reply
Hi,
On the home page I don’t see any version of the Event Espresso Calendar?
Can you explain this a little further please?
utahhockey
September 10, 2014 at 2:46 pm
Add New Note to this Reply
Its the NEXT HOME GAME text on the right hand side of the page…
Tony
September 11, 2014 at 2:38 am
Add New Note to this Reply
That’s the EE Upcoming Events widget, not the EE Calendar widget 🙂
The upcoming events widget does not include the event thumbnails and would require custom development to display this.
I would recommend contacting one of our recommend developers here:
https://eventespresso.com/developers/event-espresso-pros/
Tony
September 11, 2014 at 9:58 am
Add New Note to this Reply
Hi AJ,
Apologies, it turns out the EE Upcoming Events widget does support event thumbnails.
However it is dependent on your theme adding support for featured images.
If you edit one of your Events, look on the right side, do you see a feature image uploader like this – http://take.ms/cD6tR
If not your theme will need to be fixed to allow post thumbnails (Feature Images)
You can add support for feature images to your theme using something like this:
add_theme_support( 'post-thumbnails' );
Within the themes functions.php file.
utahhockey
September 14, 2014 at 9:09 pm
Add New Note to this Reply
This worked. Thanks Tony!