Several image issues after updating to SVN revision 5276

Started by jjk, January 14, 2012, 22:03:55 PM

Previous topic - Next topic

jjk

J1.7.3/VM2 SVN revision 5276
A few new image issues after updating to to latest SVN:

- In BE Product Information tab, now all dashes between words are incorrectly stripped in the 'Product Alias' field (stored as slug in the database). However, when SEF urls are created, the dashes are still there.
In my _virtuemart_products_de_de table a number of slugs got replaced by a date/time stamp like "2011-12-01-16-43-149". In the corresponding _virtuemart_products_en_gb table all orginal slugs are still there.

- All category and many of my product thumbnail and primary and additional product images are not visible or are being replaced by the "image not available.gif". Image paths, database entries and image files are still looking correct (unless I'm overlooking something). Also, all images are still visible in the 'Product Edit' - 'Product Images' Tab.

- After several recent updates of ...\components\com_virtuemart\views\productdetails\tmpl\default.php, the issue described in this forum post is still present: http://forum.virtuemart.net/index.php?topic=95694.0
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

PRO

are you sure those slugs were not there before? I do remember this happening before when switching to multi language


My lightbox still works, but the full size image does collapse.

I didnt realize they were adding this mouseover feature, because I have a template override.

But yes, the code is right there in the head.

('.additional-images .product-image').mouseover(function() {
         himg = this.src ;
         $('.main-image img').attr('src',himg );
      });
   });

Just probably needs an extra parameter on what to do on mouseleave


jjk

...just talked to our chief developer - fixes are probably in the pipeline already but not comitted yet. Concerning the missing images, a number of them somehow got unpublished in the Media Manager (a new feature)
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations