Announcement

Collapse
No announcement yet.

shop and site intergration

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

    shop and site intergration

    my website is www.breathesport.com all the pages apart form the ones after you click the shop button were done in front page, how would i go about making the store section use the same layout as the rest, so that theres no change, can anyone suggest any useful places for me to start looking at

    thanks

    Andy

    #2
    you need to download the developers guide and advanced user guide from the actinic site.

    I suggest you start out with the smart theme

    Comment


      #3
      Hi there

      If you want to change the overall design of the shop, find a file in your site1 folder called "Act_Primary.html". You can download the advance user guide and design guide from the following site: http://www.actinic.co.uk/support/downloads.htm

      Kind Regards
      Nadeem Rasool
      SellerDeck Development

      Comment


        #4
        thanks for the reply i have found the file 'Act_primary' and can open it up in front page, can i edit this normally in frontpage and make it look the same as my other html pages, but! keep all the (NETQUOTE) lines of txt in roughly the same place? and then it should be the same right? would i have to edit any other files?

        thanks for the help

        Comment


          #5
          Hi Andy

          You can open this file in frontpage, but it may put alot more information into the template. Some version of Frontpage puts alot of rubbish within a html page which is not really needed.

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            thanks i will give it a go editing it later on today if i have any problems/ success i will post up.

            Comment


              #7
              have tried and do get a few errors, i carnt find the bs.css file Do i need to change anything in my options settings in actinic>

              thanks
              andy

              Comment


                #8
                Firstly I would not edit Actinic templates in Front Page, a txt editor is better, NOTEPAD for example

                Actinic does not supply a css file called bs.css which is probably why it can't be found. Actinic always uses a file called actinic.css

                To acheive a redesign it may be better if you started by using the features in the Advanced Menu, Template Manager (use Notepad as the default editor) and use the graphical display, this will help you to learn which template controls each component

                Comment


                  #9
                  i sorted out the .css problem ,

                  now the only error i seem to get is a general script error

                  an error has occured on the script on this page

                  line 31
                  char: 1
                  Error: objected epected
                  code:0
                  Url : file://C:\Program Files\Actinic v7\Sites\Site1\PreviewHTML\P_index.html

                  get that error on various pages just with different lines. any thoughts -

                  (pinbrook im also sending you an email)

                  Comment


                    #10
                    Hi there

                    Check to see if the act_primary.html is missing the following lines in the head section

                    Code:
                    <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                    <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
                    Kind Regards
                    Nadeem Rasool
                    SellerDeck Development

                    Comment

                    Working...
                    X