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







Abdul,
The plugin is now inserting "Powered By Wordpress Tabs Slides" into the bottom of all of my posts when the hit the RSS feeds. Not why this started happening or how to stop it.
Could you please provide instructions for removing the link in blog post RSS feeds?
Thanks!
You can find it, in wp-tabs-slides.php.
You cannot remove that copyright intact.
I will fix later.
Hello Abdul,
I am trying for hours and hours to figure out how to fix this CSS margin problem.
Can you point me to something I have not checked in the CSS?
Attached Image
http://img638.imageshack.us/img638/5861/techspotethernet1264237.png
Hello Alex
You can edit margin and padding at tab selector in css.
try to edit the padding or margin with negative value.
I have a problem when i install "Tabs Slides" an i paste the code generate by Google maps, http://viajarentreamigos.desafioweb.com/?p=133
More specific please.
Tabs seem to break w/images inserted. In other words, the images show up on top of the tab container. Text works just fine, but for some reason, images do not.
the DEV page at htttp://www.vollersolutions.com
Hi Abdul
I love your tabs - can I just check that they are meant to work in Internet Explorer - because they don't for me. They're fine in Chrome.
Cheers!
I'm having some trouble with IE also, half the time they will load properly, and the other half of the time I get the content from both tabs loaded all at the same time. like I had taken tab 2 and just put the content under under tab 1
Hi, Thank you for providing this great plugin.
I'm just wondering if I can jump directly to a certain tab when opening the page that contain the tabs slides?
Thanks,
Babette
Babette, u can use #tags for that (anchors) - the latest version of the plugin creates anchors for the titles of the tabs.
So if you have a tab entitled "tab1", then u can go to http://example.com/#tab1 to jump to that tab.
Neat, huh?
thanks.....nice pluginz
Hi Abdul!
I'm calling the accordion script & just wondering how I can have the accordion close again when I click on it (like the slides script)?
Cheers matey,
Josh
Hi Josh.
The only way is with refreshing the page to make it close again.
In that case... how can I make it so that the open slide closes when I click a new slide?
wordpress is doing some good stuff lately. I hope they continue doing it.
Abdul,
I posted this back in Dec. and you replied you would look into it.
Have you made any progress with this?
Thanks.
From Dec 30th post
Thanks for your quick response. I have decided to stick with the current theme that allows your plugin to work.
I was hoping o make a suggestion that you may consider adding into your plugin. I think it would be a simple feature and in demand.
Can you design feature so we may specify a image for tab and slider?
It could work like this...
{tab=http://www.somesite.com/tab_image1.jpg}
Contents Tab 1
{tab=http://www.somesite.com/tab_image2.jpg}
Contents Tab 2
{/tabs}
Slide:
{slide=http://www.somesite.com/slide_image1.jpg}
Contents
{/slide}
Doing it this way you would be able to know if we want to use an image in place of text.
I hope you consider this for your next release.
Richard Wing
Hi Richard.
I think that feature very hardly to implement.
But I will add this feature to list, maybe it will possible someday.