Search by

postyou / contao-easy-popup

MarkejN

Bundle to create easy to use pop-ups with nodes extension.

Package info

github.com/postyou/contao-easy-popup

Type:contao-bundle

pkg:composer/postyou/contao-easy-popup

Statistics

Installs: 452

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.2.2 2026-09-09 12:04 UTC

README

This adds easy to use popups to the Contao CMS.

Dependencies

How to create a popup

  1. Create a node article in the backend module Content > Nodes
  2. Select the created node in a link picker widget or use the insert tag directly: <a href="{{popup_url::NODE_ID}}">Open popup</a>
  3. Done! The popup content is inserted at the end of the HTML body and can be displayed by clicking the link from the previous step.

Configuration

You can configure the popup by activating the Easy popup settings checkbox within the node.

  • CSS-Class: Add CSS classes to the popup container via the Style Manager (if installed) or the Popup CSS-Class field.
  • Delay: Enter a delay that should pass before the popup is displayed automatically.
  • Timeout: Enter a timeout in which the popup should not be displayed again after the user has closed it. The timeout only starts when the popup is closed (close button or ESC key), so a popup the user never dismissed is shown again on the next page view.
  • Show before leaving the page: Activate the checkbox to show the popup before the user leaves the page.

You can also extend the easy_popup/popup.html.twig template to change the popup container.