Hello from Germany,
i use virtuemart 2.0.8e and have a problem with the category picture.
(http://img580.imageshack.us/img580/5092/unbenannt2jg.jpg)
How is it possible to make it bigger ??? 200px / 200px
thank you.
Yes... Use the thumbs in virtuemart administrator, put the thumbs in 200X200
Go to products, change the url thumb to:......../images/....200X200.png, for example....
and test :)
the right thumb picture was corretly but category pictures are small?????????
(http://img6.imageshack.us/img6/2214/unbenannt2xn.jpg)
and they config for thumb is correct:
(http://img805.imageshack.us/img805/4968/unbenannt2xud.jpg)
I don“t know?
p.s. the category row is set to 1 (smaller) but dont help.
I read in other forum that you need to delete all the "thumb" images that have another sizes...
I'm not sure that is correct, for me works like I said in the last post.
Hope this help you :)
THX, I have read this too and done this.
Why are the category Images are so small ?????????? No way to change format?????
Solved:
/www/components/com_virtuemart/views/category/tmpl/
default.phpline 223 - 229:
Quote// Show Products ?>
<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
<div class="spacer">
<div style="position:absolute; top:160px; left:350px; >
<?php /** @todo make image popup */
echo $product->images[0]->displayMediathumb('class="browseProductImage" border="5" title="'.$product->product_name.'" ',true,'class="modal"');
?>