This topic has 29 replies, 5 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hello,
Where or how do I change the dimensions of the product images, for example I would like the width to be 600 and height to be 300 in the product page layout. I know in another theme we can change it under product page layout, single product page layout etc…but I can’t find these options here? Thank you.
Hello,
You can change image size in Dashboard->WooCommerce->Settings->Products->Display->Product Images.
Then you need regenerate your thumbnails via Regenerate Thumbnails plugin.
Regards,
Robert Hall.
Hi Robert,
That’s right thank you. How can we get quickview to show that size as well? I noticed when you view a picture in quickview it’s different sizing.
Sorry, but isn’t possible to change image size in “Quick View” mode via admin panel.
You can do it manually with some CSS code.
Regards,
Robert Hall.
Nevermind, the demo pictures are big and not the right size, so once I put a image with the appropriate size the Quick View image is to the original size that I want. Thank you.
Noticed another thing, when I resized the thumbnails my category pictures resized too, I would have liked to kept them at the original size, is there anyway to have those category pictures be a different size?
No, it’s not possible too, but we can try to change the size using CSS code.
Please clarify what image size you want for category images?
Regards,
Robert Hall.
On the homepage the image size I want for the categories is 265 x 265.
Hello,
You can try to use this code in Global Custom CSS, but images will be distorted:
.product-category > a img {
height: 265px;
width: 265px !important;
}
Regards,
Eva Kemp.
Hello,
I added the code but that didn’t change the size?
Hello,
I’ve added the code in your child style.css file and the changes are visible now.
Please check home page.
Regards,
Eva Kemp.
Yes like you said it looks distorted 🙁 I have gone ahead and removed it. Have to think of an alternative for that section and remove 8theme product categories, do you have a recommendation of an element I use to replicated the look and just link the picture or section to appropriate category? Thank you.
Hello,
You can try to use WooProduct Categories element or Single Image element (upload images and link them to category pages).
Regards,
Eva Kemp.
Hi,
I used the image carousel to set up same effect, however I notice under mobile viewing the image is not centered, how do I center it? And how can I make it fade when you hover over it like how it does with the 8theme product categories images. They are currently right above and below eachother under my home page. Thank you.
Hello,
Please use this code in Custom CSS for mobile:
.owl-images-carousel.owl-carousel.owl-theme img {
width: 100%;
}
Best regards,
Jack Richardson.
Hi Jack,
I added the code but see no change?
Hello,
Please clean all cache and check this issue.
Regards,
Robert Hall.
Yes. Thank you team.
Hello plush,
is your problem solved?
Regards,
Stan Russell.
One more thing I had asked for regarding the image carousel on my home page besides centering, how can I make it fade a little bit when you hover over it like how it does on the product category images?
Hello,
Please add this code in Global Custom CSS or child style.css file:
.owl-images-carousel.owl-carousel.owl-theme img:hover {
opacity: 0.7 !important;
}
Regards,
Eva Kemp.
Perfect. I’m glad there’s usually a workaround to most things with this theme very flexible.
Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Is there a way to do same above effect to fade a little when you hover over image on the brands page I have for each single image brand on that page when you hover over it? Thank you.
Hello,
As I see hover effect is working for images in brands slider on home page.
Please show a screenshot where you want to modify it.
Regards,
Eva Kemp.
Hi,
Yes on the homepage the hover effect is present, I would like to also have it on the brands page I created with single image of each brand. See link to page in private content. Thank you.
Hello,
Please use this css code:
.wpb_single_image .vc_single_image-wrapper.vc_box_border img:hover {
opacity: 0.8;
}
Regards,
Eva Kemp.
Great. Thank you.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up