=== Wordpress Tabs Slides === Contributors: Abdul Ibad Donate Link: http://ibad.bebasbelanja.com/wordpress-tabs-slides.html Tags: tabs, slides, post Requires at least: 2.7 Tested up to: 3.0 Stable tag: 2.0 Tabs and Slides (in post/page) Plugin gives you the ability to easily add content tabs and/or content slides. == Description == Tabs and Slides (in post/page) Plugin 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 == This section describes how to install the plugin and get it working. 1. Upload folder `wordpress-tabs-slides` to the `/wp-content/plugins/` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. 4. Test and enjoy! = Usage = Shortcode Tab: {tab=Tab Title} Contents {/tabs} or {tab=Tab 1} Contents Tab 1 {tab=Tab 2} Contents Tab 2 {/tabs} Slide: {slide=Slide Title} Contents {/slide} Accordion-like structure(1.8): {accordion=Accordion 1} Contents {/accordion} {accordion=Accordion 2} Contents {/accordion} == Other Notes == = Tabs = To linking tabs with anchors you must add tabs title to anchors (ex: ?p=1#tabs1) if you tabs use whitespace, replace it with %20 (ex: ?p=1#tabs%201) = Slides = In previous release, slide was broken when have nested slides. Now, slideID is change to title of slides. don't use same name for slides. (Since version 1.8) Slides is available in accordion-like structure. You can call it with accordion tag. == Changelog == = Version 2.0 = * Fixed: gap between title and content on tabs * Fixed: Disable script problem in the frontpage * Fixed: Javascript issue on slider * Added: Style option * Added: Enable script on specify post/page only = Version 1.9 = * Fix javascript conflict with eshop (thanks peter) * Copyright text is disable * [Updated March 05, 2010] = Version 1.8 = * update code for performance * fix with id selector * add Accordion style * [Updated January 07, 2010] = Version 1.7 = * Tabs works with anchor * Fix nested Slides * [Updated December 25, 2009] = Version 1.6 = * Fix various problems in javascript * Fix jquery not define * [Updated November 13, 2009] = Version 1.5 = * Fix Javascript with "AnswerDiv" is null * Fix Slider, now use jQuery SlideToggle * [Updated October 29, 2009] = Version 1.4 = * Fix javascript code for slides * [Updated October 27, 2009]