- Posts: 12
- Thank you received: 0
Updated VM to 2.6 - no thumbs visible in hot scrol
-
lostmail
Inactive member -
Topic Author
- New Member
-
Up to now the thumbs are not visible any more in Hot Scroller.
Only Title and Buy Now - but no image.
Please Log in to join the conversation.
-
lostmail
Inactive member -
Topic Author
- New Member
-
- Posts: 12
- Thank you received: 0
Sample:
VM 2.0.x:
/images/stories/virtuemart/product/resized/100_2147_200x150.jpg
VM 2.6:
/images/stories/virtuemart/product/resized/elephant_200x150.jpg
It seems, that in the new VM-System the created thumbs get their name from the product image. In the 2.0 Version the name of the thumb has a numer before....
Seems that the scroller is not more compatilbe to VM 2.6 ???
Please Log in to join the conversation.
-
lostmail
Inactive member -
Topic Author
- New Member
-
- Posts: 12
- Thank you received: 0
_virtuemart_medias:
The table "file_url_thumb" ist not filled anymore when I create new products with images.
In 2.0 this table is filled - after upgrade to 2.6 this table is not used from VM any more !
Please update the Scroller Code to be compatible with 2.6 !!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
- Posts: 14116
- Thank you received: 1639
Please Log in to join the conversation.
-
lostmail
Inactive member -
Topic Author
- New Member
-
- Posts: 12
- Thank you received: 0
forum.virtuemart.net/index.php?topic=123448.msg421307#msg421307
Please update the Hot Scroller !
Please Log in to join the conversation.
-
lostmail
Inactive member -
Topic Author
- New Member
-
- Posts: 12
- Thank you received: 0
helper.php(396): $html .= '<span class="VMTitle'.$this->slideid.'" style="color: '.$this->titlecolor.'; text-align: '.$this->titlealign.';">'.'<a href="'. $product_link .'" title="'.$pr->product_name.'"><img src="'.JURI::base(true).'/'.$image->file_url_thumb.'" class="VMImg'.$this->slideid.'" style="width: '.$this->imageSize.';" alt="'.$pr->product_name.'" /><br/>'.$pr->product_name.'</a></span>';
helper.php(398): $html .= '<span class="VMTitle'.$this->slideid.'">'.'<a href="'. $product_link .'" title=""><img src="'.JURI::base(true).'/'.$image->file_url_thumb.'" class="VMImg'.$this->slideid.'" style="width: '.$this->imageSize.';" alt="'.$pr->product_name.'" /></a></span>';
Please Log in to join the conversation.