jQuery not loaded via HTTPS
-
When a web site runs over HTTPS then (at least) Google Chrome complains that the jQuery file cannot be loaded because it is referred to via HTTP.
Suggestion for multi-rating/multi-rating.php:
- wp_enqueue_style( 'jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' ); + wp_enqueue_style( 'jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘jQuery not loaded via HTTPS’ is closed to new replies.