Announcement

Collapse
No announcement yet.

geotrust ssl cert problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    geotrust ssl cert problems

    Hi all

    I am using a script to show the secured by geotrust image

    <!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
    <!-- end GeoTrust Smart Icon tag -->

    the problem is that when I put it in Act_brochurePrimary it does not show and I get an error message saying that actinic does not like the src command?

    ----------------------------------------------------------------------
    Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.

    No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.
    -----------------------------------------------------------------------

    I know that this is just because actinic likes all images to be in the actinic folder

    any ideas why the images does not display ??

    i tried putting the code on a blank page and it works fine

    http://www.sweets2yourdoor.co.uk/test.html
    David Mawson
    Phoenix Trading

    http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

    #2
    Assuming that the js file is on there server which you need to collect / view remotely, then the...

    ="//smarticon.geotrust.com/si.js

    I would think should be

    ="http://smarticon.geotrust.com/si.js or

    ="https://smarticon.geotrust.com/si.js

    Comment


      #3
      you are a genius my friend

      put http in and it worked like a charm

      thanks
      David Mawson
      Phoenix Trading

      http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

      Comment


        #4
        We have that exact bit of code embedded in our footer and it works for us . . . mind you, ours is done by using !!< >!! tags in Design|Options|Shop Defaults|Footer.
        David
        Mandrake Press Ltd

        <a href="http://www.mandrake-press.co.uk" target="_blank">www.mandrake-press.co.uk</a>

        Comment


          #5
          Originally posted by davie_ne1
          you are a genius my friend
          put http in and it worked like a charm
          thanks
          No worries - like those easy ones

          Comment

          Working...
          X