-
AuthorPosts
-
December 26, 2013 at 4:45 pm #193270
Hello
sure you have an idea why the text is not cut in SOME modules.
In some modules you can see that the text goes ober to bottom
line with the information of “who posted” and “last change”thanks for your support
cheers Axel
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 27, 2013 at 11:43 am #516675Hi Axel,
The template-responsive.css file is not loaded correctly on your website that causes the css styles of introtext section on Category Blog layout useless and the intro texts overflow the bottom of category items. Temporarily, you can make the introtext section look better by putting below codes into the end of templates/ja_smashboard/css/template.css file:
.view-category .article-intro,
.blog-featured .article-intro,
.blog .article-intro {
display: block;
height: 3em;
overflow: hidden;
}Note: It seems that the missing file of uploading the installation to remote server or your customization causes the template impossible to load the template-responsive.css file. In this case, the stable solution is trying to roll back the modification, especially on the layout or index files (.php).
December 28, 2013 at 11:35 am #516727Hello Leo
thanks for your reply. I must say i did not do any customization in the CSS files, just tried to adjust in the backend
Can it be caused by missing or wrong permissions on the filesystem and makes it may sense to re upload the original
files to the server ?please let me know how i can proceed without starting everything from scratch ??
thanks for your help
cheers Axeli´ll add the ccs you sait it is not possible to load it by the template
December 28, 2013 at 11:38 am #516728Hello Leo
thanks for your reply. I must say i did not do any customization in the CSS files, just tried to adjust in the backend
Can it be caused by missing or wrong permissions on the filesystem and makes it may sense to re upload the original
files to the server ?please let me know how i can proceed without starting everything from scratch ??
thanks for your help
cheers Axeli´ll add the ccs you sait it is not possible to load it by the template
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 28, 2013 at 11:58 am #516731Hi Axel,
I have checked and found that the template is loading the correct css styles of template-responsive.css file now. Did you roll back the template backend settings ? Anyways, you can try to use the codes i suggested above to make the intro texts look better:
.view-category .article-intro,
.blog-featured .article-intro,
.blog .article-intro {
display: block;
height: 3em;
overflow: hidden;
}Do not worry above the missing file or wrong permissions. The template loads the .css files correctly now.
1 user says Thank You to phong nam for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by phong nam 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Text is not cut in the module
Viewing 5 posts - 1 through 5 (of 5 total)