Support » Plugin: Easy FancyBox - WordPress Lightbox Plugin » jQuery stops working when I disable Easy FancyBox

  • Resolved strangebiscuit

    (@strangebiscuit)


    I was using Easy FancyBox to test displaying a pop-up contact form at one point, but ended up not using it.

    Now when I deactivate or remove Easy FancyBox, every other plugin that relies on Jquery stops working. Both my slider and my live chat box disappear when it’s deactivated.

    I’ve tried plugins like Restore jQuery, jQuery Updater, Use Google Libraries, etc…none of them have made any difference.

    Anything else I could try? Does Easy FancyBox modify theme files or something?

    Thanks for your help!

    http://wordpress.org/plugins/easy-fancybox/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi strangebiscuit, no there are no files modified. There is not even an alternative jQuery used. And all should be like it was before after disabling the plugin…

    Can you share a link so I can take a look?

    Thread Starter strangebiscuit

    (@strangebiscuit)

    Sure: http://pbptest.clearmarble.net/

    I’ve tested this thoroughly and tried disabling all other plugins…but no matter what I do disabling or removing Easy FancyBox causes all jQuery elements to simply disappear.

    Nothing on the site currently makes use of Easy FancyBox.

    OK, and can you disable Easy FancyBox now for a minute? I’d like to see this live because I’ve never seen such a thing happening… Is it a cache issue maybe?

    OK, and can you disable Easy FancyBox now for a minute? I’d like to see this live because I’ve never seen such a thing happening… Is it a cache issue maybe?

    Thread Starter strangebiscuit

    (@strangebiscuit)

    Sure. Done.

    Only change made was disabling Easy FancyBox.

    There is some code that you probably added into your themes header.php just above the closing </head> tag:

    <script type="text/javascript">
    jQuery(document).ready(function($){
    $('li.fancybox-iframe a').fancybox( $.extend(fb_opts, { 'type' : 'iframe', 'width' : '50%', 'height' : '70%', 'padding' : 0, 'scrolling' : 'auto', 'autoScale' : true, 'titleShow' : false, 'titlePosition' : 'float', 'titleFromAlt' : false, 'transitionOut' : 'fade', 'easingIn' : 'swing' }) );
    });
    </script>

    Please remove that…

    Thread Starter strangebiscuit

    (@strangebiscuit)

    Huh…I really don’t recall adding that but removing it did certainly do the trick.

    Looks like Easy FancyBox is blameless after all…foolish user error was the problem as is so often the case.

    Thanks so much for your help.

    Hi RavanH, I have just had the same problem, where I installed easy Fancybox and my Sliders stopped working and I can also can no longer see posts on my home page – I looked for a header.php file couldnt find one and I definitley have never added any code like that as this has all happened in the last 30 minutes – any help would be much appreciated. http://blackmangomusic.com/

    I first deactivated the plug in and then unistalled it with no luck. Im using WordPress 3.4.2

    ive just had a look at the source code on my home page and for some reason the images have moved to the folder i set up for fancybox so is it just that the images have moved for everything? http://blackmangomusic.com/wp-content/uploads/fancyboximages/2012/11/city-Hall_2014_COMBINED.jpg

    How to correct this?

    @jeffersonjefferson, it cannot be the Easy FancyBox plugin that moved your images or changed upload paths or anything. It simply does not do that…

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘jQuery stops working when I disable Easy FancyBox’ is closed to new replies.