jorgeged Posted October 12, 2011 Share Posted October 12, 2011 Hello, I have recently bought an ssl cert from comodo and with it comes a corner logo, i have followed all instructions on how to install it but it is not showing - i have firstly installed the image on my web server and then tried to install as per the isntruactions: Can some one send me instructions on how to do this: I am not technical at all so please can they be very detailed, step by step actions on how to get this part done? thank you Step 1: Copy the below JavaScript in your HTML page's <head> tag. <script language="javascript" type="text/javascript"> //<![CDATA[ var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" : "http://www.trustlogo.com/trustlogo/javascript/cot.js"; document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>'); //]]> </script> Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your </Body> tag < <a href="http://www.instantssl.com" id="comodoTL">Instant SSL Certificate</a> <script language="JavaScript" type="text/javascript"> COT("https://www.softeksolutions.co.uk/ssl certificate.png ", "SC2", "none"); </script> Link to comment Share on other sites More sharing options...
BenUw Posted May 15, 2012 Share Posted May 15, 2012 Hello jorgeged, Probably you don't need it anymore but hey it could be helpful for others ;-) Step1: upload the "Your Corner of Trust™" graphic (you should have received this with your order confirmation mail) with ftp to a location of your choice, i just putted it on the root of the domain. Step2: go to back-end preferences/performance and change smarty settings to force compile: yes & cache: no (this you have to do always if you edit files, don't forget to change afterwards) Step3: Open your header.tpl file located in the root of your theme and paste following code just above </head> (you can use a simple text editor like notepad++ for PC or textwrangler for mac) <script language="javascript" type="text/javascript"> //<![CDATA[ var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" : "http://www.trustlogo.com/trustlogo/javascript/cot.js"; document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>'); //]]> </script> Upload the edited file to your server. Step4: Open your footer.tpl file located in the root of your theme and paste following code just above </body> <a href="http://www.instantssl.com" id="comodoTL">Free SSL Certificate</a> <script language="JavaScript" type="text/javascript"> COT("http://www.yourdomain.com/cot_evssl.gif", "SC2", "none"); </script> Make sure you put the right path for the "Your Corner of Trust" graphic Upload the edited file to your server. Refresh your browser and you should be able to see the Comodo graphic in the right hand corner Step5: go to back-end preferences/performance and change smarty settings back to force compile: no & cache: yes Good luck Ben Link to comment Share on other sites More sharing options...
BenUw Posted May 26, 2012 Share Posted May 26, 2012 small but important change: <a href="http://www.instantssl.com" id="comodoTL">Free SSL Certificate</a> <script language="JavaScript" type="text/javascript"> COT("https://www.yourdomai...m/cot_evssl.gif", "SC2", "none"); </script> Link to comment Share on other sites More sharing options...
Recommended Posts