[Resolved] Floating SSL Site Seal

Home Forums Support [Resolved] Floating SSL Site Seal

Home Forums Support Floating SSL Site Seal

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #206393
    richpags

    Hey all,

    I’ve added a SSL cert to my site and now wanting to display a site seal.

    For the moment I’ve managed to put the seal at the bottom of the main page and checkout page, but would like it to be floating on the bottom right of all pages as shown in the site bellow.
    Just wondering if its possible?

    https://www.trustlogo.com

    Or if anyone has any suggestions on a nicer location, I’ll gladly take suggestions.

    My site
    https://reelmovieposters.com.au/

    Thanks all.

    Richie

    • This topic was modified 7 years, 9 months ago by richpags.
    #206468
    Tom
    Lead Developer
    Lead Developer

    Hi Richie,

    You’ll want to add the seal into the wp_footer hook in GP Hooks, and wrap it in a div like this:

    <div style="position:fixed;bottom:0;right:0;">
        Seal in here
    </div>
    #206555
    richpags

    Cheers for that Tom.

    I attempted to put the seal code in, but didn’t seem to work.

    Probably doing something wrong as I’m no code expert.

    Currently have the bellow in wp_footer GP Hooks.

    <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>
    <script language=”JavaScript” type=”text/javascript”>
    TrustLogo(“https://reelmovieposters.com.au/comodo_secure_seal_100x85_transp.png&#8221;, “CL1”, “none”);
    </script>
    #206559
    richpags

    Oh, I’ve put that code in between the area I mentioned.

    Thanks
    Richie

    #206575
    richpags

    Ok I managed to get a little closer.

    I can successfully display the link below to display as text, but can’t get the logo to display.
    Positive SSL

    Surly its something silly I am missing here.

    EDIT: i got the image to show by using the below code.

    <div>
    <img src="site seal URL" alt="SSL Certificate" border="0" /></img>
    
    </div>

    Now to make it display the SSL info when covering the mouse over it….

    Thanks
    Richie

    • This reply was modified 7 years, 9 months ago by richpags.
    • This reply was modified 7 years, 9 months ago by Tom.
    #206601
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You should just have to place the scripts in your post above inside the div where I added “Seal in here” in this post: https://generatepress.com/forums/topic/floating-ssl-site-seal/#post-206468

    Once that’s done it should work.

    #206915
    richpags

    Cheers Tom,

    In the GP hooks area, should I only be putting code in the wp_footer area?

    Or is code needed in the others such as Before Header?

    Thanks
    Richie

    #206918
    richpags

    Ok I have seemed to have it sorted now.
    Seems the SSL info appears at random though when moving the mouse over it.
    Strange.

    Only put code in the wp_footer area.

    Check it out a see how it goes.

    reelmovieposters.com.au

    Cheers Tom.

    Richie

    • This reply was modified 7 years, 9 months ago by richpags.
    #206994
    Tom
    Lead Developer
    Lead Developer

    Looks good! ๐Ÿ™‚

    #207125
    richpags

    Cheers Tom,

    I might have a play with the code as it’s still random regarding the SSL info popping up when hovering over with the mouse.

    Richie

    #207153
    Tom
    Lead Developer
    Lead Developer

    That looks like an issue with the script they’ve provided.

    #207156
    richpags

    Thanks Tom,

    Any recommendations so the code config is similar to the seal in the bellow site?
    Or should I just leave it as is?

    https://www.trustlogo.com

    Really appreciate your help mate.

    Thanks
    Richie

    #207159
    Tom
    Lead Developer
    Lead Developer

    You’ll have to ask your SSL provider if they have any other options without the popup on hover – they should ๐Ÿ™‚

    #207428
    richpags

    Tom,

    I don’t mind the pop up on hover so all good.

    Thanks
    Richie

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.