jqueryUI Smoothness should be called over https (//)
-
Hi,
In your file: birthday-widget.php (and maybe elsewhere)You add a CSS in the header of the page that is called in “http”. Any external scripts/css (ex: from Google) should always be called in “https” (//ajax.googleapis.com…).
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css
should be called like this:
//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jqueryUI Smoothness should be called over https (//)’ is closed to new replies.