Title: Breaks SSL
Last modified: August 20, 2016

---

# Breaks SSL

 *  [Todd – WireFlare](https://wordpress.org/support/users/tscadfx/)
 * (@tscadfx)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/breaks-ssl/)
 * The loadingAnimation.gif used in the plugin is breaking ssl and being forced 
   loaded via http.
 * To solve this, as a temporary fix, was to remove the loadingAnimation all together
   by removing line 147 from auto-thickbox.php
 * A fix for this would be nice!
 * [http://wordpress.org/extend/plugins/auto-thickbox-plus/](http://wordpress.org/extend/plugins/auto-thickbox-plus/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [JarkkoL](https://wordpress.org/support/users/jarkkol/)
 * (@jarkkol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/breaks-ssl/#post-3355787)
 * I’m having the same issue. Any fixes for this?
 *  [JarkkoL](https://wordpress.org/support/users/jarkkol/)
 * (@jarkkol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/breaks-ssl/#post-3355788)
 * I made the following fix, not sure if that’s any good, but it solved the problem
   for me:
 *     ```
       $protocol = is_ssl() ? "https:" : "http:";
       $l10n = array(
       	'next' => $this->texts['next'],
       	'prev' => $this->texts['prev'],
       	'image' => $this->texts['image'],
       	'of' => $this->texts['of'],
       	'close' => $this->texts['close'],
       	'noiframes' => $this->util->__('This feature requires inline frames. You have iframes disabled or your browser does not support them.'),
       	'loadingAnimation' => $this->options['img_load'] != 'none' ? str_replace( "http:", $protocol, $this->options['img_load'] ) : $this->options_def['img_load'],
       	'closeImage' => $this->options['img_close_btn'] != 'none' ? str_replace( "http:", $protocol, $this->options['img_close_btn'] ) : $this->options_def['img_close_btn']
       );
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Breaks SSL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/auto-thickbox-plus_89754b.svg)
 * [Auto ThickBox Plus](https://wordpress.org/plugins/auto-thickbox-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-thickbox-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-thickbox-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-thickbox-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-thickbox-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-thickbox-plus/reviews/)

## Tags

 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 2 replies
 * 2 participants
 * Last reply from: [JarkkoL](https://wordpress.org/support/users/jarkkol/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/breaks-ssl/#post-3355788)
 * Status: not resolved