Forums

[resolved] [Plugin: jQuery Lightbox] Changes to jquery.lightbox.js don't show up (3 posts)

  1. Okoth1
    Member
    Posted 3 years ago #

    I have installed the WordPress plugin and it works very well.

    The only thing is that the changes I make in jquery.lightbox.js won't appear when I refresh the webpage.

    Also not after refreshing, emptying the Temp Internet Files folder manually/Firefox cache and with Ccleaner, other programs. Tried all, I think. Even a different browser...

    Any suggestions?

  2. Okoth1
    Member
    Posted 3 years ago #

    Suggestions not necessary anymore. I moved to a better plugin.

  3. zkorwin
    Member
    Posted 2 years ago #

    In case anyone's still interested in an answer to this question (which I very, very, very much was), here it is:

    Open the jquery-lightbox.php file and find this piece of code:

    wp_enqueue_script('jquerylightbox', $path.'/jquery.lightbox.packed.js', array('jquery'), '1.3.5');

    and change it to:

    wp_enqueue_script('jquerylightbox', $path.'/jquery.lightbox.js', array('jquery'), '1.3.5');

    Now all of the changes you make to jquery.lightbox.js will be reflected on your site.

Topic Closed

This topic has been closed to new replies.

About this Topic