1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

applyFilters( “set_data” )

Filters a value that will be written to a Cookie or the localStorage.

applyFilters( “ignore_esc_key” )

Allow manually ignoring the ESC keypress before an Area is hidden

doAction( “close_area” )

Fired internally by the API to process a stoppable close-request

DiviAreaItem.theType()

Returns the Area-type

Forminator

✔︎ Divi Areas Pro can display forms generated by WPMU DEV’s Forminator plugin With Forminator, you can create all kinds...

DiviAreaItem.setData()

Changes an area configuration value.

DiviArea.showOverlay()

Darkens the background and prevents scrolling of the document.

doAction( “disabled_scrolling” )

Scrolling of the document was disabled

DiviArea.show()

Triggers the defined Divi Area (e.g., display a Popup or Fly-In)

DiviAreaItem.doAction()

Runs a JS action via DiviArea.doAction() with the given hook name. This function will call two hooks: One exactly as...