Does anyone know what the deal is on the Blog preview not working? Changing the amount of characters in the admin panel for preview has no effect.
See screen shot below. Can someone tell me where to make this wrap?
Chris
Does anyone know what the deal is on the Blog preview not working? Changing the amount of characters in the admin panel for preview has no effect. See screen shot below. Can someone tell me where to make this wrap? Chris Nothing to see here |
Wow, I got absolutely no responses on this? Ok, and I the only one with this problem? Please note this is the one on the homepage. Someone? Chris Nothing to see here |
I will check this out, have not try this to now. Kids first |
Yes Chris I just tested for you and got the same issue. This is the same stuff that happened with the front page news snippet length. The issue was in the CSS. I think this controls it (according to firebug). Open modules/boonex/blogs/templates/base/css/blogs.css Find the .blog_text. Change overflow: hidden; to overflow: auto; This will cause the overflow to wrap automatically. |
same for news! |
I did that for both blogs.css and blogs_common.css and it didnt seen to work. Cleared cache and all, still the same. I will keep checking.. Chris Nothing to see here |
I use the original, no alterations made(yet) and it shows perfect in RC5 |
I got it to look pretty good using the advice from mauricecano and commenting out this line as well: /*white-space: nowrap;*/ in the same area. Thanks Chris Nothing to see here |
Oh ya I forgot the no white space had to be removed as well. What I like about boonex css the best, they're using proto css 4 elements not in live browsers to try to do things, lol |