this feature make custom modal
-
copy folder to child-theme asset
-
open function.php in child theme n copy this code
require_once('wordpress-custom-modal/logic.php');
-
implementation => display custom modal using shortcode
[modal id="<MODAL_ID>"] <MODAL CONTENT> [/modal]