Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    This is happening by damn themes developer some time they are restricted featured image for some post-type.

    Please add this code to your theme functions.php

    add_theme_support('post-thumbnails', array('team_member'));

    Update: Please re-download this plugin i have fixed this issue.

    I have the same problem, no featured image on the members. Using theme Split by Themify.me. Have added the code to the functions.php (on child), but still no featured image. Using Team ver. 1.7 downlaoded 22.09.2015

    Getting the same issue, no featured image on v 1.8

    Hi raylaxin,

    its not the issue of Team Plugin, its issue with your theme, some themes author restricted feature images for their post types only,

    you need to find add_theme_support() function might contain on functions.php file on your theme root directory, and add an array (team_member) element with exiting
    like bellow

    add_theme_support('post-thumbnails', array('post','page','team_member'));

    this way only solve the problem.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Featured Image Box’ is closed to new replies.