I\’m trying to set the variable size to the featured image in the single-event.php but it is not working and the image is not showing when the size is defined. Any clue?
Thanks for your question and I hope you’re liking the 3.0 so far!
I just chatted to a few team members about this and here’s what we recommend to begin with.
In the file single-event.php is a function called: tribe_event_featured_image()
In this function you can pass the image a specific size: tribe_event_featured_image('my_image_size')
Remember that you will have to override the template for this to work. If you haven’t already seen it, the new documentation page might help as look up for some of these functions: http://docs.tri.be/. Specifically the function you are looking for is here: http://docs.tri.be/Events-Calendar/function-tribe_event_featured_image.html
Hope that helps and let me know if that was the method you were already using.
How did the solution above work? Let me know if you still need any further assistance with this issue. If I don’t hear back before the end of the week I’ll go ahead and close the ticket, but feel free to reply before then or open a new ticket after that and we’ll be happy to help.
Thanks for the clue Neill. I also found that the two parameters set in the function, for exemple tribe_event_featured_image(‘null’, ‘thumbnail’), otherwise the image is not resize. You can close the ticket.