Support » Plugin: postTabs » PostTab 2.10.2 WP3.8 – Not working

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi:

    Same problem. I’m glad the plugin is updated — it’s always been a simple, elegant solution to tabs. But I updated a client site to 3.8 and the tabs stopped working.

    See http://www.thestraffordgroup.com/employee.html
    The 4 sections on that page used to be part of the tabs, ie. the only ceontent that was visible when you came to the page was the first section, Employees — Coaching, Teams and Training texts were accessible by clicking the tab. Now they’re all visible on the page…

    Make sense?

    Thank you for your assistance.

    Plugin Author Rodrigo Primo

    (@rodrigosprimo)

    @freetools in your case it seems to me that the problem is related with with your theme or maybe another plugin and not with postTabs. Using Firebug (or the equivalent tool in your browser of choice) you will see in the console the following error in the JS:

    ReferenceError: Cufon is not defined in script.js?ver=1 (line 62)

    It is likely that if you downgrade to the postTabs version you were using before the problem will remain confirming that it is not related with the plugin.

    @vytaulla51 the error in your site is similar but it is not the same as in @freetols’s site. jQuery is included by default in WordPress but for some reason it is included in your site (or at least not in the link you sent). It is likely that your theme or a plugin is removing it from the script queue and that is what is preventing the plugin from working properly.

    Please check version 2.10.3 and let me know if it fixes the problem in your case. It might not fix it depending on how and when jQuery is being removed from the script queue.

    Plugin Author Rodrigo Primo

    (@rodrigosprimo)

    @freetools the error I mentioned above is stopping the JS execution and thus preventing the postTabs code that organize the content into tabs from running.

    Hi Rodrigo:

    Yep! I enqueued jquery and tabs immediately worked! Now, to find out why it jquery was being dis-included…

    Thank you very much for taking a look.

    Thread Starter freetools

    (@freetools)

    I downgraded postabs plugin to 2.9.3 version and now, it’s running well.
    I will check to understand where is the problem… Thank you

    Plugin Author Rodrigo Primo

    (@rodrigosprimo)

    @freetools Let me know if you find something.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PostTab 2.10.2 WP3.8 – Not working’ is closed to new replies.