Title: Bug Fix iframe SSL connection (https)
Last modified: August 21, 2016

---

# Bug Fix iframe SSL connection (https)

 *  [bbokac](https://wordpress.org/support/users/bbokac/)
 * (@bbokac)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bug-fix-iframe-ssl-connection-https/)
 * One issue is that on admin side Lucky Orange is not accessible when is SSL connection
   on.
 * Quick fix that solve the issue by editing plugin lucky_wordpress.php PHP file
   and go to code line 144 where have:
 * `echo '<iframe src="http://luckyorange.com/view.php?wp=1&wp2=1&l=' . urlencode(
   get_bloginfo('url')) . '" width="100%" height="100%" style="min-height:850px;
   width:100%" frameborder=0 ></iframe>';`
 * Just remove “http:”. It should look like this:
 * `echo '<iframe src="//luckyorange.com/view.php?wp=1&wp2=1&l=' . urlencode(get_bloginfo('
   url')) . '" width="100%" height="100%" style="min-height:850px; width:100%" frameborder
   =0 ></iframe>';`
 * Might will get more bug fixes from me. Wish you best. Keep the good job.
 * [http://wordpress.org/plugins/lucky-orange/](http://wordpress.org/plugins/lucky-orange/)

The topic ‘Bug Fix iframe SSL connection (https)’ is closed to new replies.

 * ![](https://ps.w.org/lucky-orange/assets/icon.svg?rev=3537688)
 * [Lucky Orange](https://wordpress.org/plugins/lucky-orange/)
 * [Support Threads](https://wordpress.org/support/plugin/lucky-orange/)
 * [Active Topics](https://wordpress.org/support/plugin/lucky-orange/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lucky-orange/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lucky-orange/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bbokac](https://wordpress.org/support/users/bbokac/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/bug-fix-iframe-ssl-connection-https/)
 * Status: not resolved