Announcement

Collapse
No announcement yet.

Aaagh!!! Multiple Horizontal Lines

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

    Aaagh!!! Multiple Horizontal Lines

    Am using Smart Theme with "Product List with Horizontal Dividers"

    I've looked at several ways of splitting my product lists and have decided that the best way forward is to insert Fragments with HTML code at the top and bottom of each sub section page linking to the next/previous sub section pages.

    I have split the Bottom Fragment away from the ProductList in "Layout Code - Section Page with Section Name At The Top" as explained in the AUG and have now got:

    ProductList (with FragmentLayout included for the top Fragment)

    Section Fragment List (FragmentLayout only for the bottom Fragment)

    The problem I have is that the bottom Fragment is underlined by multiple horizontal lines that increase with every product added to the page above - ie. If I have 8 products on a page I end up with 8 lines under the bottom Fragment.

    I've had a look in the ProductList layout, the Fragment layout and various other places but can't find where they are being generated from.

    #2
    go to the design menu, click on the library and then the layouts tab and seatch for "Product List with Horizontal Dividers" - its in the Products list section

    open the layout and then double click the first line "click here to edit list layout settings"

    then click on the "First/middle/last" tab and look in the last entry there - "After Row"
    click on the "..."
    here you will find the offending lines
    <tr>
    <td class="dotted_line_blue" colspan="<actinic:variable name="ProductColumnCount" />"><img src="theme_shim.gif" height="1" width="1" alt=" " /></td>
    </tr>
    remove those, problem gone !
    close, save etc and then preview the page

    Comment


      #3
      Thanks Kevin - this was very helpfull

      I done this on my Section Fragment List layout rather than the Product List.
      This kept my single horizontal lines between the products but got rid of the block of lines at the bottom.

      Thanks Again

      Comment

      Working...
      X