Image Zoom Out of Box?

I tried a couple of Magento Zoom Image extension, they are working in desktop version, but they are not compatible with responsive template like Kidsland since those plugins are not designed for responsive image sizes.

Is there a Joomlart Magento Zoom image extension I can use?

13 answers

Profile photo of Ziven Staff 100280.00 $tone September 30, 2014
Public

We don’t have extension however we have similar from other theme (We developed it for JM Sportgear). Maybe You can refer it.
Please download attachment.

#1
Profile photo of Ziven Staff 100280.00 $tone October 6, 2014
Public

I can’t access to your FTP,
Please re-check and send me again.
Also please download package from attachment and replace to your site.
It will working fine.

#5
Profile photo of Qiang Wu 0.00 $tone October 6, 2014
Public

I can’t access to your FTP,
Please re-check and send me again.
Also please download package from attachment and replace to your site.
It will working fine.

It’s getting a blank screen on product page with media block.

server logs show the following

Code:

2014/10/06 16:10:01 [error] 20433#0: *36520 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Call to undefined method Wavethemes_Jmbasetheme_Helper_Data::getProfileContent() in /var/www/www.dev.magibooks.com/web/app/design/frontend/default/jm_kidsland/template/catalog/product/view/media.phtml on line 42" while reading response header from upstream, client: 69.77.180.242, server: www.dev.magibooks.com, request: "GET /paternity-kaleidoscope.html HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "www.dev.magibooks.com", referrer: "http://www.dev.magibooks.com/"
#6
Profile photo of Qiang Wu 0.00 $tone October 6, 2014
Public

Changed to the following

PHP Code:

$baseconfig =  Mage::helper("jmbasetheme")->getProfileContent(); 




to

PHP Code:

$baseconfig =  Mage::helper("jmbasetheme")->getactiveprofile(); 



#7
Profile photo of Ziven Staff 100280.00 $tone October 13, 2015
Public

@Anurag Nigam,
I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.

#13

Please login or Register to Submit Answer

Written By

Comments