• Resolved Okoth1

    (@okoth1)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Okoth1

    (@okoth1)

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

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: jQuery Lightbox] Changes to jquery.lightbox.js don’t show up’ is closed to new replies.