Genesis and WooCommerce Problem
-
Hello,
I am experiencing some issues related to Genesis & WooCommerce.
I would really appreciate if anyone knows a solution to this.
Problem 1.
The plugin ‘Genesis Connect for WooCommerce’ causes WP API Customizer to not work. Once I deactivate the plugin, API Customizer works perfectly.
When I say the API Customizer does not work, I get the following error message when clicking on Appearance – Customize:The https://www.missblogger.co page isn’t working
https://www.missblogger.co is currently unable to handle this request.
HTTP ERROR 500Also, if I have the following code in my functions.php, API Customizer does not work as well:
//* WooCommerce Connect
add_theme_support( ‘genesis-connect-woocommerce’ );
add_action( ‘after_setup_theme’, ‘woocommerce_support’ );
function woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}The page I am developing is https://www.missblogger.co/valentina/
and the product can be seen here: https://www.missblogger.co/valentina/product/this-is-an-example-of-a-product/
Should I just ignore the Genesis Connect plugin? Don’t we need to use it anymore?
Problem 2.
The plugin Currency Switcher causes the featured image of the product to not want to load. When I click to select the featured product image, I get the media window opened, I select the image, and click Upload, it acts like I never selected an image.Problem 3. I just noticed this one too.
Even if I have plugin activated and code added to function.php, if you go to this link https://www.missblogger.co/valentina/product/this-is-an-example-of-a-product/ and try to open different tabs – that is Review, or Additional information, they don’t want to open.Thank you for your help in advance
- The topic ‘Genesis and WooCommerce Problem’ is closed to new replies.