Brian+ 18 Report post Posted December 20, 2011 Hello, I just downloaded the WooCommerce plugin and started testing it and it's having a slight issue with PL 2.0. When viewing a product, it's forcing the information all the way to right, but the cart and checkout pages are working perfectly. You'll see some clunkiness with the PL meta display in the admin section section when adding a product??”see image 4. I would love to make this plugin work for PL 2.0 so any help would be appreciated. I feel there's only a slight change needs to be made in order to make this work. I appreciate it. Brian Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 20, 2011 Is there any way you could upload to a test server so that we could check out the CSS? Is there anything in the woocommerce documentation about setting container selectors for a specific theme? I know with jigoshop you have to sometimes list the containers of your theme in functions.php so that it builds the page correctly. Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 21, 2011 Hey Jim, So here is a testing site: [url]http://www.centercitypress.com/[/url]. You'll see what I mean when you go to the "Shop" link. Share this post Link to post Share on other sites
j0emv+ 1 Report post Posted December 21, 2011 Does it do the same thing if you get rid of the right sidebar and make the shop and product pages full width layout? Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 21, 2011 Hmm, the plugin seems like it might be overriding some key classes and/or id's such as "container". Its hard to pinpoint and this may not be the ideal solution but you could try this CSS for a band-aid fix: [code] #page, #dynamic-content { max-width: 1000px; margin: 0 auto; } [/code] Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 22, 2011 Thanks Jim, the band-aid worked. Hoping there might be a better solution down the road. (Changing the sidebars didn't work.) Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 22, 2011 If you can find anything in the plugin documentation or forum that gives a process for integrating into a theme post it here and I can try to help you further. Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 22, 2011 I'll take a look. You wouldn't happen to the know code to have images displayed behind a fixed footer when you need to scroll down? It's in relation to a question I previously asked. (http://www.pagelines.com/forum/discussion/16195/footer-forced-to-bottom#Item_7) Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 22, 2011 Must need sleep . . . z-index:2; solves that issue. Share this post Link to post Share on other sites
catrina 103 Report post Posted December 23, 2011 Do you still need assistance or did the z-index work...? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 23, 2011 The z-index worked but is there another solution? Share this post Link to post Share on other sites
catrina 103 Report post Posted December 23, 2011 Another CSS solution or another type of solution that doesn't involve CSS coding? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Brian+ 18 Report post Posted December 23, 2011 Another CSS solution. Share this post Link to post Share on other sites
Jenny 33 Report post Posted December 26, 2011 z-index is definitely the best solution when trying to make things appear in the proper layer order. If you need further assistance, please let us know. ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
reidwalley 1 Report post Posted February 16, 2012 This might help with getting the WooCommerce product pages to display correctly on PageLines Framework 2.0. I haven't tried this yet, but it looks promising. [b]Third party / custom theme compatibility[/b] (WooCommerce Docs): [url="http://www.woothemes.com/woocommerce-docs/codex/third-party-custom-theme-compatibility/"]http://www.woothemes.com/woocommerce-docs/codex/third-party-custom-theme-compatibility/[/url] Share this post Link to post Share on other sites
Jenny 33 Report post Posted February 16, 2012 Thanks for the link! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites