Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • enosb Friend
    #185510

    Hi i am testing the new framework with k2 (ver 2.6.5.)…

    When i view an item th image are displayed over the text like show in a picture (in the default template that does not happen)

    best regards


    1. prova
    TomC Moderator
    #485282

    When you mention the default template, are you referring to the demo version of the template?

    If so, a method you could use to try to investigate the issue – and the difference between your own template’s configurations and those of the demo – would be to utilize JA’s">.

    enosb Friend
    #485455

    Hi Tom,
    I was referring to the other template that comes with joomla (ver, 2.5 or 3.0). that is, the problem occurs with jat3v3-

    Regards

    TomC Moderator
    #485637

    It looks to me to be an alignment issue with the K2 image.

    Have you fiddled around with the relative CSS rules for that element to see if you can modify the position of the image so it does not overlap the text content?

    enosb Friend
    #485643

    <em>@TomC 363265 wrote:</em><blockquote>It looks to me to be an alignment issue with the K2 image.

    Have you fiddled around with the relative CSS rules for that element to see if you can modify the position of the image so it does not overlap the text content?</blockquote>

    I may have found the potential error..

    If i inspect the image with firebug… (class=”modal” etc)…

    .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff
    border: 1px solid #999
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    }

    in firebug if I commented the three lines:
    position: fixed;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);

    things seem to work

    but I would not have affected other parts of the code…

    And above all, I have not understood what file to change 😀

    TomC Moderator
    #485644

    You did exactly what I would have tried first to figure it out …. CONGRATS !!!

    🙂

    enosb Friend
    #485645

    Ok i have found and i changed the file….

    But I’m sure that is not the ultimate solution because I do not know the exact architecture of the framework and I certainly have not changed all necessary files.. 😎

    chilly_bang Friend
    #486221
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  chilly_bang 11 years, 7 months ago.

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