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
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 Download Wordpress Tabs Slides Beta 2.0Sponsors
Incoming search terms for the article:
- Powered by Wordpress
- wordpress slide
- Wordpress Tabs Slides
- wordpress tabs
- slide wordpress
- wordpress tabs plugin
- wordpress tab
- wordpress tab plugin
- tabs wordpress
- wordpress tab slider
Category: Projects









What a great plugin, i search month about somethink like that. Thank you !
There is a problem by slide and accordion (WP 2.9.3).
Tabs are all ok, but slide and accordion don't open. What can i do ?
Greets from Germany
Chia
sorry i mean 2.9.2. wordpress
Is the content from ALL tabs being indexed as 1 single page content from search engines? Please let me know your thoughts. thanks.
Yes it will be indexed as single page.
you can see html structure from the source.
Cannot get slider or accordion to work in IE, Chrome or Firefox.
Tabs work fine.
Yes. I have added {/slide} after each content element (which is not required for tab)
Hello!
Can you put inside a tab page? For example:
And if so, how is it done?
Thanks!
are you asking if you can put a set of tabs within a tab? If so, I was curious about this also.
tabs_slides_opt_loader.js is conflicting with the payment gateway redirect in the eShops Plugin.. specifically eshop-onload.js - It's a very small .js so I was hoping you might be able to tell me how to change either yours... or eShops js... eshop-onload.js looks like this:
function addLoadEvent(func){
var oldonload = window.onload;
if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } }
addLoadEvent(submitForm);
function submitForm()
{
document.forms.eshopgateway.submit()
}
Thanks peter.
I will check and fix it later.
Thanks.. that's very nice of you. Definitely excited
Any luck looking into this? There's definitely a donation in it for you
peter, try this fix http://bit.ly/be3Akk
Hi, that's seems to have worked great. Thank you very much for your time on this. I sent you a donation. I know it isn't very much but I appreciate your contribution to my project. BTW, can you have a tab set within the tab of another tab set?
thanks peter, that's enough.
I don't have.
Love it... still trying to get it configured right. Still having some trouble in IE.... dream in Firefox!
Very good plugin!
But I want to know how can I shrink space above and below Accordion items.
Tell me if you know. Thanks before.
I sent an e-mail on this but got no reply. the tabs intermittently / randomly won't load in IE and a page loads with the contents of both tabs. with a refresh or two it'll usually load the tabs correctly. firefox does not have this issue. compatibility view doesn't help. is there something that can fix this?
ok.. I figured it out.. for anybody else that want's to know.. you just commment out the following code in tabs_slide.js
if (t.id) {
t.cookie = t.id + t.cookie;
}
i = parseInt(getCookie(t.cookie));
if (isNaN(i)) { return; }
t.tabShow(i);
Should be about line 40-45
Is there a way on page refresh for it to return to the first tab? I guess it's making somekind of cookie? How do you disable it? I can't find it in the javascript. Thanks for your time.