Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

SSL certificate instilation

Home / Forums / Virtue Theme / SSL certificate instilation

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 3, 2015 at 5:00 am

Hello guys. This is not really an issue with functionality of your theme but rather an issue with my lack of understanding certain matters so I wonder if you could help me with my Positive SSL verification. I would like the Comodo Secure logo to go on my home page to the right of my customer file access link. I have a space laid aside for this. Unfortunately I am not understanding the instructions that Comodo secure have given me. I alredy have the png in my library and it is in the coding that comodo secure have given me. Obviously this is extremely important to me as it is my SSL verification for customers to view. Any help with this matter would be greatly appreciated as I am lacking in coding Knowledge. My site is I have included the coding below for you to have a look at. Kind regards Paul

Select the position on your page where you’d like the TrustLogo to appear.

Position: Inline

Install Code Snippets
Your code snippets will appear below based on the position you choose for your TrustLogo.

Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display the TrustLogo.

1. Copy and Paste the following piece of code and insert EXACTLY before your </HEAD> tag.

<script type=”text/javascript”>
//<![CDATA[
var tlJsHost = ((window.location.protocol == “https:”) ? “ : “
document.write(unescape(“%3Cscript src='” + tlJsHost + “trustlogo/javascript/trustlogo.js’ type=’text/javascript’%3E%3C/script%3E”));
//]]>
</script>

2. Copy and Paste the following piece of code and insert EXACTLY before your </BODY> tag.

<script language=”JavaScript” type=”text/javascript”>
TrustLogo(“ “CL1”, “none”);
</script>
SSL Certificates

After installing the above code snippets, check to make sure your TrustLogos are displaying correctly on your website. For more help and information, watch our installation video or visit the Comodo forums at forums.comodo.com

  • The forum ‘Virtue Theme’ is closed to new topics and replies.