• Hello how do install comodo SSL logo on my site
    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.

    Add this before your </HEAD> tag

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

    Add this before your </BODY> tag

    <script language=”JavaScript” type=”text/javascript”>
    TrustLogo(“www.yemritoutfit.co.ke”, “CL1”, “none”);
    </script>
    Comodo SSL

    can you guys please explain how i can go about this to me ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    For doing this you should have a good understanding of your theme structure usually the codes you said can be kept in the theme header.php where you can find the head tag.

    Or you can use the plugin https://wordpress.org/plugins/header-footer/ to add code to the header

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
    https://codex.wordpress.org/Child_Themes
    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
    http://op111.net/53/

    Hi
    Hope its OK to add to this thread.
    I have the same issue with a child theme and I have used the Header-footer plugin.
    This allows me to add the before the </Body> tag but not before the </Head> tag
    The plugin only allows the <head> tag.
    I added the TrustLogo here on every page and it does not show up in the website.
    Only the </Body> is showing up in the footer area.

    I tried going back into the main theme editor and adding it to the Header here but this didn’t work either (I realise that because this theme is not activated it won’t show but I am trying anything at the moment)

    I also added the Comodo EV code evenhanser in these areas but Comodo said it won’t show the green bar until the TrustedLogo is activated.
    They suggested I contact WordPress to find out how to add the script

    cheers Leonie

    sorry the website is
    http://www.discountlandscapesupplies.com.au

    I added the TrustLogo at the top of the website in the Opening Hours via Photo shop

    Cheers Leonie

    I have the Green banner working by changing the http to https….. but this is working in the /wp-admin and not on the live website.
    Hopefully this will be fixed when the TrustLogo is added to the </Head>

    I can see the logo in your header: https://snag.gy/pKjJor.jpg
    Try clearing your cache on your browser.

    Have you asked your host to install your SSL certificate?

    Hope its OK to add to this thread.

    You should begin a new topic with a title that clearly describes your problem.

    Do those two scripts do anything (I don’t know Javascript)?

    I inserted them in header.php, and nothing changed. So I uploaded the desired image file to the Media Library and put the link in a Text widget with the img tag. It shows up just fine.

    Lane

    • This reply was modified 9 years, 1 month ago by drlester.
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘comodo ssl’ is closed to new replies.