News:

Support the VirtueMart project and become a member

Main Menu

category picture bigger

Started by olmos, July 18, 2012, 17:37:39 PM

Previous topic - Next topic

olmos

Hello from Germany,

i use virtuemart 2.0.8e and have a problem  with the category picture.




How is it possible to make it bigger ??? 200px / 200px

thank you.

fllipper

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 :)

olmos

#2
the right thumb picture was corretly but category pictures are small?????????





and they config for thumb is correct:



I donĀ“t know?



p.s. the category row is set to 1 (smaller) but dont help.

fllipper

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 :)

olmos

THX, I have read this too and done this.

Why are the category Images are so small ?????????? No way to change format?????



olmos

Solved:

/www/components/com_virtuemart/views/category/tmpl/  default.php

line 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"');
                  ?>