Hi,
First – Great job!
I found out that the sentence “I have read and I agree to the terms” (something along these lines, I have it translated so I don’t know the exact term) on the checkout page, isn’t right aligned.
Just wanted to point it out.
krko
]]>Hello…
before latest update 1.0.4 I use this code on my rtl style sheet to flip arrows and its working good.
.next {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.prev {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
and after update I delete this code from my rtl style sheet but I have problem in arrows on main style ltr _not display arrows_.
]]>Hello, I am using WooCommerce RTL and once I set site language RTL it also sets administrative menu RTL. I would like administrative panel in English.
Is it possible?
Thank you!