Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Kings Tab Slider

Beskrivning

This plugin enables you to add multiple awesome responsive tabbed sliders in your WordPress site. This uses custom posts.

Usage:

Here’s a step by step user manual:

  1. Install the plugin. (Find the instructions in the ”Installation” section.)
  2. Find the custom post ”Tabs” in your WordPress dashboard and click on it’s submenu: Add New. You can add category as well.
  3. Use the shortcode to show all your tabs anywhere in your WordPress site.
[tab-slider]

4. This plugin supports 5 styles. To change style, add shortcode attribute ”style” and the value will be: one, two, three, four or five. Example:

[tab-slider style="three"]

or

[tab-slider style="five"]
  • Note: Default is
[tab-slider style="one"]

5. If you want to add multiple tab-sliders in your site, make sure you provide unique IDs to each set of tab-sliders. Example:

[tab-slider style="two" id="1"]
[tab-slider style="two" id="2"]
[tab-slider style="two" id="3"]

and thus you can add as many tab-sliders as you want.
6. If you want to show different tabs (i.e. different contents) in different tab-sliders, make sure you provide unique IDs to each set of tab-sliders and set categories to them. Example:

[tab-slider style="two" id="1" category="fish"]
[tab-slider style="two" id="2" category="flower"]
[tab-slider style="two" id="2" category="wordpress"]

Skärmdumpar

  • screenshot-1.png
  • screenshot-2.png

Installation

This section describes how to install the plugin and get it working.

e.g.

Installing the plugins is just like installing other WordPress plugins. If you don’t know how to install plugins, please review the two options below:

  • Install by ZIP File
  1. From your WordPress dashboard, choose ’Add New’ under the ’Plugins’ category
  2. Select ’Upload’ from the set of links at the top of the page (the second link)
  3. From here, browse for the zip file included in your plugin purchase titled ’kings-tab-slider.zip’ and click the ’Install Now’ button
  4. Once installation is complete, activate the plugin to enable its features.
  • Install by FTP
  1. Find the directory titled ’kings-tab-slider’ and upload it and all files within to the plugins directory of your WordPress install (/WORDPRESS-DIRECTORY/wp-content/plugins/) [e.g. www.yourdomain.com/wp-content/plugins/]
  2. From your WordPress dashboard, choose ’Installed Plugins’ option under the ’Plugins’ category
  3. Locate the newly added plugin and click on the ’Activate’ link to enable its features.

Vanliga frågor

How do I install the plugin

Installing this plugin is just like installing in other plugin. Please, check the ”Installation” page for more details.

Multiple plugins break down, what should I do?

Make sure that you use IDs correctly. Please, refer to the ”documentation” section for further instructions.

Does this plugin have a short-code button in the TinyMCE Editor?

Currently this plugin doesn’t have a short-code button, you can copy the short-code example from installation tab and use it as your like.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Kings Tab Slider” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Kings Tab Slider” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

  • Initial Release