Viewing 1 replies (of 1 total)
  • Thread Starter nlsmith

    (@nlsmith)

    A workaround is to change:

    define("EVNT_RGR_PLUGINFULLURL", WP_PLUGIN_URL . EVNT_RGR_PLUGINPATH );

    to

    define("EVNT_RGR_PLUGINFULLURL", plugins_url('', __FILE__) . '/');

    in event_regis.php.

    Using the WordPress HTTPS plugin (http://ww.wp.xz.cn/extend/plugins/wordpress-https/) might also help, but I haven’t tried it.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Events Registration with PayPal IPN] Date Picker Not Working Under HTTPS’ is closed to new replies.