• Pat K

    (@blackcapdesign)


    I needed a simple popup plugin for emergency notifications and was looking for something that integrates nicely with the new block editor. I found a bunch that were clunky and / or bloated. This is perfect (well almost perfect). It has all the settings I need (sets an optional cookie with adjustable lifespan, it has intuitive appearance controls, and it’s SO easy to create and modify popups on a per-page / post basis. The only reason I didn’t give it 5 stars is that the min-width setting doesn’t allow sufficient control to make this play nicely on mobile devices. Easy to fix with a bit of CSS – but adding width & max-width settings would IMO make this much better. Example, in child theme I added:

    .abs-popup .modal-content {
    	width: 90% !important;
    	max-width: 400px !important;
    }

    Thanks for sharing your plugin!
    pk

  • The topic ‘Flexible popup block!’ is closed to new replies.