Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • n8fan Friend
    #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


    1. smash02
    phong nam Friend
    #516675

    Hi 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).

    n8fan Friend
    #516727

    Hello 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 Axel

    i´ll add the ccs you sait it is not possible to load it by the template

    n8fan Friend
    #516728

    Hello 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 Axel

    i´ll add the ccs you sait it is not possible to load it by the template

    phong nam Friend
    #516731

    Hi 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.

Viewing 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