Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8105063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:04:16+00:00 2026-06-06T00:04:16+00:00

thanks for your reading. I am trying to modify Jquery Nivo Zoom plugin to

  • 0

thanks for your reading. I am trying to modify Jquery Nivo Zoom plugin to make it close previous clicked images.

You can see its current behavior here: http://nivozoom.dev7studios.com/

Now what the plugin does is open a large image when clicking on the thumbnail but keeping the previous clicked opened. As I said I’d like to modify it to close previous clicked images.

Looking into the code I think I should add something in this part of the code, here:

function doZoom(img, link, nivoZoomHover){
            var imgLarge = $('img.nivoLarge', link);
            if(link.hasClass('zoomed')){
                //Hide Overlay
                if(settings.overlay) $('#nivoOverlay').fadeOut(settings.speed/2);
                //Hide Caption
                if($('.nivoCaption', link).length > 0){
                    $('.nivoCaption', link).fadeOut(settings.speed/2);
                }
                //Hide Image
                imgLarge.fadeOut(settings.speed/2, function(){
                    img.animate({ opacity:1 }, settings.speed/2);
                });
                link.removeClass('zoomed');
            } else {
                //Show Overlay
                if(settings.overlay) $('#nivoOverlay').fadeIn(settings.speed/2);
                //Hide ZoomHover
                nivoZoomHover.css('opacity','0');
                //Show Image
                img.animate({ opacity:0 }, settings.speed/2, function(){
                    imgLarge.fadeIn(settings.speed/2, function(){
                        showCaption(img, imgLarge, link);
                    });
                });
                link.addClass('zoomed');
            }
        }

but I tried some stuff and didn’t work for now. Anyone can help ?

Thank you very much.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T00:04:18+00:00Added an answer on June 6, 2026 at 12:04 am

    Around line #67 – just after ‘link.bind(‘click’, function(){‘

    paste the following:

    var notThis = $(".nivoCaption").not($(".nivoCaption", link));
    notThis.closest("a").removeClass("zoomed");
    notThis.removeClass("nivo-processed");
    notThis.css("display","none");
    notThis.parent().children("img").not($("img.nivoLarge")).css("opacity","1");
    $(".nivoLarge").not($("img.nivoLarge", link)).fadeOut(settings.speed/2);
    

    There’s probably a better way, but it seems to work.

    What’s going to nag at you next is the IE9 z-index issue of zoomed images appearing behind previously zoomed thumbnails. Go to line #185 or so and find the ‘IE7 Fix’ and comment that 3 line function out. That “Fix” breaks z-index in IE9. (but you’re going to resurrect the issue with IE7, oh well).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Thanks for your answers to my previous question about GUI in java . I
Thanks for reading! I am currently trying to develop an application which will backup
Thanks for your help! I'd like to output all companyName entries that have uploads
Thanks for your replies. First I am explaining my requirement :- I created my
first of all thanks for taking your time! I'm a junior Dev, working with
I am a newbie to VBS scripting. Thanks for all your comments! I fixed
Thanks in advance for your help experts. I want to be able to copy
EDIT: SOLVED Thanks Brooks. Your question led me to keep digging into if the
First off, thanks in advance for your help. This issue is driving me nuts.
I need to grep the following: my $string = Thanks for contacting support. Your

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.