Open Realty - Free (unsecure script / mixed content)
I have SSL on my site, using the Open Realty branded Free license. I am getting the unsecure script / mixed content error on the site due to the call for the branding / license check.
Any chance you can update the script to use https?
- <a href="http://www.open-realty.org" title="Powered By Open-Realty® by Transparent Technologies, Inc"><img id="or_poweredby_logo" style="display:block;width:150px;height:39px; clip: auto; clip-path: none; z-index: auto; transform: none;" src="https://www.mysite.com?action=powered_by" alt="Powered By Open-Realty® by Transparent Technologies, Inc" /></a>
- <script type="text/javascript">
- document.addEventListener("DOMContentLoaded",function(){var b=window.setInterval(function(){var a=document.getElementById("or_poweredby_logo");if(null==a||"none"==window.getComputedStyle(a,null).getPropertyValue("display")||29>document.querySelector("#or_poweredby_logo").height||110>document.querySelector("#or_poweredby_logo").width||"hidden"==window.getComputedStyle(a,null).getPropertyValue("visibility")||"opacity(0)"==window.getComputedStyle(a,null).getPropertyValue("filter")||0>parseInt(window.getComputedStyle(a,null).getPropertyValue("margin-left"))||0>parseInt(window.getComputedStyle(a,null).getPropertyValue("left"))||0>parseInt(window.getComputedStyle(a,null).getPropertyValue("top"))||1>parseInt(window.getComputedStyle(a,null).getPropertyValue("opacity"))||"auto"!=window.getComputedStyle(a,null).getPropertyValue("clip")||"none"!=window.getComputedStyle(a,null).getPropertyValue("clip-path")||"auto"!=window.getComputedStyle(a,null).getPropertyValue("z-index"))document.body.innerHTML='<div style="margin: 10px;"><span style="color:red; font-size: 1.2em; ">Powered By: Open-Realty® branding is not visible!</span><br /> To remain eligible to use a FREE license for <a href="http://www.open-realty.org">Open-Realty®</a> requires that you always display our product Logo (branding) <i>visibly</i> on your site. <br /> <br /> You may not remove the { powered_by } template tag or attempt to hide or modify our product branding when using a FREE Edition license. <br /> If you wish to remove our branding you must obtain a PRO edition license. </div>',clearInterval(b)},5E3)});
- </script>
Leave Comment