Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • nvestor24 Friend
    #186455

    hello friends,

    one more question 🙂

    i need a icon in the ja content popup – module in the left top corner !
    please take a look at my attachment.

    best regards

    torsten


    1. jacontentpopup
    Ninja Lead Moderator
    #488946

    Hope this way will help you solve it

    Open templates/ja_mitius/css/mod_jacontentpopup.css file

    find


    .ja-cp-main .ja-cp-group .ja-cp-item {
    width: auto !important;
    }

    change to


    .ja-cp-main .ja-cp-group .ja-cp-item {
    width: auto !important;
    background: url("../images/video_icon.png") no-repeat left top;
    }

    With image path: templates/ja_mitius/images/video_icon.png

    nvestor24 Friend
    #489150

    hello ninja lead,

    that sounds good. i have made your instruction. now the icon is behind the picture :D.

    i changed the following snippet:
    ja-cp-main .item-inner {
    margin: 0 15px;
    position: relative;
    z-index: -1;
    }

    the result is: the icon is in the front but i can not click a link or a image.:-[

    best regards

    torsten

    Ninja Lead Moderator
    #489315

    If possible you can pm me url, admin access and ftp account of your site, I shall check it directly on your site.

    nvestor24 Friend
    #489348

    dear ninja,

    i have send you a pm

    nvestor24 Friend
    #489448

    hi ninja,

    i have fixed the problem and have made the following changes:

    in the html/jacontentpopup/default_item.php:

    <span class=”ja-cp-image”>
    <?php echo $row->image;?>
    <span class=”midal”> </span> // – added this snippet
    </span>

    in the css/jacontentpopup.css:

    .ja-cp-main .ja-cp-image span.midal {
    background: url(“../images/ico/video.png”) no-repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    bottom: 54px;
    box-shadow: none;
    display: block;
    height: 24px;
    left: auto;
    margin-left: 0;
    margin-top: -24px;
    position: relative;
    right: -5px;
    width: 24px;
    z-index: 10;
    }

    i have added the code above.
    now it seems to work 🙂

    Can you write me something about the other problems, i have written to you in pm ?

    king regards

    Torsten

    Ninja Lead Moderator
    #489513

    Great, thanks for sharing

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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