Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Fatal Error › Reply To: Fatal Error
November 4, 2014 at 10:27 am
#978
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