ThemeForest

blanco featured image not showing

2 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
etlnivre80 says

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

1427 posts Community Team
  • 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
+1 more
Dzinc staff says

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!

1 post
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • Spain
emgo says

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

2 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
etlnivre80 says
Hello there, it is now working, I have found this link http://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail and it works for me. apparently you have to integrate woommerce plugin with nlanco theme.

let me know if it works for you. thanks


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
1 post
  • Has been a member for 0-1 years
lautrec says

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!

1 post
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
vaida36 says

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!

by
by
by
by
by