Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default SSL Certificate Popup Embeds over Video Screen

    I am having troubles with my SSL certificate Popup embedding itself on top of the video screen and won't refresh itself????

    1. It only happens on my embeded Video pages
    2. when you lay the mouse on the SSL logo, bottom right (cute little red thingy)
    3. A popup occurs, and embeds on the TV screen
    4. It does not refresh itself
    5. What is the problem...

    Here is the link:

    http://www.haredo.com/index.php?main...roducts_id=162

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: SSL Certificate Popup Embeds over Video Screen

    haredo haredon't right now - 404 from that link

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

    Default Re: SSL Certificate Popup Embeds over Video Screen

    Now,
    The old girl is up and running!

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

    Default Re: SSL Certificate Popup Embeds over Video Screen

    In Firefox,
    1. Css, edit css
    2. Information / Display element information
    3. I can see my stylesheets
    4. I have found the SSL popup messing with the video screen:
    5. Embedded Styles
    6. Here below:
    7. #cot_tl_pop {
      background-color: transparent;
      position:fixed;
      _position:absolute;
      height:194px;
      width: 244px;
      right: 120px;
      bottom: 20px;
      overflow: hidden;
      nvisibility: hidden;
      z-index: 100;_top:expression(document.documentElement.scrollTop-20+document.documentElement.clientHeight-this.clientHeight);
      }
    8. I can change the red font above to move the popup out of the way..
    9. right: 120 to 20
    10. bottom:20 to 100
    11. My delima is:
    12. How do i find this embedded style in my Zen files??????????

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL Certificate Popup Embeds over Video Screen

    I would set the right to 70px and use the developers tool kit to find it as it must be embeded in the comodo code module
    Zen-Venom Get Bitten

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

    Default Re: SSL Certificate Popup Embeds over Video Screen

    I can't find the module for the code in my zen files??? I have searched for everything with the developers tool kit and can't find the file all I see is the java script??

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

    Default Re: SSL Certificate Popup Embeds over Video Screen

    Kobra,
    Here is the java script for the comodo module

    Snippet 1:
    A. includes/ templates/ your template/ common/ html_header.php

    B. Copy/Paste the following piece of code and insert EXACTLY before your </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>
    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

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

    Default Re: SSL Certificate Popup Embeds over Video Screen

    FYI,
    Issue resolved...

    After contacting the host, with little or no avail, and not even a threat to find another hosting company.

    I decided to write the company who issues the SSL Certificate "comodo.com
    1. their reply was I need a screen shot
    2. ok
    3. email send with a screen shot on the issue
    4. [email protected] responded with a little article on flash videos to read
    5. Dang them, they could of just given me the code, to make it easier.
    6. What I learned is to place wmode="transparent" to the EMBED tag of each
      video that youtube.com had me paste after uploading my video on their site.
      1. Now Firefox works correctly
      2. Now IE works correctly
    Boy, I am happy now...

 

 

Similar Threads

  1. v154 (60) SSL certificate problem: unable to get local issuer certificate
    By jokkah in forum PayPal Express Checkout support
    Replies: 34
    Last Post: 23 Jan 2017, 11:01 AM
  2. Windows 2012 server - 60 => SSL certificate problem: self signed certificate in chain
    By QuickBooksDev in forum Installing on a Windows Server
    Replies: 7
    Last Post: 21 Sep 2015, 03:43 PM
  3. (60) SSL certificate problem: unable to get local issuer certificate
    By advancing in forum PayPal Website Payments Pro support
    Replies: 5
    Last Post: 6 Jul 2015, 02:10 PM
  4. Replies: 22
    Last Post: 27 Jan 2015, 03:00 AM
  5. Login screen over and over.
    By hookah in forum General Questions
    Replies: 1
    Last Post: 19 Nov 2014, 07:17 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