Try the Demo

Magento Forum

   
Only the base image is showing (magento 1.4.0.1) all other images are empty
 
stefr
Jr. Member
 
Total Posts:  21
Joined:  2009-07-05
 

Hi,
I like this extension! I recently upgraded to magento 1.4.0.1 and also updated to the latest version of Easy lightbox (1.0.1).
Since then only the base image appears in the lightbox. All other images are replaced by the default magento “no image"-image. (attachment).

Anybody ideas?

Update:
I’ve just downgraded to the 0.57 version. This version doesn’t seem to have the issue (version 1.0 is not working either).

Hope they can fix this issue in a future version.

Image Attachments
noimage.png
 
Magento Community Magento Community
Magento Community
Magento Community
 
MagePsycho
Mentor
 
Avatar
Total Posts:  1688
Joined:  2009-06-23
 

Try to

<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'image'$_image->getFile())->resize($popupImageSize[0]$popupImageSize[1]); ?>

to

<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'image'$_image->getFile()); ?>

Thanks

 Signature 

MagePsycho - Magento Freelancer
Free Modules: jQuery LightBoxes | Frontend Links Manager & more…
Commercial Modules: jQuery Sliders Pro | Custom Login Redirect Pro | Store Restrction Pro & more...

Follow me on Twitter @ magepsycho

 
Magento Community Magento Community
Magento Community
Magento Community
 
merchantguru
Sr. Member
 
Avatar
Total Posts:  131
Joined:  2008-10-06
San Francisco
 

Thanks, MagePyscho! Worked for me. 1.4.0.1.  (And on my next store, I’ll probably try your jquery lightbox extension.)

For others who may not know, he’s referring to this file:
app/design/frontend/default/YOUR-TEMPLATE/template/easylightbox/media.phtml

around line 88.

 Signature 

Web Design Marin County

 
Magento Community Magento Community
Magento Community
Magento Community
 
misero
Member
 
Avatar
Total Posts:  48
Joined:  2011-01-19
 

Works for me… TNKS! wink

Vers. Magento 1.6.2.0 + Easy Lightbox 1.0 (stable).

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top