• I am trying to load values for jQuery autocomplete into a WP page. When the WP page is not set to HTTPS everything works fine. When I access the WP page using HTTPS, the autocomplete will not work. It seems that jQuery will not allow me to set https:// in the source url (it gets stripped out and replaced with http://). This is located in functions.php in my theme:

    $(function() {
    $(“#orgname”).autocomplete({
    source: “https://…”, …

    http://wordpress.org/extend/plugins/wordpress-https/

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

    (@tjackson)

    I fixed this by changing my entire site to use SSL, but is there a way to still have select pages load via SSL and get this to work?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress HTTPS (SSL)] jQuery autocomplete won't load https’ is closed to new replies.