Wordpress Tabs Slides
October 27th, 2009Summary
Wordpress Tabs Slides give you tabs and slides (in post/page) gives you the ability to easily add content tabs and/or content slides. The tabs emulate a multi-page structure, while the slides emulate an accordion-like structure, inside a single page!Installation
- 1. Upload folder wp-tabs-slides to the /wp-content/plugins/ directory.
- 2. Activate the plugin through the 'Plugins' menu in WordPress.
- 3. Test and enjoy!
Usage
You can use shortcode Tabs:
{tab=Tab Title} Contents {/tabs}
or
{tab=Tab 1}
Contents Tab 1
{tab=Tab 2}
Contents Tab 2
{/tabs}
Slides:
{slide=Slide Title} Contents {/slide}
Screenshot
Tabs
Slider
Changelog
Click here to see changelog
Support & Donate
Report bugs and feature request use contact form. Support plugin development if you need support regarding to this plugin.
Download
Download Wordpress Tabs Slides
Category: Projects







Hi! I'v just update your plugin but it seems like it is disabled in homepage (i've checked out "Disable in front page" in plugin's options=
Thanks Elio.
To fix it, go to line 84 or search is_home()
then remove from line 84 until line 86
The Code to remove is like this
if(is_frontpage() || is_home()){
return
}
thanks! now it works!
Your plug in stopped working after an upgrade. Getting a JavaScript Error. Deactivated all other plug-ins problem persists. Suggestions?
Hi ted,
can you tell more specific?
You're wordpress version ?
or link to the page ?
@ Abdul...
why don't you add this to line 1 of your stylesheet, it will make te posts and comments much more readable:
p {
line-height:150%;
margin:1em 0;
}
I still hope to find a way to use the plugin and get it to validate ... I am still hoping someone here will come up with a good idea !
Any chance you can address my previous comments?
@ Ade,
just like you I was surprised at the validation, I did some research posted here on februari 13...
Just a little extra about the validation. I looked a bit further into the matter and found out that its is not the fault of the tabs & slides plugin.
The way Wordpress insists on wrapping everything in p tags causes the warnings/errors. Abdul has refered to the wpautop info is here: http://codex.wordpress.org/Function_Reference/wpautop
Other post about the problem here: http://wordpress.org/support/topic/201178
In Wordpress its simply not possible to insert real html in an easy way.
While writing this post I thought of a way to get valid code and still use the tabs, but that is only for people who want to use the editor in html mode and use the tables that webdesigners have been trying to get rid off.
I will do some more testing and post the method here later on.
so its absolutely not Abdul who is to blame for the validation errors.
There is a way to get rid of most of the errors, but I doubt if you want to use it... what you do is stick the whole content of your tabbed post in a table and it will nearly validate, (about 3/4 errors)
But its not a userfriendly way of creating posts
Hi
Fantastic plugin, thankyou, I was just wondering is it possible to edit the code somehow, so that on mouse over it changes to the selected tab rather than having to click it.
Thankyou