Jump to content
Sign in to follow this  
Brian

WooCommerce

Recommended Posts

Brian

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 WooCommerce-01.gifWooCommerce-02.gifWooCommerce-03.gifWooCommerce-04.gifWooCommerce-05.gif

Share this post


Link to post
Share on other sites
kastelic
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
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
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
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
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
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
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
Must need sleep . . . z-index:2; solves that issue.

Share this post


Link to post
Share on other sites
Brian
The z-index worked but is there another solution?

Share this post


Link to post
Share on other sites
Jenny
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×