Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter rdueck

    (@rdueck)

    I’ve also unhooked the style sheet and added the css directly into the child theme. I’m using Headway for my theme.

    Plugin Author cubecolour

    (@numeeja)

    The plugin is working on all of the WordPress 4.0 sites I have it installed on. It uses a script which is enqueued correctly with jQuery as a dependency.

    I don’t see the version of jQuery (currently v1.11.1) included within WordPress being loaded in your page. Your wp-lightbox plugin appears to be including its own version of jQuery v1.83. Tabby Responsive Tabs has only been tested to work with the version of jQuery included in WordPress.

    Plugins should use the version of jQuery included in WordPress, with all scripts properly enqueued. Plugins should never bundle their own outdated copy of jQuery.

    What happens if you deactivate wp-lightbox?

    The revolution slider plugin might also be similarly coded incorrectly to cause the same issue when the lightbox isn’t active, however I don’t have access to the slider’s code so I don’t know whether that is the case.

    Thread Starter rdueck

    (@rdueck)

    I also contacted revolution slider, and we’ll see what they say. I tried deactivating lightbox evolution (wp-lightbox) and had no effect.

    Plugin Author cubecolour

    (@numeeja)

    I can still see the following line in your page source.

    <script type="text/javascript" src="https://yellowcow.ca/sw/wp-content/plugins/wp-lightbox/js/jquery-1.8.3.min.js?ver=1.8.3"></script>

    Which indicates that the incorrectly included and out of date jQuery is still being loaded from the lighbox plugin.

    Is jQuery loaded when you deactive the lightbox plugin? If so which version and where is it loading from? If you leave it deactived I can have a look and will be able to tell whether another plugin is doing the same thing.

    I’ve just looked at the demo of Revolution Slider on codecanyon. I don’t know whether this is the same version you are using, however on that installation it appears to be incorrectly including an old version of jQuery:

    <script type="text/javascript" src="selector/jquery-1.4.2.min.js"></script>

    How to enqueue scripts correctly in WordPress with jQuery as a dependency is documented in the codex: https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script

    Thread Starter rdueck

    (@rdueck)

    ok, I’ve deactivated lightbox evolution and the js script wp-lightbox is no longer showing in the page source.

    Plugin Author cubecolour

    (@numeeja)

    It looks like the correct version of jQuery is loading now, so the author of the slider probably corrected the method of enqueuing the scripts since the demo was made.

    I don’t have access to the code of the slider plugin and I can’t see anything obvious from the page source that will cause it to break another plugin, so I’m afraid I can’t suggest anything further.

    Thread Starter rdueck

    (@rdueck)

    Thanks for your insight. I just managed to find an updated version of Revolution Slider, and it looks like it solved the problem. Now I just need to find something to replace wp-lightbox, as it’s still causing issues.

    Thread Starter rdueck

    (@rdueck)

    One more thing… It now looks like it’s doing some funky things on the mobile side. Can you take a look please?

    thanks so much.

    https://yellowcow.ca/sw/menu

    Plugin Author cubecolour

    (@numeeja)

    It looks like a problem with the version of the CSS you’ve copied into your stylesheet – I just tried it using the webdeveloper toolbar in firefox to replace the current styles with the original styles and it looked OK when I did that.

    Delete all of the tabby responsive tabs styles from your theme stylesheet (make a backup first) and copy a fresh copy of the styles from the plugin’s stylesheet back in.

    Thread Starter rdueck

    (@rdueck)

    Thanks for the great help and support. That did the trick.

    Plugin Author cubecolour

    (@numeeja)

    Great! If you’d like to leave a review of the plugin, you can do that at https://www.ads-software.com/support/view/plugin-reviews/tabby-responsive-tabs

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Tabs Not Working’ is closed to new replies.