Tagged: enfold, woocommerce
-
AuthorPosts
-
February 21, 2014 at 12:24 am #227129
Hello,
i tried really a lot to solve this little problem.
I’m building an ecommerce and i’ve a bad alligment with email field into the billing address page (once i registered and logged in)
Here’s what happens
i checked the code and noticed that the field got the .form-row-first field, instead of .form-row-last one
it’s that correct? How can i fix it?THank you :)
February 21, 2014 at 3:16 am #227210Hey bitinteractive!
Can we see the site live? If you can also provide a test login that would be helpful to see it exactly as you are seeing it.
Cheers!
DevinFebruary 21, 2014 at 12:23 pm #227402This reply has been marked as private.February 21, 2014 at 7:59 pm #227641Hello Devin,
Any hint?I would like to know also if is it possible to add a checkbox for privacy policy on the register box, near the register button.
Something like i accept privacy policy rules.
Thank youAlex
February 23, 2014 at 7:43 pm #228167Hey!
I tried to login to your website but login credentials are incorrect. It says “ERRORE: nome utente non valido. È stata persa la password? ”
Please send login credentials againBest regards,
YigitFebruary 23, 2014 at 8:01 pm #228174This reply has been marked as private.February 23, 2014 at 8:01 pm #228175This reply has been marked as private.February 23, 2014 at 8:10 pm #228179Hey!
You have added many custom CSS code such as following
.col2-set .col-2 { height: 302px; }
They mess up the look of your checkout page. Please firstly remove them. This is how i see your page right now http://i.imgur.com/y9OVkzM.jpg
Regards,
YigitFebruary 23, 2014 at 8:14 pm #228183February 23, 2014 at 8:16 pm #228184Hi!
It seems like it was because of one of your custom codes and it was fixed when you remove them http://i.imgur.com/9boggsu.jpg
Best regards,
YigitFebruary 23, 2014 at 8:19 pm #228185February 23, 2014 at 8:21 pm #228186You need to check the account page and billing page, not the checkout registration form.
February 23, 2014 at 8:35 pm #228189Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#billing_email_field { clear: both; }
Cheers!
YigitFebruary 24, 2014 at 12:11 am #228257Hello Yigit that worked like charm thank you! :)
I have another little issue on the shipping address form, didn’t noticed before i’m sorry.
Once you logged in just clik edit shipping address and you will see the “save address” button that has the same problem as before. I would like to have a bit of margin on the left side of the button. Or alternatively the button should go to the following row.
Thank you
AFebruary 24, 2014 at 3:48 pm #228500Hi!
Please add following code to Quick CSS as well
.woocommerce-page .button { clear: both; }
Button will go to following row :)
Cheers!
YigitFebruary 24, 2014 at 5:23 pm #228574Awesome Ygit,
thank you for your support.
Since you’re so professional i take advantage of this and ask you about a footer situation.
Actually i got a full hd monitor and i see the 4 column of the footer correctly,
if i resize the browser window under 1000 pixel (and that’s happen on my nexus 10 in vertical mode aswell) i got 2 column per row but it still is plenty of space on the first row as you can see in the
Is it possible to let the four columns stay on a single row till the space they require is too short?
Thank you :)
AFebruary 25, 2014 at 10:01 am #228922Hi!
No, unfortunately there’s no way to measure the width of the content inside the columns with css. You can change the media queries if you want to change the responsive layout for smaller screens but this layout is also based on a percentage value and it will break the content (i.e. new line or hide it) if it doesn’t fit into the column.
You can use this code:
@media only screen and (max-width: 989px) and (min-width: 768px){ .responsive #footer .av_one_fourth.first.el_before_av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_half.first + #footer .av_one_fourth.el_before_av_one_fourth, .responsive #footer .av_one_half.first+ #footer .av_one_fourth.el_before_av_one_fourth+ #footer .av_one_fourth { margin-left: 3%; width: 20.5%; } }
to change the width of the columns for screens with a width between 989px and 768px. Change the width percentage value if necessary and/or adjust the max-width/min-width values to get better results.
Cheers!
PeterMarch 2, 2014 at 1:13 am #231142Hello Ygit,
i noticed a little problem after i put the code you said to me
.woocommerce-page .button { clear: both; }
Now on the product page i have the “add to cart” and “show details” buttons one under another and not on the same line, if i remove that code they go back on the same line. How can i affect just the billing page and not the product one?Thank you!
Alex
March 3, 2014 at 2:24 am #231387Hey!
Please add following code to Quick CSS as well
#top .avia_cart_buttons .button { clear: none !important; }
Cheers!
YigitMarch 3, 2014 at 11:23 am #231476Hey Yigit,
thank you it works perfectly :)
Another little thing i noticed,
if you try to add a product in the cart you will have the cart icon top right of the monitor. When you go on rollover on the icon it will display the cart with view cart and checkout buttons but they are not on the same line, i guess they need a float:left but i don’t know which class exactly is. Can you help me out about this too? :)Thank you
Alex
March 3, 2014 at 5:43 pm #231683Hi!
I’m sorry but I can’t see the link to your website. I think it has been removed on your second post. I’ll ask Yigit to look at the site again. You should probably post the website url here again.
Best regards,
IsmaelMarch 3, 2014 at 5:48 pm #231690Hey!
Please add following code to Quick CSS as well
#top .dropdown_widget .buttons .button { clear: none!important; }
Best regards,
YigitMarch 3, 2014 at 6:26 pm #231720Thank you Yigit
really awesome support.
I will bother you again if i’ll find something else (let’s hope not) :DCheers
Alex
March 3, 2014 at 6:35 pm #231726 -
AuthorPosts
- The topic ‘Enfold Woocommerce billing address page’ is closed to new replies.