Announcement

Collapse
No announcement yet.

Fragment Placement?

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

    Fragment Placement?

    Hi i'm not great on web design, but know a little to get by.

    www.classixshop.com

    This is the website I work on.

    I have fragment page which i positioned at the bottom of the page. Is there anyway i can have the fragment position itself at the top of the page (above the section images) Also there is a line which above the fragment atm. Is there a way to remove this line to just to display the fragment image?

    Any advice appreciated!

    Cheers FrAz
    Cheers FrAz

    #2
    I searched the forum for the answer to this, but the fog of V8 makes it hard to find. Moving the fragement doesn't require any HTML. Select the section that contains the tab and in the Layout tab, tick Override Default Settings and under List Placement, select Bottom (puts the list of sections or product below any fragments). You can also do this for the whole site in Design/Options, Sections tab, List Pacement.

    To get rid of the horizontal line, its probably at <HR> tag in the fragment template (that is html)

    Comment


      #3
      Fragment Line!?

      This is the html coding for the fragment layout:

      HTML Code:
      <!-- ImageOnly HTML begin -->
      <tr>
      <td colspan="50" valign="CENTER">
      NETQUOTEVAR:FRAGMENTANCHOR
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
        </tr>
      </table>
      </td>
      </tr>
      
      <!-- ImageOnly HTML end -->
      I can't see any reference to a <HR> tag in the code, could there be something else in this code causing the line to be caused?

      As for the positioning of the fragement, as this is the frontpage of the website i don't have a section where i cannot (override default settings). I did however put the entire website within a sub-section and changed that section settings to 'bottom', which did move the fragment to the top of the page! Is there a way to achive this without without everything being within a sub-section? , as the main page is working off 'index.php'

      Cheers FrAz
      Cheers FrAz

      Comment


        #4
        I seem to remember this question being asked before for this site! - in V7 fragments will always tend to drop to the bottom however in V8 they can be placed anywhere.

        Comment


          #5
          I c, so this is an impossiable reality in v7!?, or is there some code that can be added to index.php to force the fragment to the top of the page?

          Cheers FrAz
          Cheers FrAz

          Comment


            #6
            It may be an issue with the way the site was designed - talk to your designers

            Comment


              #7
              Originally posted by Classix
              I can't see any reference to a <HR> tag in the code, could there be something else in this code causing the line to be caused?
              Not on a v7 machine at the moment but isn't there a template called something like Act_XXXSeperator.html which has the <HR> in there? It could also be coming from the design text .. add numbers to each one you find eg <HR 1> <HR 2> and that may help you track it easier when viewing the source code.

              Sorry can't be more specific at the moment.


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #8
                Act_SectionSeparator.html

                Cheers Jont,

                Yes there was a file caused 'Act_SectionSeparator.html' the code was the following:

                HTML Code:
                <!-- SectionSeparator HTML begin -->
                <!-- This template specifies the section separators -->
                
                <HR SIZE="1" ALIGN="CENTER" WIDTH="600">
                
                <!-- This template specifies the section separators -->
                <!-- SectionSeparator HTML end -->
                simply removed the <hr> tag line and it removed the line on the fragment.

                Cheers for all the replies

                FrAz
                Cheers FrAz

                Comment


                  #9
                  Originally posted by Classix
                  Act_SectionSeparator.html
                  Amazing what you can almost remember from 2 years back


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment


                    #10
                    Originally posted by jont
                    Amazing what you can almost remember from 2 years back
                    Is it really 2 years, i presumed you were still using V7 until V8 had bedded in and was bomb proof?

                    Comment

                    Working...
                    X