-
Hi there for the site Seafoundation.eu i used your plugin.
For that you suggested to go to the page themes/sea/templates/ and open the page product_overview_4.phpI had to look for
theme_print_content();
change to:
global $dhvc_single_product_template_id;
if(empty($dhvc_single_product_template_id)){
theme_print_content();
}else{
while ( have_posts() ) : the_post();wc_get_template_part( ‘content’, ‘single-product’ );
endwhile;
}——————
This worked fine until today,
I updated themler, and Visual composer and i re-edited the product_overview_4.php
The strange thing is that the product image is not showing up.
This has not happened before.
on the place the product should appear, there is the mousepointer active as hand, and on clicking that link the image pops-up in a black page, but the image itselve does not show up.
Here you find a sample:Please can you help me with this issue?
Product image does not show up after update
This topic is: not resolved