Hello,
I'm trying to make a specific page of my wordpress, which uses CF7, to be HTTPS (I'm using cloudflare pro and https plugin for this), here:
https://partidoxlalibertad.com/afiliacion/
But the https is broken because there is one resource which is not loaded using HTTPS, the ajax-loader.gif. The problem is in this line:
<script type='text/rocketscript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/partidoxlalibertad.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Enviando..."};
/* ]]> */
</script>
How can I make that "http" to be "https"?
Thanks for your help.