-
AuthorPosts
-
nvestor24 Friend
nvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 4, 2013 at 9:59 pm #186455hello 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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 5, 2013 at 11:17 am #488946Hope 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 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 8, 2013 at 8:11 am #489150hello 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 9, 2013 at 10:06 am #489315If possible you can pm me url, admin access and ftp account of your site, I shall check it directly on your site.
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 9, 2013 at 3:17 pm #489348dear ninja,
i have send you a pm
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 10, 2013 at 3:04 pm #489448hi 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
1 user says Thank You to nvestor24 for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 11, 2013 at 7:23 am #489513Great, thanks for sharing
AuthorPostsViewing 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
ICON in ja content popup – left top corner!
Viewing 7 posts - 1 through 7 (of 7 total)