• Resolved ywamer

    (@ywamer)


    I appear to be seeing a conflict between the backstretch.js script and Tabby which is causing Tabby tabs to break.

    You can view the issue at test.zindamedia.com/donate

    When I disable (or rename) the backstretch-set.js file all is well. I only discovered this after restoring previous CSS files and deactivating all plugins.

    Any idea what might be happening here?

    https://wordpress.org/plugins/tabby-responsive-tabs/

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

    (@numeeja)

    I have just added jquery.backstretch.js to my test site (from https://github.com/srobbin/jquery-backstretch) and tabby is working as it should on that site, so I have been unable to replicate this.

    How did you add the backstretch script?

    It looks like you’re not using a background image on the page you want to display tabs on, so you don’t need to load backstretch on that page. If backstretch & tabby are not going to be used on the same page I would suggest putting a conditional on the function you are using to load backstrech so it is only loaded on the pages where it is needed.

    Thread Starter ywamer

    (@ywamer)

    Excellent. That solved it!

    I implemented the if ( is_home()) : conditional in my function.php file, before loading the script, and tabby is performing perfectly.

    Thanks so much!

    Plugin Author cubecolour

    (@numeeja)

    Great! I’m glad that it is working for you now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tabs not being created’ is closed to new replies.