The only way for this to work is for the simplemodal-login to be called on a page that is https . Any regular http pages and this plugin just sits there.
Eric,
I have already changed { site_url(‘wp-login.php…….. } to { __(‘https://my_site_url.com/wp-login.php…….. } in simplemodal-login.php and it works on secure pages only. Is there a way to redirect to the https version of that page at the same time that the simplemodal jquery loads and then redirect to non-ssl version after login is complete.