Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Powers

    (@nickpowers)

    Woocommerce must be using post instead of a custom post type to display products.

    One idea I can think of is to disable it for posts and enable it for shortcodes and then add this into your theme:

    <?php echo do_shortcode('[social-bio]'); ?>

    Let me know if that works for you.

    Hi Nick. I am facing the same issue while working on my client’s site. http://nigeltaylor.net/product/hearts/

    Can you please explain the solution you gave in your last reply?

    Plugin Author Nick Powers

    (@nickpowers)

    If you go into the general settings for Social Author Bio then you can disable all but the shortcode… then you can add <?php echo do_shortcode(‘[social-bio]’); ?> into your theme template, everywhere that gets called it will display the Social Author Bio.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable on Product Pages’ is closed to new replies.