Minor HTTPS issue in the Dashboard
-
Hey, love the plugin.
I’m getting a mixed content error in Chrome while in the Dashboard. I think line 53 of the “class-donation-button-admin.php” file should be changed from:
wp_enqueue_style($this->plugin_name . 'jquery-ui-datepicker', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css');to
wp_enqueue_style($this->plugin_name . 'jquery-ui-datepicker', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css');This change fixed the mixed content error.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Minor HTTPS issue in the Dashboard’ is closed to new replies.