I’m assuming the featured images should be showing in the white boxes on the screen? From the looks of things those are Elementor elements, so their support may be more appropriate than ours.
Thread Starter
Anonymous User 7903281
(@anonymized-7903281)
Hi Michael, Thanks for the reply, but the problem starts at the backend where I can not set a featured image because the field is missing:
As far as I understand I made all settings correct?
https://www.dropbox.com/s/m8fg8uvrsmf2mik/Screenshot%202021-03-03%20at%2022.42.03.png?dl=0
https://www.dropbox.com/s/1zpixbvl9hmygkd/Screenshot%202021-03-03%20at%2022.42.50.png?dl=0
Thread Starter
Anonymous User 7903281
(@anonymized-7903281)
I found out this is a problem from the theme BLADE. Now I have to find out how I can still use the theme and the plugin together…
Hmm.
May or may not need something like https://developer.ww.wp.xz.cn/reference/functions/add_theme_support/#post-thumbnails though it says it can be added via register_post_type() which is what we’d end up doing when that checkbox is checked.
Not familiar with the BLADE theme, so not sure what to say to that part. Hopefully their support team or documentation can help, because I’d hate for you to have to switch themes just because of the topic of Featured Images, which have been a stable for many many years already.
Thread Starter
Anonymous User 7903281
(@anonymized-7903281)
Thanks!
In the functions.php from the theme there was this line:
add_theme_support( 'post-thumbnails', array( 'post' ) );
now i added the newly created Custom Post Type like this:
add_theme_support( 'post-thumbnails', array( 'post', 'own_custom_post_type' ) );
where ‘own_custom_post_type’ is the name of the posttype I created.
now it works.
Thanks for the help!
Hello,
It does not seem to fix the problem for me … any idea ?
thanks