{"id":4507130,"date":"2014-01-15T17:56:33","date_gmt":"2014-01-15T17:56:33","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/bug-fix-iframe-ssl-connection-https\/"},"modified":"2016-08-21T14:47:58","modified_gmt":"2016-08-21T14:47:58","slug":"bug-fix-iframe-ssl-connection-https","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/bug-fix-iframe-ssl-connection-https\/","title":{"rendered":"Bug Fix iframe SSL connection (https)"},"content":{"rendered":"<p>One issue is that on admin side Lucky Orange is not accessible when is SSL connection on.<\/p>\n<p>Quick fix that solve the issue by editing plugin lucky_wordpress.php PHP file and go to code line 144 where have:<\/p>\n<p><code>echo &#039;&lt;iframe src=&quot;http:\/\/luckyorange.com\/view.php?wp=1&amp;wp2=1&amp;l=&#039; . urlencode(get_bloginfo(&#039;url&#039;)) . &#039;&quot; width=&quot;100%&quot; height=&quot;100%&quot; style=&quot;min-height:850px; width:100%&quot; frameborder=0 &gt;&lt;\/iframe&gt;&#039;;<\/code><\/p>\n<p>Just remove &#8220;http:&#8221;. It should look like this:<\/p>\n<p><code>echo &#039;&lt;iframe src=&quot;\/\/luckyorange.com\/view.php?wp=1&amp;wp2=1&amp;l=&#039; . urlencode(get_bloginfo(&#039;url&#039;)) . &#039;&quot; width=&quot;100%&quot; height=&quot;100%&quot; style=&quot;min-height:850px; width:100%&quot; frameborder=0 &gt;&lt;\/iframe&gt;&#039;;<\/code><\/p>\n<p>Might will get more bug fixes from me. Wish you best. Keep the good job.<\/p>\n<p>https:\/\/wordpress.org\/plugins\/lucky-orange\/<\/p>\n","protected":false},"template":"","class_list":["post-4507130","topic","type-topic","status-closed","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4507130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4507130\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=4507130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}