Announcement

Collapse
No announcement yet.

Site Review

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

    Site Review

    Hi

    Put our site www.zikzak.co.uk together using Actinic 8 "as out of the box".
    Not a coder or web designer and have spent a lot of time creating site. Would greatly appreciate any comments/feedback/pointers for improvements etc.

    Cheers

    Stewart

    #2
    bit dark for me, too much black.
    I would prefer a simpler colour scheme easy on the eye.

    kind regards
    Treasure Island Sweets

    Comment


      #3
      Many thanks to you both for the feedback - Unable to fix script error 'cos I don't have google analytics as a layout option - I'd copied the code and placed it at the bottom of the default base page. Take on board the colour scheme - looked at different colours but all my product images were originally on black backgrounds and when I looked a a light colour these images didn't look right. Not sure if the're any shortcuts to changing all the background to these images.

      I'll have a look at resizing the top logo - didn't realise it was this that was pushing the links down

      Cheers

      Stewart

      Comment


        #4
        Hi
        Not sure about this as Norman's instructions were to paste the code above the head tag:-

        In the Actinic Content Tree, click on any Product Section.
        Then select the Design Tab. Then select the Design Tree tab (bottom right).
        Click the top of the Design Tree (on default site - "Works Best with Executive").
        In the Layout Code window look for the line

        </head>

        Paste the following above it.


        <!-- START Image Upload Support -->
        <SCRIPT LANGUAGE="JavaScript" SRC="imageuploadsupport.js" TYPE="text/javascript"></SCRIPT>
        <script type="text/javascript">
        <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBaseHREFStandard%22%20%2f%3e">
        var basehref = '<actinic:variable encoding="perl" name="CatalogURL" selectable="false" />';
        </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBaseHREFSSL%22%20%2f%3e">
        var basehref = '<actinic:variable encoding="perl" name="SSLCatalogURL" selectable="false" />';
        </actinic:block>
        </script>
        <!-- END Image Upload Support -->

        I've not been aware of any problems

        Cheers

        Stewart

        Comment


          #5
          The tag </head> is different from <head>, note the slash. You need to place it before </head> not before <head>.
          Peblaco

          Comment


            #6
            I see what you mean - will make the chnage to this placement

            Many thanks

            Comment

            Working...
            X