Hi Olivier,
I tried to connect to your site but I got error “The connection has timed out”.
But about your request, you can do following steps below:
1.Example you configed browse page for that category is “browse_1″ in back-end, please go to com_virtuemartthemesja-mesolitetemplatesbrowse folder, open browse_1.php file
2.Change those lines (line 11 to line 22):
<blockquote> <div class=”browseProductImageContainer”>
<script type=”text/javascript”>//<!]>
</script>
<noscript>
<a href=”<?php echo $product_full_image ?>” target=”_blank” title=”<?php echo $product_name ?>”>
<?php echo ps_product::image_tag( $product_thumb_image, ‘class=”browseProductImage” border=”0″ title=”‘.$product_name.'” alt=”‘.$product_name .'”‘ ) ?>
</a>
</noscript>
</div></blockquote>
by
<blockquote> <div class=”browseProductImageContainer”>
<a href=”<?php echo $product_flypage ?>” target=”_blank” title=”<?php echo $product_name ?>”>
<?php echo ps_product::image_tag( $product_thumb_image, ‘class=”browseProductImage” border=”0″ title=”‘.$product_name.'” alt=”‘.$product_name .'”‘ ) ?>
</a>
</div></blockquote>
Regards