Descripción
This plugin adds a customizable Popup Block to the WordPress block editor.
Bloques
Este plugin proporciona 1 bloque.
- Popup A popup/modal block for the WordPress block editor.
Instalación
- Install the plugin via the plugin installer, either by searching for it or uploading a .ZIP file.
- Activate the plugin.
- Use the Popup Block for WordPress!
Reseñas
26 de febrero de 2021
Does exactly what I wanted it and what it says to do.
Two things that maybe are useful for others:
1.
I wanted to call a JS function on close.
So I added my stopVideos call (if it is there) to the frontend.js file of the plugin:
{key:"closeModal",value:function(){
if(typeof stopVideos=='function'){stopVideos();}
If there is any better way, let me now (same for 2).
2.
The pink logo svg in the editor was way too huge for me.
I don't know the reason, but to dodge it I wrote the following rule into the corresponding editor CSS file of my theme:
.popup-preview svg {display: none;}
10 de febrero de 2021
Lightweight block does exactly as advertised. Can activate by anchor link and a few other ways such as: page exit, timer, scroll location. Make sure to put it at the top of editor blocks, otherwise it does a few funky things when displaying.
Colaboradores y desarrolladores
«Popup Block» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Popup Block» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Popup Block» 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
0.0.1
- Initial release.