Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cubecolour

    (@numeeja)

    Your site is loading two instances of jQuery.

    if you view the source of your page in a text editor you will see on line 124 :

    <script src="//code.jquery.com/jquery-1.10.2.js"></script>

    I suspect that this outdated version loaded from jQuery.com is conflicting with the correct version of jQuery which is loaded earlier on line 103:

    <script type="text/javascript" src="http://verticalemotions.com/wp-includes/js/jquery/jquery.js?ver=1.11.1"></script>

    The First thing to try as an attempt to resolve the issue should be to find out what is loading the out of date external instance of jQuery and remove it.

    Thread Starter verticalemotions

    (@verticalemotions)

    I find out that is the WP Lightbox 2 the one conflicting with the tabs.

    I guess it happened with the last update.

    Plugin Author cubecolour

    (@numeeja)

    Thanks for the info. I have just installed WP Lightbox 2 ( from https://wordpress.org/plugins/wp-lightbox-2/ ) on a test site and it doesn’t appear to conflict with Tabby Responsive Tabs on that site.

    Can you list any steps required to reproduce the issue when setting up the plugin?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Not showing tabs’ is closed to new replies.