Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP ShowHide Elements

Beschrijving

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

Installatie

  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>

FAQ

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP ShowHide Elements” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP ShowHide Elements” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.