=== TAB SLIDE === Contributors: zoranc Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R2LQERNSRQQ2U Tags: tab, sliding, popup, pop out, page, form, ad, slide out, widget, login, post, hide away, widget area Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 1.3 Simplify your workspace with this easy to use, yet powerful and a highly customizable sliding shelf for your site! == Description == Slide your target page into and out of the visible page with this sliding tab. The page can contain a widget area, forms, rss feeds, logins, sign-ups, videos, pictures, posts, menu options, comments, annoying popup ads etc.. There are a few templates included to get yourself started with more on the way. The settings page appears in the Dashboard where you can set all your tab slide options such as page source, size, positioning, autohide, opacity and much more. This plugin is ideal for users who would like to present additional content without cluttering up or leaving the page. == Installation == The easiest way to install this plugin is to go to Dashboard->Plugins->Add New and search for Tab Slide. On the far left side of the search results, click Install. If the automatic process above fails, follow these simple steps to do a manual install: 1. Extract the contents of the zip file into your `wp-content/plugins` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the Tab Slide settings page for further fine-tuning! == Frequently Asked Questions == = How do I enable the fullscreen mode? = To unleash the fullscreen mode Set the Slide Width and Height to 100 % Set the Vertical position from top to 0%. You may also want to play around with the Closing Speed in the Advanced Settings section. = How do I change the font settings? = The title and content font settings can be edited as follows: From your dashboard, go to Plugins->Editor-> Select 'Tab Slide' Then click on tab-slide/tab-slide.css = How do I edit the templates? = The templates can be accessed via Plugins->Editor-> Select 'Tab Slide' by clicking on the appropriate template i.e. tab-slide/templates/template.php. = How do I change the border settings? = This will be incorporated as an option in the advanced settings in an upcoming update. For now, the border settings can be edited as follows: From your dashboard, go to Plugins->Editor-> Select 'Tab Slide' Then click on tab-slide/js/options_set.js Lines 45 and 50 deal with the borders for the tab and the slide and ('border', 'outset 1px' + opt.tab_color) can be changed to: ('border', 'outset 1px #FFFFFF') where 1px is the borded size and #FFFFFF is your color choice, Note: the color does not need to be the same color for the tab and the slide. = Plugin compatibility? = Some plugins may cause a session_start() warning inside the tab-slide window eg. "Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at..." Look for the session_start(); statment in the other plugin's main php page ( the one that was listed inside the error) and comment it out(i.e. //session_start();) since this is already initialized by tab-slide (if you still wish to send them for whatever reason, you can use @session_start();). = Tab Slide doesn't do X, Y, and Z. That makes me sad. = For support questions, feedback and ideas, please use the [Tab Slide forum](http://wordpress.org/tags/tab-slide). For everything else you can email me at [zoran.cikojevic@gmail.com](mailto:zoran.cikojevic@gmail.com). == Upgrade Notice == = 1.3 = Resolve the custom permalinks bug, improve the overall look and feel of the plugin. = IMPORTANT NOTE: BACKUP all your customized templates and buttons before upgrading! = = 1.2 = New template managment, few minor bus fixed, more templates. == Changelog == = 1.3 = - Position to the left or right - Improved the default design - Renamed the OPEN and CLOSE titles - Show on all pages, exclude or include - Full screen or regular mode - Segregated the settings page into General, Advanced and About(FAQ) sections - Resolved the custom permalinks bug - Subscribe to Blog template added - Post template fix IMPORTANT NOTE! BACKUP your customized templates and buttons before upgrading! = 1.2 = - Improved template managment - Added ready to use templates for a widget area, video, picture - Animation speed control - Disable Countdown Timer - Exclude Posts = 1.1 = - Template Fix