Grant Mangham
Forum Replies Created
-
Unfortunately the problem is with your theme. The slideshow also uses the jQuery UI tabs component, but rather than using the version that ships with WordPress, the theme is including its own minified version. Perhaps your theme was built before WP started including jQuery UI, or perhaps it’s just poorly designed, I can’t say.
Rehabtabs checks that the shipped version isn’t already included in your page before loading it itself, but it can’t check for randomly minified scripts that have been included in other plugins/themes.
So basically your site is loading jQuery UI tabs twice, which is causing the issue.
Sorry I can’t be of more help.
I’m glad you like the plugin, though I can’t take credit for the beauty of the jQuery UI tabs. This tabs scripts is packaged with WP, so simply enqueueing should not cause any issues.
Is your site live, and if so where?
Forum: Plugins
In reply to: [Rehabtabs] [Plugin: Rehabtabs] fatal error options.phpHi
Hopefully the latest version has resolved your problem.
Forum: Plugins
In reply to: [Rehabtabs] [Plugin: Rehabtabs] fatal error options.phpIt might be an idea to let people know they they need a “newer” version of php than what WP3.3 requires.
Fair point. I’ll go one better and look at accommodating older PHP versions in the next week or so.
I’m in Vancouver, yes.
Forum: Plugins
In reply to: [Rehabtabs] [Plugin: Rehabtabs] fatal error options.phpThanks for the report C0balt.
The plugin uses FilesystemIterator, which means you need to be running PHP version 5.3 or above. I’m assuming you have an older version?