Community Forums › Forums › Archived Forums › Design Tips and Tricks › woocommerce & page.php
Tagged: Agency, update, upgrade, WooCommerce
- This topic has 11 replies, 7 voices, and was last updated 12 years, 1 month ago by
noxbane.
-
AuthorPosts
-
March 5, 2013 at 3:00 am #24276
tina
MemberPlease help
the woocommerce and genesis dont go together well - so the solution is to change the page.php
But in the Balsnce theme I dont have a page.php I have a page_landing.php and I cannot change the loop there as suggested by woocommerce
Please help
Thank you Monika
Suggestions by woo:
Duplicate page.php
Duplicate your theme’s page.php file, and name it woocommerce.php. This file should be found like this: wp-content/themes/YOURTHEME/woocommerce.php.
Edit your page (woocommerce.php)
Open up your newly created woocommerce.php in a text editor (or the editor of your choice).
Replace the loop
Next you need to find the loop (see The_Loop). The loop usually starts with a:1
<?php if ( have_posts() ) :
and usually ends with:
1
<?php endif; ?>
This varies between themes. Once you have found it, delete it. In its place put:
1
<?php woocommerce_content(); ?>
This will make it use WooCommerce’s loop instead. Save the file. Your done.
March 5, 2013 at 3:33 am #24277Brad Dalton
ParticipantDid you try this plugin http://wordpress.org/extend/plugins/genesis-connect-woocommerce/
March 5, 2013 at 12:02 pm #24337tina
MemberThank you so much:)
I really appreciate your help - great
Super day for you
best wishes
March 5, 2013 at 2:38 pm #24386imagemarket
MemberWooCommerce 2.0 upgrade TROUBLE with Genesis Themes
The suggested fix that WooCommerce published for those who use 3rd party themes doesn't seem to apply to Genesis Themes.
http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
I've been using the Agency Child theme with the Genesis Connect for WooCommerce plugin.
Everything was working great before I clicked the Upgrade WooCommerce 2.0.1 plugin link yesterday.
Now some of my Product page layouts are broken, not even displaying the 'Add to Cart' buttons, etc. >>
http://www.realestatecentre.biz/shop/salesperson-online-practice-tests
But some Product pages are working fine. >>
http://www.realestatecentre.biz/shop/salesperson-home-study-courses
I have no idea how to fix this... HELP?!????
Thx
R. Price
March 5, 2013 at 4:41 pm #24429jeffk
MemberHello,
I am experiencing the same issue with Genesis, The Agency theme and Woo Commerce 2.0.1.
BTW - Did anyone try creating a page.php file and then put it in the main directory?
Thanks,
Jeff
March 5, 2013 at 4:51 pm #24433imagemarket
MemberFollowing Woo directions I duplicated the Genesis Theme page.php and renamed it as woocommerce.php,
added this line of code:
woocommerce_content();
& uploaded it to the /Agency theme directory,
but no luck
March 5, 2013 at 7:25 pm #24466joyv
MemberIs there an ETA on updating the Genesis Connect plugin for Woocommerce?
March 6, 2013 at 6:59 am #24528SpeedOdder
MemberIs there an ETA on updating the Genesis Connect plugin for Woocommerce?
FAST PLEASE
March 6, 2013 at 7:07 am #24530SpeedOdder
MemberWorked for me to disable custom permastructure of WP pages. Still...
March 6, 2013 at 8:14 am #24537tina
MemberHey Guys,
solved my problem: Do it as Brad Dalton suggests: with this plugin http://wordpress.org/extend/plugins/genesis-connect-woocommerce/
This works super dupa
March 6, 2013 at 8:33 am #24541imagemarket
MemberTina,
Did you just start using WooCommerce on your site that had the issue?
I believe everybody else on this thread who has this issue has already installed the Genesis Connect plugin, I even checked my version number, 0.9.4 is the latest since July 2012, and it did work great for the previous version of WooCommerce, but they just updated to version 2.0.1 in the last few weeks and Genesis Connect does not yet address the new issues created as a result of the Woo update.
For me, this is a serious problem and a reminder of the risks involved when relying on multiple 3rd party solutions.
Hoping this thread gets some attention... need a solution FAST, happy to pay for it too, just contact me if you're an accredited WP expert.
Thx
March 6, 2013 at 1:10 pm #24583noxbane
MemberI fixed my page layout issues by adding this to my functions.php
add_theme_support( 'woocommerce' );
So now my functions.php has TWO lines related to woocommerce:
add_theme_support( 'woocommerce' );
add_theme_support( 'genesis-connect-woocommerce' );
I learned this from here: http://wordpress.org/support/topic/woocommerce-update-broke-theme
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.