Archived topic
My Account Woocommerce (without loggin) form is not in two columns
21 replies · Started by infocus on June 26, 2017
Hello Tom,
i see that the Generatepress Wocoommerce CSS is changing the original CSS of woocommerce, in this case; you can see in My Account Woocommerce (without loggin) form that this is not in two columns, instead is in one column (full width).
Hi there,
Here's what it should look like using the WooCommerce add-on in GP Premium: https://www.screencast.com/t/ove6usHr
Let me know :)
Yes, but logout or use a incognito windows in your browser. You can se the login / singn up forms.
Here's what I see: https://www.screencast.com/t/wW5sNP2keL7
Can you show me a screenshot/link me to what you're seeing?
I think that you have to activate the checkbox in woocommerce setting (http://imgur.com/a/sngNq)
Now would to see the registred form, like this: http://imgur.com/a/pNZdB
I test this in my localhost Generatepress site and it change when i active the woocommerce add on.
Gotcha - will look into and get back to you.
Great! Thank you Tom!
Fixed in the next version :)
Thanks!
Hi Tom, I also need two columns login-registration page. When the new version will be available? there's a temporary fix for have the login and registration forms side by side? Thanks
You can update to the new version right now by enabling beta testing: https://docs.generatepress.com/article/beta-testing/
That way you can confirm the issue is fixed before I officially release the update :)
GP Staff,
Any movement on this issue? I have the latest version of GP installed and I am still seeing my account screen in one column. http://www.sandandsteelfitness.com/my-account/ Would love some help on this.
-Paul
That's strange, thought we had this fixed.
Try this:
.u-columns {
display: flex;
flex-direction: row;
}
.u-column1.col-1,
.u-column2.col-2 {
width: 50%;
}
I tried adding that css code, but it had no effect.
https://www.sandandsteelfitness.com/my-account/
They're in 2 columns for me now. Did you clear your browser cache?
The login screen yes, but once you login the view switches back to the single column layout. E.g. the dashboard should be two column, but it's one.
https://www.screencast.com/t/eLRDVEpLqpXj
-Paul