Thread: SSL Logo

Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default SSL Logo

    I've recently updated a few php files and suddenly my comodo site seal is no longer displaying. Attempted to recopy the mod, but no luck.

    Any ideas? Code in VIEW SOURCE looks ok to me, but I don't know much about coding.

    Site: www.crossroadsbath.com

    Thanks!
    Jason

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: SSL Logo

    Quote Originally Posted by nvcrossroads View Post
    I've recently updated a few php files and suddenly my comodo site seal is no longer displaying. Attempted to recopy the mod, but no luck.

    Any ideas? Code in VIEW SOURCE looks ok to me, but I don't know much about coding.

    Site: www.crossroadsbath.com

    Thanks!
    Jason
    Nv,
    This might help.. I use comodo on a few sites of my own...

    PHP Code:
    Download the SSL logo fromhttps://support.comodo.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=17

    1. Place Logo cornertrust.gif in the image folder in your web site
       A
    public_htmlimages

    2. Copy 
    and paste the 2 snippets of HTML code below

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

     
    3. Snippet 1
        
    Aincludestemplatesyour templatecommonhtml_header.php

        B
    Copy/Paste the following piece of code and insert EXACTLY before your </HEADtag.

    <
    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>

       B. ftp file to includes/ templates/ your template/ common/ html_header.php
      
    4. Snippet 2:
        A. includes/ templates/ your template/ common/ tpl_main_page.php
        
        B. Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag.
      
    <a href="http://www.instantssl.com" id="comodoTL">SSL</a>
    <script language="JavaScript" type="text/javascript">
    COT("/images/cornertrust.gif", "SC2", "none");
    </script> 

        C. ftp file to includes/ templates/ your template/ common/ tpl_main_page.php 

  3. #3
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: SSL Logo

    Thank you. I noticed those items missing from the web pages you mentioned. I've attached the coding as directed and now the webpage loads with errors. Line 45 char 72 unterminated string constant and 397 1 object expected.

    Any ideas?

    Thanks!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: SSL Logo

    Quote Originally Posted by nvcrossroads View Post
    Thank you. I noticed those items missing from the web pages you mentioned. I've attached the coding as directed and now the webpage loads with errors. Line 45 char 72 unterminated string constant and 397 1 object expected.

    Any ideas?

    Thanks!
    I noticed you are using the classic template still...

    1. might need to load them under this file structure
    2. Are you from the US.. If so pm your phone #

  5. #5
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: SSL Logo

    Hmm.... yeah, I don't see much under the classic folder, but all of those files are in the default template folder. I can't find a common folder aside from the default template folder.

    I'm new to this, let me see if I can figure out how to pm the phone number where I'm currently at.

    Thanks!

 

 

Similar Threads

  1. Trust Logo, SSL Logo and Auth Net Logo
    By MagicMan in forum General Questions
    Replies: 4
    Last Post: 28 Jan 2009, 06:19 PM
  2. Instant SSL or Pro - no logo or logo
    By sjk1000 in forum General Questions
    Replies: 6
    Last Post: 6 Nov 2008, 04:28 PM
  3. Display SSL logo
    By ggettings in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Oct 2006, 03:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg