Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #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 :)

    #227210

    Hey 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!
    Devin

    #227402
    This reply has been marked as private.
    #227641

    Hello 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 you

    Alex

    #228167

    Hey!

    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 again

    Best regards,
    Yigit

    #228174
    This reply has been marked as private.
    #228175
    This reply has been marked as private.
    #228179

    Hey!

    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,
    Yigit

    #228183

    Done

    #228184

    Hi!

    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,
    Yigit

    #228185

    Hi there,
    actually is not really fixed,
    that’s how i see the billing address tab

    as you can see the email field is without right margin.

    #228186

    You need to check the account page and billing page, not the checkout registration form.

    #228189

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #billing_email_field {
    clear: both;
    }

    Cheers!
    Yigit

    #228257

    Hello 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
    A

    #228500

    Hi!

    Please add following code to Quick CSS as well

    .woocommerce-page .button { clear: both; }

    Button will go to following row :)

    Cheers!
    Yigit

    #228574

    Awesome 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 :)
    A

    #228922

    Hi!

    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!
    Peter

    #231142

    Hello 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

    #231387

    Hey!

    Please add following code to Quick CSS as well

    #top .avia_cart_buttons .button { clear: none !important; }

    Cheers!
    Yigit

    #231476

    Hey 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

    #231683

    Hi!

    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,
    Ismael

    #231690

    Hey!

    Please add following code to Quick CSS as well

    #top .dropdown_widget .buttons .button { clear: none!important; }

    Best regards,
    Yigit

    #231720

    Thank you Yigit
    really awesome support.
    I will bother you again if i’ll find something else (let’s hope not) :D

    Cheers

    Alex

    #231726

    Hey!

    You are welcome Alex, glad we could help! :)
    I am marking this thread as resolved for now, let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Enfold Woocommerce billing address page’ is closed to new replies.