test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • larry1984 Friend
    #720710

    Hello,

    My K2 images are not showing in K2 articles. When I look at the source I see this:

    <a class=”modal” rel=”{handler: ‘image’}” href=”/image_path” title=”Click to preview image”>
    <img src=”/image_path” alt=”image alt” style=”width:600px; height:auto;” />
    </a>

    and in the CSS I have this:

    .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    outline: 0px none;
    }

    I guess the problem is the “display:none”.

    Then I set T3 template in Development mode and firebugs indicates that this modal class is located in bootstrap.less

    But in bootstrap.less there is no class .modal

    Where can I access the class .modal and how can I fix this issue?

    Thank you for your help.

    Adam M Moderator
    #720910

    Hi @larry1984,

    Please open file templatest3_bs3_blankcsscustom.css (if you don’t have this file, just create a new one) then add this code :

    span.itemImage .modal {
    display: block;
    position: static;
    }

    Adam M Moderator
    #753450

    Hi @larry1984,

    Please open file templatest3_bs3_blankcsscustom.css (if you don’t have this file, just create a new one) then add this code :

    span.itemImage .modal {
    display: block;
    position: static;
    }

    larry1984 Friend
    #721134

    Thanks a lot, issue fixed!

    larry1984 Friend
    #753536

    Thanks a lot, issue fixed!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  larry1984 9 years ago.

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