Community Forums › Forums › Archived Forums › Design Tips and Tricks › WooCommerce Genesis Connect not integrating
- This topic has 7 replies, 3 voices, and was last updated 10 years, 4 months ago by Summer.
-
AuthorPosts
-
January 14, 2014 at 12:10 pm #85177notfarnowParticipant
It seems like many are having issues integrating WooCommerce with Genesis 2.0 and some of the newer Pro themes.
I am using Outreach Pro
Genesis Connect for WooCommerce 0.9.7
Genesis 2.0.2
Genesis Style TrumpI have everything installed properly and have added:
add_theme_support( 'genesis-connect-woocommerce' );
add_theme_support ( ‘woocommerce’ );to my functions.php file yet I am still getting the error:
Your theme does not declare WooCommerce support – if you encounter layout issues please read our integration guide or choose a WooCommerce theme 🙂Also the genesis CSS is being overridden still.
Should I deactivate Genesis Connect for WooCommerce and do the theme integration manually?
OR keep it active and do the theme integration manually?
OR is Genesis Connect going to support the newer themes out of the box in a future release?Thanks!
March 31, 2014 at 7:27 am #97603SusanModeratorAs you posted this over two months ago, I hope you were able to get your issue resolved. If not, report back and I'll try to escalate for you.
If it is resolved, please go ahead and mark it as resolved, so it can be closed.
May 12, 2014 at 11:39 pm #104860notfarnowParticipantThis is still not working... It looks like many are having the same issue. I'm getting the dreaded: orry! In order to use the Genesis Connect for WooCommerce plugin you need to do the following:
Add this code to your child theme's functions.php:
add_theme_support( 'genesis-connect-woocommerce' );Even though I've already added it with the Enterprise theme.
Please help thanks!
May 13, 2014 at 5:17 am #104876SusanModeratorDoes Woo Commerce work without the Genesis Connect plugin?
I would try integrating manually without the Genesis connect plugin being active.
May 13, 2014 at 12:13 pm #104949SummerMember@notfarnow, are you still using the Enterprise theme, or did you fully switch to the Outreach Pro theme?
If you switched, you also have to add the all of theme support code for WooCommerce to the functions.php of Outreach Pro.
Since Enterprise is no longer the active theme, WordPress won't even look at that theme's functions.php to know about the plugin support being added.
WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
Slice of SciFi | Writers, After DarkMay 13, 2014 at 12:22 pm #104951SusanModeratorGood point, Summer!
May 13, 2014 at 1:29 pm #104962notfarnowParticipantThanks Y'all! Yeah I added the code to both functions.php files. I ended up finding the solution with quotes. You can see in my initial post is
add_theme_support( ‘genesis-connect-woocommerce’ );
which is incorrect. The correct way is
add_theme_support( 'genesis-connect-woocommerce' );
It doesn't always translate properly when copy and pasting.so make sure to use ' NOT ‘
May 13, 2014 at 4:44 pm #104983SummerMemberIn the posts here in the forums, without using the "code" tag or pastebin, it's impossible to tell the difference between regular quotes and "smart" quotes, but yeah, I know what you mean 🙂
WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
Slice of SciFi | Writers, After Dark -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.