Comments Thoro started the conversationDecember 2, 2020 at 11:10pmthe thumbnails on my simple bundles are so small. My customers have to click on each product just to see a decent picture. can you send me instructions on how to make them larger please. thank you example page. small thumbnail bundle page, I need the pics 2-5 times larger 767Janilyn repliedDecember 3, 2020 at 11:08amHi Thoro, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support Agent 153Henry repliedDecember 3, 2020 at 11:08pmYou can add this css to "Additional CSS":@media only screen and (min-width : 1025px) {.woosb-products .woosb-product .woosb-thumb { width: 110px;}.woosb-products .woosb-product .woosb-thumb img { width: 100px; max-width: 100px;}}Best regards,Henry N.Thoro repliedDecember 4, 2020 at 6:36pmThank you that worked. However my pics are not centered and they are all chopped off.https://survivalismmarket.com/product/fire-wood-pac-ultimate/how do I now get the whole pic in the new pixel parameters?thanks 153Henry repliedDecember 5, 2020 at 4:00amHi Thoro, You can add this code to function.php add_filter("woosb_item_thumbnail","change_woosb_item_thumbnail",10,2);function change_woosb_item_thumbnail($img,$_product){ return $_product->get_image("full");} Best regards,Henry N.Thoro repliedJanuary 5, 2021 at 8:15pmforgive me but I where is function.php. I just added this to the additional css and it did not work 153Henry repliedJanuary 6, 2021 at 3:11amHi Thoro,Please add it to the function.php file in the theme you are using. This is not css code so you cannot add in additional css.Best regards,Henry N. Sign in to reply ...
the thumbnails on my simple bundles are so small. My customers have to click on each product just to see a decent picture. can you send me instructions on how to make them larger please. thank you
example page. small thumbnail bundle page, I need the pics 2-5 times larger
Hi Thoro,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
You can add this css to "Additional CSS":
@media only screen and (min-width : 1025px) {
.woosb-products .woosb-product .woosb-thumb {
width: 110px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 100px;
max-width: 100px;
}
}
Best regards,
Henry N.
Thank you that worked. However my pics are not centered and they are all chopped off.
https://survivalismmarket.com/product/fire-wood-pac-ultimate/
how do I now get the whole pic in the new pixel parameters?
thanks
Hi Thoro,
You can add this code to function.php
add_filter("woosb_item_thumbnail","change_woosb_item_thumbnail",10,2);
function change_woosb_item_thumbnail($img,$_product){
return $_product->get_image("full");
}
Best regards,
Henry N.
forgive me but I where is function.php. I just added this to the additional css and it did not work
Hi Thoro,
Please add it to the function.php file in the theme you are using. This is not css code so you cannot add in additional css.
Best regards,
Henry N.