Thanks, Jack. It works. By the way, when the color has the long name, it will be dropped by another line. Like this:
Color:
Premium Heather
This topic has 42 replies, 6 voices, and was last updated 9 years, 7 months ago ago by Jack Richardson
Thanks, Jack. It works. By the way, when the color has the long name, it will be dropped by another line. Like this:
Color:
Premium Heather
Hello,
Try to change this css code
.products-small .product-item .variation {
width: 90px;
}
to this:
.products-small .product-item .variation {
width: 120px;
}
Best regards,
Jack Richardson.
Hi Jack,
It doesn’t work well. They are floated to the left.
One more questions, how to tick the product as on-sale?
Best Regards,
Kevin
Hello,
To mark products as “sale” you need add sale price in product editor.
I’ve changed the code as mentioned in the previous post and don’t see any issues:
http://storage8.static.itmages.com/i/16/0512/h_1463045692_7937837_af1bf0b8ef.jpeg
Please clear browser cache and check again.
Best regards,
Jack Richardson.
I tested it but didn’t work as expected.
One important problem is that the review is totally disabled on firefox and sometimes happens on Chrome. Please take a look.
Hello,
Have you changed WP Dashboard credentials? Please provide the correct ones.
What “review” do you mean? Is it “Reviews” tab on single product page?
Best regards,
Jack Richardson.
Sorry Jack. For security, i had to disable them. Please check private message. Thanks
Hello,
Theme Options styling is caused by one of your plugins. Disable them one by one to find it out.
To show one product per row on mobile add this code in custom.css:
@media (max-width: 480px) {.products-grid.product-count-3 .product:nth-child(n) {
width: 100% !important;
}}
Regards,
Eva Kemp.
Hi Eva,
I added it but it is still the same.
Hello,
To show one product per row on home page you need edit your Products element that you added in home page editor and set 1 to “Number of items on phones” field.
Regards,
Eva Kemp.
Great, Eva. Please check the private message.
Hello,
1. Please use this code in custom.css file:
@media (max-width: 480px) {.boxed.rightPanel-enabled .shopping-cart-widget {
width: auto !important;
}}
2. As for cart widget, it’s difficult to achieve what you want to do with variations because it’s built as table and to get variations inline their width should be changed, but you have variations with different words length and that’s why it can’t be done. So we recommend you to use default theme styling and remove custom css code you were given earlier.
3. Try to use this css code:
@media (max-width: 480px) {.single-product .woocommerce-message .button {
float: none;
}}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up