• Resolved ibrandco

    (@ibrandco)


    When the plugin is activated, the option to add “featured image” in WooCommerce posts and products disappears.

    When I disable it, the option to add “featured image” reappears.

Viewing 1 replies (of 1 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Maybe any conflict please write this code in theme function.php

    add_action( 'after_setup_theme', 'my_theme_thumbnail_support' );
    function my_theme_thumbnail_support() {
    	add_theme_support( 'post-thumbnails' );
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin conflict with featured image in post and WooCommerce products’ is closed to new replies.