• Resolved yelhca07

    (@yelhca07)


    So I’m having a big problem. I’m using the custom community theme to run a small bookstore site with a built in store. I have everything running the way I want, except that when the CartPress plugin is active, I am unable to set any featured images for my posts. I can still set featured images for products, but not for blog entries. Featured images also play a HUGE role with this template, as they create all the banners for my slider. What I’ve been doing is disabling the plugin to update the blog then activating it again when I’m done, but this is a pain.

    I’ve checked the functions.php file and all the coding is fine. It includes the get posts thumbnail line– so I’m not sure what else I can do. My site is: https://pdvstore.com/

    I appreciate the help!

Viewing 1 replies (of 1 total)
  • Thread Starter yelhca07

    (@yelhca07)

    With some more digging.. found this answer: (in case anyone else comes across a similar problem)

    Sensei said 1 week, 5 days ago:

    Change this line in TheCartPress.class.php line 1033:
    if ( function_exists( ‘add_theme_support’ ) ) add_theme_support( ‘post-thumbnails’, tcp_get_saleable_post_types() );

    for

    if ( function_exists( ‘add_theme_support’ ) ) add_theme_support( ‘post-thumbnails’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image module gone when Cartpress plugin is active’ is closed to new replies.