Okay
  Public Ticket #2844736
Missing Featured Image option
Closed

Comments

  •  2
    Safari started the conversation

    Hello.

    I have Rayden installed and am really enjoying it.

    I'm using Modern Calendar Lite Plugin and it's looking great with the exception of a missing "Feature Image" option when creating my events. This is a pretty important aspect of the calendar.

    Have you disabled it in Rayden theme? Any suggestions how I can have it available?

    Thanks

  •  1,822
    Support replied

    Hello,

    Glad you are enjoying using our theme. these calendar events are custom post types? Or are tied with pages, blog posts or portfolio items?

    if you open /include/theme-support-config.php you will see that on line 9 we provide featured image support for portfolio items and blog posts:

    // Featured images support
    add_theme_support( 'post-thumbnails', array( 'post', 'rayden_portfolio' ) ); 


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Safari replied

    Thankyou. All works well.

    I identified the Modern Events Calendar post type and to my functions.php I added:

    //add featured image option

    add_theme_support( 'post-thumbnails', array( 'post', 'rayden_portfolio', 'mec-events') );


  •  1,822
    Support replied

    Perfect!

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy