Divi Areas Pro

DiviArea.register()

Creates a new Divi Area from an arbitrary HTML element on the page

DiviArea.addFilter()

Register a callback function for a certain JS filter

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

WordPress Multilingual Plugin (WPML)

✔︎ Divi Areas Pro comes with a WordPress Multilingual Plugin integration! You can use WPML (WordPress Multilingual Plugin) with Divi...

DiviArea.Utils.getClientRect()

Returns a rect for the first element in the jQuery object. Params Returns An object with details about the client...

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.configArea()

This method is deprecated and should not be used anymore. Params Returns The function does not return anything. Examples Notes...

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

doAction( “show_area” )

The Area is visible or the intro-animation has started

doAction( “before_show_area” )

Fires before an Area is displayed