Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there,

    You’ll need to add support for this on your own. See this.

    Cheers,
    Philip

    Thread Starter karll10

    (@karll10)

    Thanks for the quick reply.

    Do i just add this to the functions.php file ?

    function theme_slug_add_subtitles_support() {
    add_post_type_support( ‘custom-post-type-slug’, ‘subtitles’ );
    }
    add_action( ‘init’, ‘theme_slug_add_subtitles_support’ );

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    No, you will need to know the correct slug for your WooCommerce products. If you don’t know how to do this then you may want to ask the plugin developers to help you find the custom post type slug so that you’re able to add support for this plugin into your site.

    Cheers,
    Philip

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there,

    Did you ever figure this out?

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Just a note that I’m marking this resolved. Feel free to update me when you know more.

    Cheers,
    Philip

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working on Woocommerce product pages’ is closed to new replies.