Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Kings Tab Slider

Descripción

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"]

Capturas

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

Instalación

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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Kings Tab Slider» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Kings Tab Slider» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial Release