Datepicker Error on HTTPS Sites
-
Datepicker fields dont work on https sites. Gives the following console error.
Blocked loading mixed active content “http://www.Domain.com/wp-content/plugins/custom-field-template/js/datePicker.css”The css file is including as unsecured. I bypassed by altering custom-field-template.php:366 removing the wp_guess_url function.
echo '<link rel="stylesheet" type="text/css" href="' . '/' . PLUGINDIR . '/' . $plugin_dir . '/js/datePicker.css" />'."\n";
The topic ‘Datepicker Error on HTTPS Sites’ is closed to new replies.