James R Posted February 14, 2012 Share Posted February 14, 2012 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 More sharing options...
phrasespot Posted February 17, 2012 Share Posted February 17, 2012 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 More sharing options...
James R Posted February 29, 2012 Author Share Posted February 29, 2012 Thanks for the reply Phrasespot, I'll have a look for it now. Here's the page where it's appearing: view-source:https://www.rubycotton.com/search.php?orderby=position&orderway=desc&search_query=red Thanks! Link to comment Share on other sites More sharing options...
phrasespot Posted February 29, 2012 Share Posted February 29, 2012 Resources requested over HTTP are higlighted Link to comment Share on other sites More sharing options...
James R Posted March 1, 2012 Author Share Posted March 1, 2012 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 More sharing options...
James R Posted March 1, 2012 Author Share Posted March 1, 2012 <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 More sharing options...
James R Posted March 1, 2012 Author Share Posted March 1, 2012 Link to comment Share on other sites More sharing options...
James R Posted March 2, 2012 Author Share Posted March 2, 2012 I've managed to change the items you highlighted to 'https' but I am still getting an SSL cert error. The thickbox issue was coming from the paypalapi module - header.tpl Link to comment Share on other sites More sharing options...
James R Posted March 2, 2012 Author Share Posted March 2, 2012 Could the 404 https not found be the issue now?! Link to comment Share on other sites More sharing options...
James R Posted March 2, 2012 Author Share Posted March 2, 2012 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 More sharing options...
phrasespot Posted March 2, 2012 Share Posted March 2, 2012 there are still two resources requested over http How did you search for them? Firebug? Yes Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now