Jump to content

Thickbox causing SSL headache - please help!


Recommended Posts

Hi there,

 

I'm going through the source of my homepage to try and iron out any issues that may be causing an SSL warning (changing http to https). I've gotten through almost everything apart from one just before the closing of the head tag:

 

<link rel="stylesheet" type="text/css" href="http://rubycotton.com/css/thickbox.css" />
<script type="text/javascript" src="http://rubycotton.com/js/jquery/thickbox-modified.js"></script>
<script type="text/javascript">
// <![CDATA[
ThickboxI18nClose = "Close";
ThickboxI18nOrEscKey = "or Esc key";
tb_pathToImage = "http://rubycotton.com/img/loadingAnimation.gif";
//]]>
</script>
<!-- PayPalAPI module HEADER -->

 

I can't figure out where this section being called? I've modified product.php but that's not changed anything. Where else should I be looking?

 

Any help would be most appreciated!

 

Thanks,

James

Link to comment
Share on other sites

This is alien code, that is not in the native distribution. It is likely added by a third party module so you will find the relevant file in a subdirectory of /modules/ directory, possibly named after the module name. If you cannot determine it, post an address where we can see the page with that source code.

Link to comment
Share on other sites

  • 2 weeks later...

Resources requested over HTTP are higlighted

 

Thanks Phrasespot, I should be able to change the more-photos link now. How did you search for them? Firebug?

 

the loadinganimation.gif looks like it's being called by thickbox from somewhere which I've previously not been able to locate:

 

										// <![CDATA[											 							ThickboxI18nClose = "Close";											 							ThickboxI18nOrEscKey = "or Esc key";											 							tb_pathToImage = "http://www.rubycotton.com/img/loadingAnimation.gif";											 							//]]>											 							</script>			

Link to comment
Share on other sites

<link rel="stylesheet" type="text/css" href="http://www.rubycotton.com/css/thickbox.css" />
<script type="text/javascript" src="http://www.rubycotton.com/js/jquery/thickbox-modified.js"></script>
<script type="text/javascript">
// <![CDATA[
ThickboxI18nClose = "Close";
ThickboxI18nOrEscKey = "or Esc key";
tb_pathToImage = "http://www.rubycotton.com/img/loadingAnimation.gif";
//]]>
</script>

Link to comment
Share on other sites

Fixed the link to the treemanagement.js file and still getting the warning. Is there anything else that could be causing this?!?! Pulling my hair out at this stage.

 

SOLVED! Those changes did it - woohoo!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...