This topic has 11 replies, 4 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Hi,
I built a website with Crocoblock last week, and had a problem having the featured image display on the custom post type. I changed themes (from Xstore to Kava), and the featured image returned in the post type.
I am now facing the same thing on another site, but when using Custom Post Type UI (plugin). Featured image is specified to appear when adding a new post, but the option to add a featured image is not showing.
This leads me to believe that there is a conflict between your theme and specifying a featured image in custom post types.
Everything was fine until the latest update. The CPT UI’s all worked before then.
Hello,
Provide us with WP Dashboard and FTP access to your site and link to the page where you have the issue.
We’ll check and try to help you.
Regards
All details in private content area
Hello,
Fixed. The fix was made in xstore/theme/theme-setup.php if you need it for another site.
Regards
Hi, I´m having exactly the same issue. I´ve tried to create a custom post type with both crocoblock and CPT UI but the featured image is missing. Could you please assist me with that?
Hello Aryandco,
Please submit a new topic, provide temporary wp-admin and FTP access.
Regards
Thank you – what should I do to carry this change through to my other sites?
Hello,
You are welcome. If all the other sites use the same version of theme and XStore core plugin then just copy the mentioned file to these sites. Or edit xstore/theme/theme-setup.php, find add_theme_support( 'post-thumbnails', array('post', 'page', 'product', 'etheme_portfolio') );
and replace with
add_theme_support( 'post-thumbnails' );
Regards
Hi Rose,
thanks for the reply, here are the details.
Hi Rose,
I copy/pasted the codes above by Olga and it works.
Thanks guys
Hello Aryandco,
Great. Thanks for letting us know.
Have a nice day!
Regards
You must be logged in to reply to this topic.Log in/Sign up