-
AuthorPosts
-
October 7, 2012 at 2:17 pm #181251
ja mendozite
Joomla! 2.5.6For 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?
-
October 7, 2012 at 2:21 pm #469327Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 8, 2012 at 9:45 am #469426I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2012 at 11:03 am #469529I 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;
}October 10, 2012 at 4:26 am #469592yes, that solved the problem. Thanks!
Just curious. Why that style is set in that file, instead of the main template.css file?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 12, 2012 at 5:20 am #469859Because script above still exists on that file and you can change to template.css if you like.
AuthorPostsViewing 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
Jump to forum
-