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

Popups for Divi

DiviArea.Utils.setLocalData()

Save the given information for a specified number of minutes in the current browser. This method stores data either in...

Ninja Forms

✔︎ Divi Areas works well with Ninja Forms! Ninja Forms is a popular, free form builder plugin that beats Divis’s...

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

DiviArea.addActionOnce()

Same as addAction() but the callback is unhooked again when the action is called the next time. This function ensures,...

DiviArea.Core.deactivateContainer()

Remove all inline triggers from the specified Area.

DiviArea.Hooks.removeAction()

This is an alias of DiviArea.removeAction().

applyFilters( “storage_method” )

Filter the storage method for local-data.

DiviArea.Core.enableBodyScroll()

Enables scrolling of the body again.

doAction( “before_show_area” )

Fires before an Area is displayed

doAction( “init_overlay” )

Allows custom initialization of the background overlay.