Contact popup always open?

Is there a way to make the Popup Contact Form always open, so that the contents are always displayed without clicking on them?

Thank you

Comments

  • Hi,
    Unfortunately, BeTheme does not have such functionality.
    To do that, you have to create the jQuery script which after the content loades, script clicks at the popup button and display the contact form.

    We do not help with JS/jQuery scripts, we provide help only with the CSS codes.
    Thanks
  • edited April 2019
    Thank you.

    For anyone else that may be looking for this as well, this simple code will do it when placed in the Custom JS theme options:

    jQuery(function(){
          jQuery('div#popup_contact > a.button.button_js').click();
      });

Sign In or Register to comment.