Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#978
Robert Kavgić
Participant

Hello,

Please go to wp-content/plugins/content-manager/inc/ and open up helpers.php in any text editor (e.g. Notepad ++) and go to the line 136 where it is written:

} else if (defined('PI_WOOCOMMERCE') && PI_WOOCOMMERCE && is_shop()) {

Try removing is_shop():

} else if (defined('PI_WOOCOMMERCE') && PI_WOOCOMMERCE) {

And see if it works properly now.

If it’s not, add is_shop() part again and I’ll check for another solution.

Robert