window.mfn_ajax question
Hi there,
I am debugging a site before launch and we have two versions, one on my hosting account here: http://gatehouse-design.com/bostonpartners and the other on a secure server that I log into to edit.
The version at gatehouse-design tests fine, the secure one (which I can't share with you) has a couple of issues. One thing I noticed when comparing generated html is that
window.mfn_ajax takes and https on the secure site and just and http on the gatehouse version. All other urls are http so that's the only instance of https. I am curious as to where you set this url and if that could cause issues?
window.mfn_ajax = "https://www.boston-partners.com/wp-admin/admin-ajax.php";
Thanks,
Alice
I am debugging a site before launch and we have two versions, one on my hosting account here: http://gatehouse-design.com/bostonpartners and the other on a secure server that I log into to edit.
The version at gatehouse-design tests fine, the secure one (which I can't share with you) has a couple of issues. One thing I noticed when comparing generated html is that
window.mfn_ajax takes and https on the secure site and just and http on the gatehouse version. All other urls are http so that's the only instance of https. I am curious as to where you set this url and if that could cause issues?
window.mfn_ajax = "https://www.boston-partners.com/wp-admin/admin-ajax.php";
Thanks,
Alice
Comments
we don't think this is a problem. We used this line for "Love buttons" only. And if you want to remove this line, you can remove it from functions/theme-head.php file where mfn_scripts_config() function is.