• Resolved wylydoicu

    (@wylydoicu)


    Hi, it’s me again. I have some problems with plugins which set images sliders or logo sliders. I am talking about “Portfolio and Projects” and “WP Logo Showcase Responsive Slider”. I can’t set up featured image for Portfolio and set logo image for showcase on the second plugin, if bento is activated. Both this options are in admin zone on the right under “document publishing tools” and “category tool” I need to switch theme to one of the twenty… to do so. First thing I think is probably a conflict with “Expansion pack of bento”(because of the portfolio custom post type) which I didn’t bought yet. Well is just a thought. I got no debug errors this time, and I don’t know where to look. Thanks! Will

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello Will,

    thanks for bringing this up! This is indeed something that can be improved in Bento; we will add a fix to the upcoming version update.

    Meanwhile, you can go to “Appearance -> Editor”, open the “functions.php” file from the list on the right, find line 11 which says
    add_theme_support( 'post-thumbnails', array( 'post', 'page', 'project', 'product' ) );
    and replace it with:
    add_theme_support( 'post-thumbnails' );

    Thread Starter wylydoicu

    (@wylydoicu)

    Hey,
    Worked as expected!
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem setting front images for media plugins’ is closed to new replies.