Venue Image

Home Forums Calendar Products Events Calendar PRO Venue Image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17477
    Tineke
    Participant

    Is there a way to add a featured image to a venue?
    I have tried adding:
    add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’, ‘tribe_venue’));
    to functions.php but that doesn’t seem to do anything?

    #17478
    Timothy
    Participant

    +1 to this question. I’d really like to add a featured image to venue, too.

    #17479
    Tineke
    Participant

    @Timothy : I have accomplished it by ‘hacking’ the plugin files (which for sure is not the best way):
    lib/the-events-calendar.class.php >(somewhere around line 37)
    change:
    ‘supports’ => array(‘title’, ‘editor’),
    to:
    ‘supports’ => array(‘title’, ‘editor’,’thumbnail’),

    #17489
    Timothy
    Participant

    Ah, yes, thank you! – that does work. We’ll just have to keep an eye on it when we upgrade as it will get overwritten. thanks for pointing me in the right direction.

    #17498
    Rob
    Member

    Solid suggestion, Tineke! Glad you found a workaround – though as Timothy notes, you’ll want to keep track of it when you update so you know to make those needed changes again.

    I have logged this as a proposed feature for a future release, too. I can see the value in it. No guarantees it’ll make the cut or when, but it’s on the radar. Thanks for the tip.

    #18189
    Jesse
    Member

    +1… I would also really like this feature

    #18209
    Rob
    Member

    Thanks for the note Jesse. There has definitely been a demand for this and since we’re planning on beefing up the venue pages in the 2.1 lifecycle anyway, this will likely be one of the changes that comes about during that.

    #976645
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Venue Image’ is closed to new replies.