This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hi, I bought Royal template and install wordpress and theme. Then I install base demo content and I install “Flowers” theme version, but I don’t see the same as demo page “https://www.8theme.com/demo/royal/flowers/”.
Is this correct?
Thanks!
Hello,
I’ve edited your “Flowers” page. Please check it now. Also set “Flowers” page as front page in Settings > Reading.
Best regards,
Jack Richardson.
Hi,
I do it! Thanks!
Another question, my single product page don’t see correctly. It’s possible that my size of product images are not correct? I put the same sizes of the documentation.
Thanks!
Hello,
Please use this code in Theme Options > Custom CSS > Custom CSS for desktop:
#product-pager {
width: 215px !important;
}
#product-pager .owl-item {
width: 70px !important;
}
Regards,
Eva Kemp.
Thanks Eva,
but 2 more questions:
– the apperance of the quantity box is different between my web and the example
– the distance between quantity box and “add to cart button” is larger too on my web
Thanks!
Hello,
1. Quantity box on single product page is related to woocommerce plugin and it was changed from their side in one of the plugin updates. On our demo old versions of plugins are installed that’s why quantity box differs. If you want to revert back old quantity box design you can use the following plugin https://wordpress.org/plugins/woocommerce-quantity-increment/
2. Try this css code in Theme Options > Custom CSS > Custom CSS for desktop:
.product-information .cart button[type="submit"] {
float: none !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up