• Resolved Parag Das

    (@parag44)


    I need a function, visitor can’t close the box until they put the email and click submit. Is it possible ?

    • This topic was modified 6 years, 1 month ago by Parag Das.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    I also need this option, anybody can help us to solve the issue..

    Thanks in Advance

    i found this code on the description of the plugin and its working great my end

    add_filter( ‘boxzilla_box_options’, function( $opts, $box ) {
    $opts[‘closable’] = false;
    return $opts;
    }, 10, 2 );

    Plugin Contributor Lap

    (@lapzor)

    Awesome Elias, thanks for sharing the code you found!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent closing the box’ is closed to new replies.