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

    (@numeeja)

    Tabby responsive tabs requires the version of jQuery bundled with WordPress, which is currently v1.11.0 and is enqueued correctly by the plugin.

    Something on your site (probably your theme) has unhooked jQuery and replaced it with an old version hosted by google.

    The clue is in the page source of your site:

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>

    Thread Starter hesamm

    (@hesamm)

    now what i should i do ? delete that or replace v1.11?

    Plugin Author cubecolour

    (@numeeja)

    In the first instance you need to identify whether it is the theme that is doing this by temporarily changing to a default theme such as twentythirteen or twentyfourteen and checking whether the correct jQuery is enqueued by doing a ‘view source’ of the page in the browser.

    If it is not the theme, it could be a plugin which you can check for by deactivating them and checking.

    If you find it is the theme causing this, you need to seek support from the author of the theme as the theme as it is not one that is supported here.

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

The topic ‘not working now’ is closed to new replies.