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

WP ShowHide Elements

Descripción

Show and hide ID elements with a mouseclick. Could be used to create for example menus or menu tabs.

Example

<div id=”mytest”>myDiv</div>
<a href=”javascript:void(0);” onclick=”wp_showhide(‘mytest’)”>my link</a>

Live demo example

Instalación

  1. Upload the FOLDER ‘wp-showhide-elements’ to the /wp-content/plugins/
  2. Activate the plugin ‘WP ShowHide Elements’ through the ‘Plugins’ menu in admin

Usage

  1. Create a div to show / hide. Add an ID and name it whatever you want.
  2. Create a anchor and add the ID of your div into wp_show() function.

Example

<div id=”mytest”>myDiv</div>
<a href=”javascript:void(0);” onclick=”wp_showhide(‘mytest’)”>my link</a>

Preguntas frecuentes

How do I report a bug?

Contact me here. Describe the problem as good as you can, your plugin version, WordPress version and possible conflicting plugins and so on.

How can I support this plugin?

Spread the word, report bugs and give med feedback.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“WP ShowHide Elements” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “WP ShowHide Elements” a tu idioma.

¿Interesado en el desarrollo?

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