Announcement

Collapse
No announcement yet.

Geotrust Business ID

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

    Geotrust Business ID

    Can one of you clever souls help me. I have been given the following code to add to the brochure primary page that should enable me to display a seal with realtime date and registration details.

    <!-- GeoTrust True Site[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 -->

    Have entered it, but when I upload, I get this message;

    Warning: The HTML templates specify source files (with"SRC=command(s) that reside in directories other than the acatalog directory on the website. 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 gather I need to find a way of storing the source file locally but I don't know how to. What do I need to do??

    #2
    I don't see that that code could ever work. It's an internal call that would be used within the geotrust domain to call the javascript - if geotrust is on a windows server.

    I would expect it to read SRC="http:\\smarticon.geotrust.com\si.js"

    I would query this with whoever mailled you that link.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Many thanks Bill, I will query it.

      Comment


        #4
        Here's an idea for if the code is correct,

        Create an HTML file called geotrust.html put the geotrust code into that file(just the geotrust code NOTHING ELSE, no <Head> no <body> just the code, save this file in the site1 folder

        Create a Customvar in actinic called GEOTRUST and add the custom var to your brochure primary template, then in options set this customvar to call the geotrust.html file with the options

        Use as customvar = yes
        filename = yep
        use contents = yes

        SCOOP
        www.incredibid.co.uk

        Comment


          #5
          I think that code is OK. The SRC="//smarticon.geotrust.com/si.js is a method for loading the script using whichever protocol (HTTP or HTTPS) is currently in use. This prevents the secure / insecure warning that might otherwise arise.

          You can ignore the Actinic warning message (there may even be a checkbox to permenantly disable it via Housekeeping / Warning Management) as it's erronous.

          If your site is always using HTTP then you can change to SRC="http://smarticon.geotrust.com/si.js and the warning will go away.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            I tried editting the code but it hasn't worked. I have created a geotrust HTML file and put just the code in the file, but where do I set the options from?

            Comment


              #7
              Hi Mary,

              I havent tried this before, but if you could post the template (or code) at which it seems to be conficting in Actinic, it might help to investigate further on this.
              Kind Regards,

              Seeths
              SellerDeck

              Comment

              Working...
              X