Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • edroga Friend
    #146185

    Hi, I have a drawing that illustrates the problem. After upgrading to joomla 1.5.15 there is a strange problem, the pictures the text is not rolled into a new line but remains in one why?


    1. picture
    Anonymous Moderator
    #324351

    Hi edroga

    Please open templates/ja_teline_ii/css/template.css file, at about line 84, find following code:


    .img_caption {
    color:#999999;
    }

    and change to:

    .img_caption {
    color:#999999;
    width: 300px; /*you change this value to your suitable*/
    }

    edroga Friend
    #324385

    Yes, it’s a very simple solution but unfortunately it is not effective. I use the caption to images of different sizes and by introducing a fixed wide crashes my pictures smaller or larger size of the chosen 🙁

    Anonymous Moderator
    #324513

    Hi edroga

    Could you give me your live url?

    edroga Friend
    #324765

    Hi JA Developer I send you live url can you check what is happen ?

    Anonymous Moderator
    #325031

    Hi edroga

    I have checked your website and saw that you have not changed it yet.

    Please see my attachment file. it is result when i changed like my guider.


    1. fixed
    edroga Friend
    #325053

    Hi JA developer, here’s what happened when declare a constant width of the image. Other pictures also accept it, this is not a good solution. Please others. On a clean installation of joomla 1.5.15 same error occurs.


    1. picture2
    Anonymous Moderator
    #325355

    Hi

    Please open templates/system/css/general.css file, at about line 119, find following code section:

    .img_caption.left {
    float:left;
    }

    and change to:

    .img_caption.left {
    float:left;
    width:300px;
    }

    tranaee Friend
    #325848

    Hey we dont have a sollution here..
    In Teline III for example we have 2 kinds of widhts. In 1.5.14 captions were auto-stretched under the thumbnail.. Now it is stupid to have only one width.. I think you need an update to the extension guys.. :((

    tranaee Friend
    #325850
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  tranaee 14 years, 11 months ago.

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