Custom Modals in Impeka

You can easily create custom modals (popups) in Impeka via Area items. Let’s see how:

Firstly, create the Area item with the content you need for your modal.

After this, you can create a modal in two different ways. You can create a global modal or modal on a page.

You will find the first option under Impeka > Global Modals.

  1. Add a unique name Modal ID (for example idname1)
  2. Choose the Modal Mode
  3. Pick the Area Item you want to use as modal
  4. Select if you want to trigger modal on load.
Global Modal in Impeka
Global Modal in Impeka

If you want to add a modal on a specific page then you should create it under Page Options > Modals on this specific page in the same way.

Modals Options in Impeka
Modals Options in Impeka

Last, in any element with a link (button, menu item etc) you can trigger this modal by:

  • Adding as link the #idname (for example #idname1) in the URL
Button Settings for Modal in Impeka
Button Settings for Modal in Impeka

So easily 🙂