Announcement

Collapse
No announcement yet.

Just a few queries

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

    Just a few queries

    Hi,
    I'm pretty new to Actinic Catalog, I just have a few queries on some minor issues:

    I would like to center the corporate logo

    I would also like to add some links to a pop-up message, this would be to advertise a free gift and have a choice of gifts when purchasing a product. At the moment I have set it as an attribute but would like the choice to be on the pop-up menu, is this possible??????

    Also can I add a 'back to the top' button in the Footer above/below the powered by Actinic button???

    Ta
    Robb Trepte
    :-)

    #2
    Re: Just a few queries

    "Also can I add a 'back to the top' button in the Footer above/below the powered by Actinic button???"


    With regards to the above question, I sucessfully added this to my template, its simple but it works.

    <div align="center"><a href="#top">back to the top</a><br>
    </div>

    Comment


      #3
      center logo

      To center the corporate logo.

      In the Act_Header template change the html to:
      <center>NETQUOTEVAR:LOGOIMAGE</center>
      This should be on the third line

      I hope this helps

      Matt
      Matthew Cottam
      Project Manager

      <a href="http://www.reports-express.co.uk">www.reports-express.co.uk</a>

      Comment


        #4
        Re: center logo

        Originally posted by mcottam
        To center the corporate logo.

        In the Act_Header template change the html to:
        <center>NETQUOTEVAR:LOGOIMAGE</center>
        This should be on the third line

        I hope this helps

        Matt
        Sorry this didn't to the trick, it centered the logo command when opening Act_header.html but didn't center the logo when in Catalog.

        Thanks N e way
        Robb Trepte
        :-)

        Comment


          #5
          What theme are you using?

          Comment


            #6
            i am using......

            I am using layout13, I have tried adding some blank space to the left of the logo so that it sits central but looks odd on different screen resolutions!
            Robb Trepte
            :-)

            Comment


              #7
              You need to edit the HTML in Act_Primary.html - the 'Overall Layout' template. You can open up this file in Dreamweaver, or if you do to 'Design | Options | Layout' you can click the 'Edit' button to open the Overall Layout template in Notepad.

              You need to edit the HTML around NETQUOTEVAR:LOGOIMAGE at the top of the file.

              Comment

              Working...
              X