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.

Modal

Descripción

Modal is a WordPress plugin that enables you to create modal dialogs from posts or pages.

Features include:

  • Create a modal dialog from any page or post.
  • Define the size of the dialog.

Capturas

  • A form in a standard page - uses the LaunchRock Plugin
  • The same form loaded in a modal dialog using the Modal plugin.

Instalación

  1. Install Modal either via the WordPress.org plugin directory, or by uploading the files to your server
  2. Activate Modal,
  3. Insert the [modal …] short-code wherever you want the modal page/post to appear.

This is an example use (using the Contact Form plugin CSS classes to style the form):

[modal class="mt-button"
       slug="sign-up"
       content_selector="div.content div.container"
       title_selector="div.page-title h2"
       width="1000"
       height="370"
       load_scripts="no"]

Sign-up now!

[/modal]

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

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

Colaboradores

Traduce «Modal» 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.7

  • Fix: fix description error in plug-in page.

1.0.6

  • Fix: fix typo in plug-in page.

1.0.5

  • Other: add screenshots to the plug-in page.

1.0.4

  • Feature: add a close button to the modal dialog.

1.0.3

  • Fix: remove html escaping from link label.

1.0.2

  • Feature: add support for class attribute.

1.0.1

  • Fix: remove font style definition which may conflict with the theme styles.

1.0.0

  • Initial release