Open Leonbp10 opened 8 years ago
Can you see if the featured image metabox shows up with all plugins except BadgeOS deactivated? Possible that there's a conflict going on somewhere.
I tried that with no success. I finally found a post from the theme author (LMS | Responsive Learning Management System WordPress Theme). Here is how I had to fix it:
For that go to your site folder in server / wp-content / themes / lms / framework / open theme_features.php file and locate the below code
add_theme_support(‘post-thumbnails’, array( ‘post’, ‘page’, ‘product’, ‘tribe_events’, ‘dt_teachers’, ‘course’, ‘lesson’, ‘dt_courses’ ));
and replace it with
add_theme_support(‘post-thumbnails’, array( ‘post’, ‘page’, ‘product’, ‘tribe_events’, ‘dt_teachers’, ‘course’, ‘lesson’, ‘dt_courses’, ‘level’ ));
on line number 57 approximately
Odd that that would be nulling out our thumbnail support, but if it works, it works I suppose.
I cannot upload my own badges. Please see attached screenshot.