Announcement

Collapse
No announcement yet.

acatalog inserted on uplaod

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

    acatalog inserted on uplaod

    Not being any great java guy this has got me stumped. I am inserting the following in the outer layout:

    <script type="text/javascript" src="/rural.js"></script>

    But on upload actinic is changing it to:

    <script type="text/javascript" src="acatalog/rural.js"></script>

    It is inserting acatalog - its not the end of the world but I would like to know why

    #2
    Have you tried using just "rural.js" without the "/"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      uploading now - we will see what happens!

      Comment


        #4
        .. I can smell the suspense from here ......


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          and .............. its still there

          Any other ideas - Yoda

          Comment


            #6
            I am more Jabba than Yoda


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              You said it not me!

              Comment


                #8
                Self deprecation is the finest form of defence


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  Actinic will replace all relative paths with the path to the acatalog directory, so you will need to put your full path in eg:

                  <script type="text/javascript" src="http://www.lovelyruralwebshop.co.uk/rural.js"></script>

                  You'll get a message about hard-coded URLs on upload but it should leave it be.

                  Warning : I haven't really got a clue what I'm talking about here but this came to mind.

                  Regards,
                  Jan Strassen, Mole End

                  Comment


                    #10
                    There's method in this.

                    Actinic keeps everything in acatalog with the sole exception of the brochure home page (if you use Brochure).

                    The Brochure pages all use the same Layout but one page (the home page) will be in the site root and needs to have the acatalog added to all paths so that the supporting files can be found.

                    You can always override this behaviour (as Jan said) by using fully qualified path names. If you do this you are telling Actinic that you know the path and you don't want Actinic to alter it.
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #11
                      Actinic will replace all relative paths with the path to the acatalog directory, so you will need to put your full path
                      Ahhhhhhh - call me dumb or what, I do this every day designing layouts - why whenever I go into the design pane do I forget everything.

                      Its the corner and pointed hat for me today

                      Comment

                      Working...
                      X