test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Alex Ge Friend
    #181251

    ja mendozite
    Joomla! 2.5.6

    For all the featured article on the frontpage, anything beyond 3 lines will be cut off for the first paragraph, including images. Anything is OK for the 2nd paragraph onward. No change for Leading Articles or Intro Articles. Please refer to the attachment to see what I mean.

    This is the first time I’m seeing this. I tried a long time trying to figure out why without a clue. Can anyone give me a hint?


    1. Clipboard01
    2. Clipboard02
    Alex Ge Friend
    #469327

    Above attachments are under Chrome. Please find below how it looks like under IE.


    1. Clipboard03
    Ninja Lead Moderator
    #469426

    I could not reproduce the error on our site. Please send PM me with URL and admin access. I will check directly on your site.

    Ninja Lead Moderator
    #469529

    I found the problem on your site.
    <blockquote>templates/wals/css/css3.css</blockquote>
    from

    .blog-featured .article-tools + p{
    display:block;
    height:55px;
    overflow:hidden;
    text-overflow:ellipsis;
    }

    change to

    .blog-featured .article-tools + p{
    display:block;
    height:auto;
    overflow:hidden;
    text-overflow:ellipsis;
    }

    Alex Ge Friend
    #469592

    yes, that solved the problem. Thanks!

    Just curious. Why that style is set in that file, instead of the main template.css file?

    Ninja Lead Moderator
    #469859

    Because script above still exists on that file and you can change to template.css if you like.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 1 month ago.

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