• Resolved miks78

    (@miks78)


    Hello,

    I have problem with placing featured images on events pages. I upload image and crop it with media insertion tool to desired size (410 width, and proportional height), but on event page when using #_EVENTIMAGE placeholder image is placed full sized (as before resizing). I can’t use #_EVENTIMAGE{x,y} because images heights are not fixed. Placing <?php the_post_thumbnail(); ?> does not show anything…

    Is there any other way to do it?
    Thanks.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • try this snippet print_thumbnail($EM_Event->output('#_EVENTIMAGEURL'), true, $title, $width, $height, 'thumb');

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Manager] Different sizes od featured image’ is closed to new replies.