Questions tagged [magiczoom]

A jquery library (also a magento extension) for zooming in on images.

Homepage: http://www.magictoolbox.com/magiczoom/

14 questions
1
vote
2 answers

How to use Magiczoom Callbacks

The magiczoom documentation describes callbacks that will execute at given times, but it's unclear how to use or assign those callbacks. For example, how would I print a console message onZoomReady? The closest I've found is a…
bryanbraun
  • 3,025
  • 2
  • 26
  • 38
1
vote
1 answer

Running MagicZoomPlus.stop(); causes intermittent errors

If I call MagicZoomPlus.stop(); on active magiczooms I'll frequently get the error: Uncaught TypeError: Cannot read property 'width' of null At other times I'll get this error: Uncaught TypeError: Cannot read property 'r' of undefined When that…
1
vote
1 answer

MagicZoom JS Issue

I am using Magic zoom plus on my magento website, I found magic zoom will generate lots of JS in the html body. Please see following screenshot http://screencast.com/t/emzgCN1Sazr http://screencast.com/t/uoABDzfL I know some of them are based on the…
1
vote
1 answer

Removing js files from local.xml for responsive pages

I have a site at present built using magento and using magic zoom for product images, the plugin works fine for desktop versions and on most responsive designs, however on some screens, most iphone4s, the image takes up the whole top half of the…
Dave Sims
  • 735
  • 1
  • 6
  • 11
0
votes
1 answer

JS is not loading correctly, where is the fault?

I have a website where I want to use MagicZoom. Everything would be fine since it is easy to implement, but there seems to be an error when loading the js file. I will send you the website which is currently under construction. MagicZoom should be…
Aaron71
  • 3
  • 2
0
votes
1 answer

MagicZoom fast changing between 2 pictures

I faced with a trouble using magicZoom. When I'm fast change between 2 pictures which are have activated magicZoom, magicZoom library shows me in console: Uncaught TypeError: Cannot read property 'width' of null at d.eval (eval at
Bybnovskiy
  • 105
  • 1
  • 8
0
votes
1 answer

Ajax Post not working for mobile browser

The following extract calls a php file that retrieves some info from a database and returns the values which are then used to update my page. Works perfectly on standard browsers but as soon as I try it on a mobile it fails to update. //function -…
keeper
  • 26
  • 6
0
votes
1 answer

Magic-Zoom interfering with Fotorama?

I've got Zen Cart 1.53, with Magic-Zoom, and tried adding a Fotorama image display with automatic thumbnails. Magic-zoom seems to be auto zooming the thumbnails like it does on normal product thumbnails. This is simply an image slider on the main…
user6226466
0
votes
1 answer

is there any way to destroy magiczoomplus on mobile - javascript/jquery

i am using the famous plugin magiczoomplus to allow zoom feature. However i want to disable this on mobile.. I could not find any documentation anywhere about how to destroy magicZoomplus. Basically the plugin looks for any element with the class…
wasiim_dev
  • 1,057
  • 1
  • 9
  • 22
0
votes
1 answer

fancybox-fancyapps not working

I have the following pice of code but it is not working for me. $('#seisUrl').html(""); // reset div. var urls = url, filepath , filename; for(var i=0;i
shorif2000
  • 2,582
  • 12
  • 65
  • 137
0
votes
2 answers

Shopify - Display ALT tag below Image on Image Zoom

In Shopify, image ALT tag (displayed below the main image) is not changing on Image Zoom. I am using 'supply' theme for Shopify, and here is the code for image under product.liquid
Dipak G.
  • 715
  • 1
  • 4
  • 18
0
votes
1 answer

Integrating Internal Zoom (magiczoom) with Big Cartel

I've installed Magic Zoom in to my Big Cartel website, the zoom function works fine however the product is not actually zooming in? http://www.generyanart.com/product/house-by-the-sea this is the website - I was just wondering what i needed to do…
0
votes
1 answer

MagicZoom loads all large images not only the default one

MagicZoom lib claims in the documentation that only the large image for the default image will be initially downloaded and the rest of the large images for each thumbnail will be downloaded after the page is loaded. However, when I inspect the…
partizan
  • 469
  • 1
  • 9
  • 22
0
votes
2 answers

Magic Zoom z-index issue with IE 9

Has anyone experienced a z-index problem with Magic Zoom on IE 8 or 9? I have an element with z-index: 1 MagicZoom creates an element with z-index: 100 However IE9 displays the element with z-index 1 on top of the 100. Here is the page. The weird…
Aximili
  • 28,626
  • 56
  • 157
  • 216