Results 1 to 3 of 3

Thread: Help Required for Image Zoomer

  1. #1
    Join Date
    Dec 2008
    Location
    Selby, North Yorkshire
    Posts
    90
    Thanks
    28
    Thanked 2 Times in 2 Posts

    Default Help Required for Image Zoomer

    1) Script Title: Featured Image Zoomer (now w/Multi-Zoom) v2.1

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...uredzoomer.htm

    3) Describe problem:

    Hi,

    When I use this script it causes the submenu items to disappear, any ideas?
    http://www.castlefordheritagetrust.o...llProject.html

    Here is an example where it's OK.
    http://www.castlefordheritagetrust.org.uk/News.html

    Regards

    John
    Last edited by BorderTerroir; 11-02-2014 at 10:46 AM. Reason: Problem resolved

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Multizoom places jQuery into noConflict mode, but in your case it needn't and that's probably the only problem. There could be other issues but this has to be fixed first. Using a text only editor like NotePad, in the castlefordheritagetrust.org.uk/java/multizoom.js file, add the comment tokens (red) as shown:

    Code:
    // Multi-Zoom Script (c)2012 John Davenport Scheuer
    // as first seen in http://www.dynamicdrive.com/forums/
    // username: jscheuer1 - This Notice Must Remain for Legal Use
    // requires: a modified version of Dynamic Drive's Featured Image Zoomer (w/ adjustable power) (included)
    
    /*Featured Image Zoomer (May 8th, 2010)
    * This notice must stay intact for usage 
    * Author: Dynamic Drive at http://www.dynamicdrive.com/
    * Visit http://www.dynamicdrive.com/ for full source code
    */
    
    // Feb 21st, 2011: Script updated to v1.5, which now includes new feature by jscheuer1 (http://www.dynamicdrive.com/forums/member.php?u=2033) to show optional "magnifying lens" while over thumbnail image.
    // March 1st, 2011: Script updated to v1.51. Minor improvements to inner workings of script.
    // July 9th, 12': Script updated to v1.5.1, which fixes mouse wheel issue with script when used with a more recent version of jQuery.
    // Nov 5th, 2012: Unofficial update to v1.5.1m for integration with multi-zoom (adds multiple images to be zoomed via thumbnail activated image swapping)
    // Nov 28th, 2012: Version 2.1 w/Multi Zoom, updates - new features and bug fixes
    
    var featuredimagezoomer = { // the two options for Featured Image Zoomer:
    	loadinggif: 'graphics/spinningred.gif', // full path or URL to "loading" gif
    	magnifycursor: 'crosshair' // value for CSS's 'cursor' property when over the zoomable image
    };
    
    	//////////////// No Need To Edit Beyond Here ////////////////
    
    // jQuery.noConflict();
    
    (function($){
    
    	$('head').append('<style type="text/css">.featur . . .
    Save and use that version.

    The browser cache may need to be cleared and/or the page refreshed to see changes.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2008
    Location
    Selby, North Yorkshire
    Posts
    90
    Thanks
    28
    Thanked 2 Times in 2 Posts

    Default

    That's it I'm sorted.

    Many thanks.

    John

Similar Threads

  1. Featured Image Zoomer (now w/Multi-Zoom) v2.1 Large Image Problem
    By aliceaod in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 05-23-2014, 02:00 AM
  2. jQzoom to Featured Image Zoomer - Image Ratio Problem
    By step-bmx in forum Dynamic Drive scripts help
    Replies: 10
    Last Post: 09-30-2013, 02:48 PM
  3. Simple Image Panner and Zoomer v1.1 Add multiple image inside the pan?
    By okay_thanks in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 07-11-2013, 02:55 AM
  4. Featured Image Zoomer - Change Default loaded thumbnail image
    By coffee2020 in forum Dynamic Drive scripts help
    Replies: 17
    Last Post: 04-22-2013, 07:15 PM
  5. Replies: 1
    Last Post: 10-09-2012, 09:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •