I have newly bought blanco theme and the product image and feature image is not working? It just show blank? whats wrong with this theme? thanks
ael
- Envato Staff
- Community Ambassador
- Has been a member for 0-1 years
- Bought between 1 and 9 items
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Referred between 1 and 9 users
- Helped protect Envato Marketplaces against copyright violations
- Brazil
- Microlancer Beta Tester
Hi ael, this is a general open forum, the appropriate support forum for this theme can be found here.
Or, you can interact directly with the author here. The link takes you to the item’s Comments section, where you can also browse previous posts for additional information and/or troubleshooting. Good luck!
- Bought between 1 and 9 items
- Has been a member for 0-1 years
- Spain
etlnivre80 i also passed Your problem, I just bought the theme and I have the same problem. 1) The images are not seen, only see a white box in homepage featured images 2) The product page does not show me the gallery with additional images of the product.
If you solve something let me know thanks
let me know if it works for you. thanks
emgo said
etlnivre80 i also passed Your problem, I just bought the theme and I have the same problem. 1) The images are not seen, only see a white box in homepage featured images 2) The product page does not show me the gallery with additional images of the product. If you solve something let me know thanks
hey i know this is a month old but i’ve come up with a solution…
on your theme/woocommerce/content-product.php file
you’ll see this line:
<div class="img-wrapper<?php if(etheme_get_custom_field('_etheme_hover') && $product_img_hover == 'swap') echo ' hideableHover' ?>"><img class="product_image" src="<?php echo $url[0]; ?>" /></div>
change it for this one:
<div class="img-wrapper<?php if(etheme_get_custom_field('_etheme_hover') && $product_img_hover == 'swap') echo ' hideableHover' ?>"><img class="product_image" src="<?php echo $url[0]; ?>" /> <?php {
the_post_thumbnail();
} ?>
</div>
at least it worked for me, cheers!
To Lautrec,
After two days of searching for answers everywhere and trying everything in order to solve the missing images problem for Blanco theme, I found your post and the changes you suggested worked!!! Thank you again for sharing this!
