Digital experiences for all disciplines
Forum Replies Created
-
-
February 12, 2015 at 7:45 pm in reply to: Buttons looks very different in different screensizes #149634
Hi Rui,
i put in the custom css. It works, but it looks not so good if you reduce the screen size. You can try yourself. (Or see the attached pics.)
And I put in the pics folder in the dante-child folder, but nothing happend.
Attachments:
You must be logged in to view attached files.February 11, 2015 at 8:22 pm in reply to: Buttons looks very different in different screensizes #149185This reply has been marked as private.January 27, 2015 at 7:06 pm in reply to: Buttons looks very different in different screensizes #144901This reply has been marked as private.Hi Mohammad,
ok I ask at woocommerce support.Thanks
Great!
Thanks!
Works very well!
Thanks!Hi Rui,
I tested it also on another PC with the same incorrect viewing.
Hi Rui,
I can always reproduce it.
I tested it in firefox 35
and in IE 11
(Monitor 1920x1080px)What do you using for testing?
-brebber
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.Hi there,
thanks for all the help in the past.
Now I have a new problem with the size of the shopping card.
If a customer buys articles over 80.- Euro he gets the option for free shipping (Kostenloser Versand). With this option the shopping card resize and it gets smaller than before. (like you see one pic two) That doesnt looks really good.It should should have the same size, when a coustomer buys articles under 80.- Euro. (like you see one pic one)
In the past you sent me the following code changes for resizing the shopping card:
@media only screen and (min-width: 1200px) { body.woocommerce .has-no-sidebar ul.products li.product { width: 212px; } } .woocommerce .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus { width: 30px; } #shipping_method li label { font-size: 11px; } body.woocommerce .has-no-sidebar ul.products li.product, body.woocommerce .has-no-sidebar .upsells.products ul.products li.product, body.woocommerce .has-no-sidebar .related.products ul.products li.product, body.woocommerce .has-one-sidebar ul.products li.product { width: 212px } #shipping_method li label { padding-left: 25px; } .woocommerce .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus { width: 23px; } .woocommerce .coupon input.input-text { width: 48%; } .woocommerce #payment .terms label { width: 80%; } .woocommerce-checkout table.totals_table { width: 60%!important; } .woocommerce .order_details li, .woocommerce-page .order_details li { border-right: 1px dashed #dfdbdf; float: left; font-size: 1em; line-height: 1em; margin-right: 2em; padding-right: 2em; text-transform: uppercase; } .woocommerce-checkout .my-account-right { float: left!important; width: 100%!important; } .woocommerce-checkout .my-account-left, .woocommerce-checkout .woocommerce .continue-shopping{ display:none!important; } .woocommerce-checkout .my-account-right { float: left!important; width: 100%!important; } .woocommerce-checkout .my-account-left, .woocommerce-checkout .woocommerce .continue-shopping{ display:none!important; }
Attachments:
You must be logged in to view attached files.Hi Mohammad,
thanks for your answer, but this does not help me.
At all time of the checkout process I want to see the following information:
Shipping: 5.- Euro (inkl. 7 % VAT = 0,80 Cent)at present I only see this:
Shipping: 5.- EuroThanks that works like it should be!
Yes I did, because I want it hide it on the cash checkout side, and this code was the tip Mohammad (post http://www.swiftideas.com/forums/topic/trouble-with-woocommerce-width/page/3/#post-136575).
So, now I erase the code again:
.woocommerce-account div.woocommerce div.help-bar{display:none !important;} div.my-account-left ul.nav.my-account-nav{display:none !important; }
But now I have the same problem as before with the last step of the cash(side)
-brebber
PS: Now I update the woocommerce plugin to Version 2.2.10
Attachments:
You must be logged in to view attached files.This reply has been marked as private. -