Announcement

Collapse
No announcement yet.

My header (logo image) is duplicating in the shopping section

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

    My header (logo image) is duplicating in the shopping section

    My header (logo image) is duplicating in the shopping section but not in the brochure pages. It seems to be tiling it for some reason. Can anyone advise on how to eliminate this

    Regards
    Adrian

    #2
    Welcome to the forum Adrian.

    Can you post a URL.

    Comment


      #3
      link

      Hi there, thank you, link is


      http://www.promed.ie/acatalog/index.html

      Comment


        #4
        Look in your Act_Primary template for:
        <table background="logo1.gif" width="100%" height="151"><TR><TD width="100% valign="bottom">
        change the height to be 86 instead of 151.

        Comment


          #5
          r/e change to template

          Thanks Duncan, i opened the template you detailed in a text editor (is this correct or is via actinic?) and could not find the text you said to change.

          Act_Primary

          <!-- Primary HTML begin -->
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
          <HTML>
          <HEAD>
          <TITLE>
          NETQUOTEVAR:PAGETITLE
          </TITLE>
          <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
          <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
          <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
          <!--@act NETQUOTEVAR:HEADERMETA -->
          <!--@act NETQUOTEVAR:LOADFUNCTION -->
          <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
          <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
          <LINK REL=STYLESHEET HREF="actinic.css">


          <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
          <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

          <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
          <Actinic:COOKIECHECK/>

          <!--
          The NETQUOTEVARs below can be uncommented for getting raw section lists:
          1. Top level section list
          2. Section list from current level and all children
          3. The whole section tree
          The rest covers the standalone structure members for each array - e.g. if
          you only need sName or sURL from an array.
          See the documentation for details.

          NETQUOTEVAR:TOPLEVELSECTIONS_RAW
          NETQUOTEVAR:CHILDSECTIONS_RAW
          NETQUOTEVAR:SECTIONTREE_RAW

          NETQUOTEVAR:SECTIONTREE_NAMES
          NETQUOTEVAR:SECTIONTREE_URLS
          NETQUOTEVAR:SECTIONTREE_IMAGES
          NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
          NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
          NETQUOTEVAR:SECTIONTREE_SECTIONIDS

          NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
          NETQUOTEVAR:TOPLEVELSECTIONS_URLS
          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
          NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

          NETQUOTEVAR:CHILDSECTIONS_NAMES
          NETQUOTEVAR:CHILDSECTIONS_URLS
          NETQUOTEVAR:CHILDSECTIONS_IMAGES
          NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
          NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
          NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

          The section level can be accessed through:
          NETQUOTEVAR:SECTIONLEVEL
          -->

          <!--
          The NETQUOTEVARs below can be uncommented and moved to the appropriate

          location
          to save and load shopping lists
          <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

          Shopping List</B></I></FONT></A>
          <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
          Shopping List</B></I></FONT></A>
          --->

          </HEAD>

          <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="0" marginheight="0" topmargin="0">

          <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
          <TR>
          <TD VALIGN="top" ALIGN="LEFT">
          NETQUOTEVAR:HEADER
          NETQUOTEVAR:FORMBEGIN
          NETQUOTEDEL:CAPTURECOUPON
          <!-- coupon entry begins -->
          NETQUOTEVAR:FORMEND
          <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
          <table width="100%" border="0" cellspacing="0" cellpadding="2">
          <tr>
          <td><strong>NETQUOTEVAR:COUPONTITLE</strong>&nbsp;NETQUOTEVAR:COUPONMESSAGE</td>
          <td valign="top" nowrap>
          <input type="TEXT" name="COUPONCODE" size="12" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'">
          &nbsp;<input type="SUBMIT" name="ACTION" value="NETQUOTEVAR:COUPONACTION">
          </td>
          </tr>
          </table>
          </form>
          NETQUOTEVAR:FORMBEGIN
          <!-- coupon entry ends -->
          NETQUOTEDEL:CAPTURECOUPON
          <A NAME="top"><INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"> </A>
          NETQUOTEVAR:HIDDENFIELDS
          NETQUOTEVAR:BULK
          NETQUOTEVAR:FORMEND
          NETQUOTEVAR:FOOTER
          </TD></TR>
          </TABLE>

          </BODY>
          </HTML>
          <!-- Primary HTML end -->


          Once again any help appreciated

          Regards
          Adrian

          Comment


            #6
            Adrian,

            I too can see the code Duncan is referring too in the source code for your site. I would suggest raising this with support if you cannot find where this is referenced. You do not appear to have NETQUOTEVAR:LOGOIMAGE anywhere on that Primary template yet have 2 logo's appearing on the page.

            Kind regards,
            Bruce King
            SellerDeck

            Comment


              #7
              thanks for your help guys, appreciate it, ill raise issue with support.

              Regards
              Adrian

              Comment

              Working...
              X