• Resolved mmaennche

    (@mmaennche)


    Please change line 1021 of class.shortcode.php to check for tabs before assuming it is there.

    if ( jQuery.isFunction(jQuery.fn.tabs) ) {
    jQuery( “#’ . $id . ‘” ).tabs(‘ . $options_serialized . ‘);
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • thanks for reporting

    PS: Did it happen to you that tabs() was not there? That means that somewhere else is a problem and the script didn’t load.

    Thread Starter mmaennche

    (@mmaennche)

    That might very well be true, all that I can tell you with certainty is that after a couple of (Tag Groups) Updates ago I had to update the css (custom on my site for the plugin) due to Plugin reorganization.

    Not a big deal but I also noticed that several things on the same page below where the plugin short code was placed had stopped working. Including a Contact Form 7 and a Twitter Feed. After checking the console and conducting some research I found that Tabs was not defined.

    So I added that wrapper and it fixed the above issues. I assume it is a version thing but have not had the time to research anymore than above.

    Hope this helps

    That particular code has not changed during the versions. The “tab” function comes with the default WordPress installation, so actually it should be there.

    Broken HTML code can also be the result of another bug, which will be fixed in the next release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘JQuery Update’ is closed to new replies.