Forum Replies Created
-
AuthorPosts
-
Hi Harry,
I added the code to style.css of the child theme but not working.
Could you please sign out from my website if you are login in and check on the page : https://look.ir/my-account/
Rahim Vaziri
CEO & Founder at Look.irHarry,
Great, it’s working fine now.
Could you name the folders that I put it in child theme?
I have a woocommerce folder in child theme, I put it there but not overriding.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
Should it be changed to this ?
$output .= '<a href="' . esc_url( wc_get_page_permalink( 'cart' ) ) . '" class="button mt__20">';
Rahim Vaziri
CEO & Founder at Look.irI found this : https://stackoverflow.com/questions/14106971/forcing-form-text-to-be-lower-case
But don’t know how can this help me in this case and only for username not for example for the field of password.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
It’s not about checkout page.
It’s a plugin which notifies the customer for cancelled order. As you know Woocommerce doesn’t send email to customer for cancelled order.
In the first paragraph of the email the plugin says for example : Hi Harry,
I like to add a word ” dear ” after Harry in my language.
I want to do this in the function :
$msg = 'Hi ' . $order->billing_first_name . '.<br />';
Regards.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
Does this hide the background image on category pages?
Thanks
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
I am using a plugin which I would like to customize a msg part of it’s function.
I would like to add the word “test” after billing_first_name.
Could you please help me to add this? I get error all the time.
$msg = 'Hi ' . $order->billing_first_name . '.<br />';
Thank you.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
We have change the are of quick view button and change quantity button for mobile users for better ux.
Do you think that we need to do the same thing for heart button ( yith wishlist ) ?
I checked that and I think sometimes touching that is hard too and the product image gets the tap.
Thank you.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
Hope you are fine.
Any solution for iphone x?
Thank you.
Rahim Vaziri
CEO & Founder at Look.irHi Harry,
For checkout page, I agree with you.
The cart page should be like this in RTL layout and mobile view :
I changed the code you gave me to this and is working like the image :
@media only screen and (max-width: 736px) { [dir="rtl"] table.shop_table_responsive tr td:not(.product-quantity) { text-align: left !important; } /*[dir="rtl"] table.shop_table_responsive .product-quantity .quantity { float: left !important; margin-left: 0; }}*/
Is the second part necessary for this view? I made it comment.
Harry, Is smaller resolutions the title of the part starts from the left at the second line, is there any chance to start from right like iphone 5? I am sure this will happen too on larger screens when the title is too much and this starting from left is bug in rtl. http://take.ms/aSwUe
Rahim Vaziri
CEO & Founder at Look.ir -
AuthorPosts