Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Simple Modal

Beschrijving

Sometimes content doesn’t need it’s own separate page but it’s enough that you don’t want to jam it all into one page. Modals are a great way to handle situations just like that. This creates a new post type and menu option in the main menu in the admin site. Add posts here just like you would in Posts or Pages. Then go into the Post or Page (or other post type you may have) and there is a new option in the editor toolbar. This allows you to create a link that will open one of those Modal post types into a modal window rather than sending the user to a separate page.

Installatie

Installation of the Post Access Controller is pretty standard.

  1. Download the zip archive of the plugin
  2. Extract the archive
  3. Upload that archive to the /wp-content/plugins/simple-modal/ folder
  4. Go to the Plugins menu in the admin of your WP site
  5. Click Activate in the Simple Modal line
  6. Go to the Settings -> Simple Modal page to indicate the height and width of the four built-in sizes supported out of the box.
  7. Done! You’re ready to start creating modal posts and linking to them from wherever you’d like!

FAQ

Why is this page empty?

Because the plugin is brand new and there are no frequently asked questions yet!

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Simple Modal” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Simple Modal” naar jouw taal.

Interesse in ontwikkeling?

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

Changelog

0.3.3

  • fixed an error in some WP installs that require a nopriv action for users that are not logged in

0.3.2

  • fixed the number of modals that show in the tinymce link window

0.3.1

  • adjusted styles for the various sizes and the reference to the admin/tinymce stylesheet

0.3.0

  • hooked up the default sizes for the modals based on the stylesheet settings

0.2.1

  • Changed javascript to use .html() instead of .text() when rendering the modal content.

0.2.0

  • Fixed up some of the javascript errors so this at least shows the modal as needed. Will need more work to be properly functional in a production setting.

0.1.0

  • Initial creation