test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hengstler Friend
    #161398

    Hi all

    I’m importing a few hundred articles using 3rd party component “CMS Shop Builder”. This works fine so far. I’d like to use JA Teline IV. The problem is that there are some lines in the content after import. The strange thing is that it doesn’t happen to normal content and only on one entry per page.

    Please take a look at http://test2.stefanhengstler.ch/index.php/rasierklingen and you’ll see what I mean.

    I hope you can help me

    Kind regards from Switzerland

    gray Friend
    #381141

    The first (leading article) is render in
    <div class=”leading leading-0 clearfix”>

    All others goes inside
    <div class=”items-row cols-1 row-0 clearfix”>
    </div>

    Check style .items-row in template.css and you’ll see that it renders a background image with repeat-x parameter.

    hengstler Friend
    #381274

    Thanks for the hint. I’m not familiar with css :((
    I’ve found this:

    .items-row { background: url(../images/divider.gif) repeat-x top; padding-top: 20px; }

    .items-row .item { background: url(../images/dot-2.gif) repeat-y left; }

    .items-row .column0 { background: none; }

    What will I have to do ?

    Kind regards

    gray Friend
    #381277

    try to comment in this style
    .items-row { /* background: url(../images/divider.gif) repeat-x top; padding-top: 20px; */ }
    commenting is is done by /* and */

    hengstler Friend
    #381856

    Problem is solved :laugh::laugh:

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  hengstler 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum