-
AuthorPosts
-
skillfulken Friend
skillfulken
- Join date:
- August 2013
- Posts:
- 78
- Downloads:
- 159
- Uploads:
- 26
- Thanks:
- 1
- Thanked:
- 5 times in 1 posts
October 25, 2013 at 4:30 am #191694Hello
I have set the thumbnail width and height both at 0, however, there are still some white blocks above the blue circles. Is there any method to show only those blue circles but not the thumbnail at the same time? Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 28, 2013 at 7:45 am #510349It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issue and give you specific answers.
skillfulken Friendskillfulken
- Join date:
- August 2013
- Posts:
- 78
- Downloads:
- 159
- Uploads:
- 26
- Thanks:
- 1
- Thanked:
- 5 times in 1 posts
October 30, 2013 at 2:30 am #510597Hi Ninja!
Just want to keep the fancy blue circle but not the white thumbnail. Thanks!
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 30, 2013 at 10:59 am #510662You can hide it by css style as below
Open templates/ja_beranis/css/mod_jaslideshowlite.css file
from
.ja-ss-thumbs .ja-ss-thumb img {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
position: absolute;
top: -75px;
left: -10px;
padding: 5px;
background: #fff;
max-width: none !important;
}
change to
.ja-ss-thumbs .ja-ss-thumb img {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
position: absolute;
top: -75px;
left: -10px;
padding: 5px;
background: #fff;
max-width: none !important;
display: none;
}
1 user says Thank You to Ninja Lead for this useful post
skillfulken Friendskillfulken
- Join date:
- August 2013
- Posts:
- 78
- Downloads:
- 159
- Uploads:
- 26
- Thanks:
- 1
- Thanked:
- 5 times in 1 posts
October 31, 2013 at 1:42 am #510723Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 1, 2013 at 1:27 am #510820Here is solution:
Open templates/ja_beranis/css/mod_jaslideshowlite.css file
From
.ja-ss-thumbs .ja-ss-thumb:hover span:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #fff;
position: absolute;
margin-left: 5px;
top: -5px;
}
Change to
.ja-ss-thumbs .ja-ss-thumb:hover span:before {
content: "";
width: 0;
height: 0;
}1 user says Thank You to Ninja Lead for this useful post
skillfulken Friendskillfulken
- Join date:
- August 2013
- Posts:
- 78
- Downloads:
- 159
- Uploads:
- 26
- Thanks:
- 1
- Thanked:
- 5 times in 1 posts
November 5, 2013 at 6:40 am #511214Hi Ninja
Done and it works great! Thanks for your help!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by skillfulken 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum