Announcement

Collapse
No announcement yet.

index file to modify

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

    index file to modify

    Hi there,
    I have created brochure pages for my home page and about us page, contact us pages etc using the curves theme.

    As i deleted the custom about us pages and terms & Cond pages i now only have my own pages that i created.
    The problem i'm having is this:
    if you have a look at the curves themes design and look at the curves on the left you will see the two bottom buttons called contact us & Information.

    As i'm not using the pre set pages those 2 buttons are just sitting there. I tried to change the contact us one to a hyperlink email address and the information one i tried to point to the about us page using front page but when i previewed the site after doing this my changes didn't stick.

    What page or template do i need to modify to change where those two images point to.

    Cheers,

    Jacy
    Jacys Computer Supplies
    Web: http://www.jacyscomputers.com.au
    email: sales@jacyscomputers.com.au

    #2
    Those images are lmenu_contactus.gif and lmenu_info.gif and they are referenced in Act_Primary.html.

    Regards
    Jan Strassen, Mole End

    Comment


      #3
      thanks Jan

      Cheers,

      Jacy
      Jacys Computer Supplies
      Web: http://www.jacyscomputers.com.au
      email: sales@jacyscomputers.com.au

      Comment


        #4
        I made the changes to the information button in frontpage so the information button (image) now points to my About Us page. The trouble is that it opens in a new window. It didn't do that in preview mode? How do i change that?

        Cheers,

        Jacy
        Jacys Computer Supplies
        Web: http://www.jacyscomputers.com.au
        email: sales@jacyscomputers.com.au

        Comment


          #5
          Check the html of the link (this a an <a href="...">...</a> tag).

          Ensure that there is nothing in the <a> tag that looks like

          target="_blank"

          If there is, just remove this.

          Comment


            #6
            Check the html of the link.

            This is a tag that looks like:

            <a href="...">...</a>

            Ensure that there is nothing in the <a> tag that looks like

            target="_blank"

            If there is, just remove this.

            Comment

            Working...
            X