• KingoStarr

    (@kingostarr)


    Hello,

    I updated the plugin as well as updating my site to 3.7.1 and now the plugin is no longer working and instead of being tabs it takes up half a page with the contents of the tabs placed into what is essentially a list.

    Is anyone else having this problem? I have tried other tabbed widgets and they also do this, I even used tabs shortcode which did this. Is there any resolution?

    https://www.ads-software.com/plugins/wp-ui/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Summer

    (@fpmsummer)

    Good to know. I just updated a site to 3.6.1 over the weekend and got this same behavior, so I downgraded to WP UI 0.8.7 and got the working tabs back.

    Now I know that updating to WP 3.7.1 doesn’t fix anything.

    Thread Starter KingoStarr

    (@kingostarr)

    Am I able to downgrade the plugin as well? If so could you be so kind as to tell me?

    Thank you ??

    msarns

    (@msarns)

    I found the old /js/wp-ui.js file worked in the update.

    I then tracked down that it’s something wrong with the “navigation” function that can be found starting at line 222 in the unminified /js/wp-ui.dev.js.

    I copied the old function from 8.7 to the wp-ui.js in 8.8, and it works and nothing else appears broken. Yet ??

    You have to work with the not-minified content. You can reminify if you’d like.

    Thread Starter KingoStarr

    (@kingostarr)

    May I ask what function that was? I have found the area you mentioned but do not have the old file functions to hand

    Appreciate the help!

    msarns

    (@msarns)

    KS: The function in 8.8 starts off with

    “navigation: function() { var baset = this, $this = this.element, ulWidth = 10000…”

    I just selected matched braces and pasted the old function content into the new ??

    You can get the 8.7 content at the developer’s GitHub:

    https://github.com/kavingray/wp-ui/releases

    Thread Starter KingoStarr

    (@kingostarr)

    Thank you I will try this later!

    Thanks Again really appreciate the help!

    Thread Starter KingoStarr

    (@kingostarr)

    Msarns just to keep you updated, I finally got round to looking at what you said to do and its only gone and worked!

    Thanks so much! Properly chuffed with that!

    dennis93q

    (@dennis93q)

    Help — I’ve never done anything with minify so that’s completely foreign to me. However, I did try to replace the navigation: function() from 8.7 in the 8.8 version of the dev file, and that didn’t work. I removed the non-dev js file and that didn’t work either. I also tried to revert back to the entire 8.7 package, and that didn’t work. Any other things to try?

    petergluk

    (@petergluk)

    The same trouble.. I have version 0.8.8 Look foe the wp-ui.dev.js – but there written “WP UI version 0.8.7” and its minified, and a can’t find The function starts off with “navigation: function() { var baset = this, $this = this.element…” Help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Not working after 3.7.1 Update’ is closed to new replies.