Title: Ez Overlay
Author: Adam Nowak
Published: <strong>5 de Noviembre de  2010</strong>
Last modified: 5 de Noviembre de  2010

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/ez-overlay.svg)

# Ez Overlay

 Por [Adam Nowak](https://profiles.wordpress.org/adam320/)

[Descargar](https://downloads.wordpress.org/plugin/ez-overlay.1.0.zip)

 * [Detalles](https://cl.wordpress.org/plugins/ez-overlay/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/ez-overlay/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/ez-overlay/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/ez-overlay/#developers)

 [Soporte](https://wordpress.org/support/plugin/ez-overlay/)

## Descripción

This plugin is an alternative to the jQuery based lightbox systems. It was created
using pure Javascript and has no dependencies on any other libraries. I created 
this simple lightbox after weeks of dealing with jQuery conflicts within Buddypress
and WordPress. Many of the existing jQuery type lightboxes do not stop audio playback
for flash/.swf playback when closing the lightbox. This plugin completely removes
the overlay content from the dom to make absolutely sure your .swf file playback
is stopped in all browsers.

### Help

**How to implement the Ez Overlay lightbox:**

 1. Copy the code for this example into the WordPress editor in the HTML window or 
    start from scratch and go to step 2.
 2. Create an Ez Overlay Div element by assigning it a with the class=”ez-overlay”,
    to avoid css conflicts add your target div to the body of your html and not within
    a sidebar or another div.
 3. Assign the new Div a unique CSS Id so it can be activated by the trigger. Ie: id
    =”my-overlay”.
 4. Put whatever Html content within the Ez Overlay Div.
 5. Create a trigger for the overlay, it can be just about any Html element but needs
    an ‘onlclick’ attribute to activate the lightbox. See the ezFade() function below.

**Tips:**

 1. Ie7 will render text elements within this overlay at a different size than Ie8.
    If this is an issue, just assign a width and height to your Ez Overlay target div
    using an inline style.
 2. Avoid padding or adding margins to the Ez Overlay target div. Padding adds to a
    div’s width and height and will throw your overlay off-center. Just add a margin
    to the elements within the target div instead.
 3. In the folder named ‘uncompressed-js’, there is a file named ‘ez-overlay.js’ which
    is a readable copy of the compressed code for tinkering.
 4. The plugin removes the overlay div’s from the dom when you exit out of them, this
    is so that .swf playback will be halted on all browsers. Don’t panic, the plugin
    immediately returns them to the body of your html document at the very end.

**ezFade Function:**

    ```
    onclick="ezFade('my-overlay4',800,true,100,100);"
    ```

The ezFade() function accepts five arguments, the first being the target lightbox
to be triggered, the second is the fade time. The third argument is to activate "
fixed mode", and finally the x/y coordinates if you want you overlay to be fixed
in a certain position.

## Capturas de pantalla

[⌊A Swf overlay in action⌉⌊A Swf overlay in action⌉[

A Swf overlay in action

## Instalación

 1. Upload the entire ‘ez-overlay’ folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Create your overlay’s and triggers with html using the examples included in the
    plugin folder.
 4. Example overlay div to be put in the body of your html: `<div id="my-overlay1" 
    class="ez-overlay"><h2>Ez Overlay</h2></div>`
 5. Example trigger to be put anywhere in your html code: `<span style="cursor:pointer;
    color:#036;" onclick="ezFade('my-overlay1');">Open Overlay1</span>`

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Ez Overlay” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ Adam Nowak ](https://profiles.wordpress.org/adam320/)

[Traduce “Ez Overlay” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/ez-overlay)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/ez-overlay/), echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/ez-overlay/), 
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/ez-overlay/)
por [RSS](https://plugins.trac.wordpress.org/log/ez-overlay/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0

 * Hello WordPress World!

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 16 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 2.8 o superior **
 *  Probado hasta **3.0.5**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/ez-overlay/)
 * Etiquetas
 * [buddypress](https://cl.wordpress.org/plugins/tags/buddypress/)[lightbox](https://cl.wordpress.org/plugins/tags/lightbox/)
   [overlay](https://cl.wordpress.org/plugins/tags/overlay/)[popup](https://cl.wordpress.org/plugins/tags/popup/)
   [shadowbox](https://cl.wordpress.org/plugins/tags/shadowbox/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/ez-overlay/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/ez-overlay/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/ez-overlay/reviews/)

## Colaboradores

 *   [ Adam Nowak ](https://profiles.wordpress.org/adam320/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/ez-overlay/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](http://hyperspatial.com/donate)