Closed (fixed)
Project:
Cloud Zoom
Version:
7.x-1.x-dev
Component:
External Cloud Zoom Files
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2011 at 11:40 UTC
Updated:
17 Jul 2015 at 21:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mandreato commentedSubscribe
Comment #2
giorgoskit would be nice to have this fixed
Comment #3
Brian MacKinney commentedThanks for the fix - works as advertised. Second the request for the module to be updated.
Comment #4
Brian MacKinney commentedThe css fix does move the image below the admin overlay, but the mouse still responds to the image instead of the admin menu.
Comment #5
mandreato commentedI found useful also the Image Zoom module.
Comment #6
mrfelton commentedAttached patch should resolve this. Note, it probably won't apply cleanly without first applying my patch from #1353892: Support Libraries API for more flexible library location
Comment #7
mrfelton commentedRevised patch - forgot to include the css file in the previous one!
Comment #8
stan turyn commentedsubscribe
Comment #9
c50 commentedIf you add the mousetrap class in your css override, this works also to avoid the cursor over the overlay:
Comment #10
ailgm commentedI tried the patch and got this error message:
Notice: Undefined variable: small in theme_cloud_zoom_image() (line 471 of .../sites/all/modules/cloud_zoom/cloud_zoom.module).That line is:
$output .= l($small, $zoomed, array('html' => TRUE, 'attributes' => array('class' => 'cloud-zoom')));I had already applied the patch in https://drupal.org/node/1579380, which takes out the line defining $small, so these two patches conflict with each other.
Comment #11
ailgm commentedChanging $small to $slide seems to do the trick.
Comment #12
nicholasthompsonI believe this is fixed in the dev branch as part of the patch in #15 in #1579380: Add support for All cloud zoom settings, and Gallery mode....
Fixed in commit
9c1e7860c12ecd46af8b33affe3ea9f9ad8ff314 -- Part of the patch from #1579380 + integration with D7 core library API.EDIT: Can this fix be tested please!
Comment #12.0
nicholasthompsonfixed wrong theme from stark to seven
Comment #13
gonssalThis is fixed.