-
AuthorPosts
-
sakari Friend
sakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
May 7, 2015 at 9:49 pm #206174Hello friends,
I would like to add this Slideshow Pagination as the “Hotel” template in the “Decor” template.
Can someone help me there?
Thanks in advance 🙂
Sakari
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 8, 2015 at 4:47 am #569858My solution below will help you out
Open templates/ja_decor/css/custom.css file (create new if it does not exist) and add new rule
.ja-ss-thumbs .ja-ss-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
}.ja-ss-thumbs .ja-ss-thumb img {
background: transparent;
display: none;
}.ja-ss-thumbs .ja-ss-thumb.active {
border-color: #0b96f3 ;
background: #fff ;
}1 user says Thank You to Ninja Lead 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
May 8, 2015 at 4:47 am #734940My solution below will help you out
Open templates/ja_decor/css/custom.css file (create new if it does not exist) and add new rule
.ja-ss-thumbs .ja-ss-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
}.ja-ss-thumbs .ja-ss-thumb img {
background: transparent;
display: none;
}.ja-ss-thumbs .ja-ss-thumb.active {
border-color: #0b96f3 ;
background: #fff ;
}1 user says Thank You to Ninja Lead for this useful post
sakari Friendsakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
May 9, 2015 at 3:04 pm #570003Thank you, just as I wanted it! 🙂
sakari Friendsakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
May 9, 2015 at 3:04 pm #735075Thank you, just as I wanted it! 🙂
sakari Friendsakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
May 11, 2015 at 7:09 pm #570185I’ve been looking forward to early! 🙁
I have more stuff and thus all have been changed with this code!
But I want to change only a slideshow!
All others should stay normal!Is that even possible and if so how? 🙂
sakari Friendsakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
May 11, 2015 at 7:09 pm #735257I’ve been looking forward to early! 🙁
I have more stuff and thus all have been changed with this code!
But I want to change only a slideshow!
All others should stay normal!Is that even possible and if so how? 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 12, 2015 at 5:07 am #570264That code below only work with slideshow module
#t3-slideshow .ja-ss-thumbs .ja-ss-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
}#t3-slideshow .ja-ss-thumbs .ja-ss-thumb img {
background: transparent;
display: none;
}#t3-slideshow .ja-ss-thumbs .ja-ss-thumb.active {
border-color: #0b96f3 ;
background: #fff ;
}
1 user says Thank You to Ninja Lead 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
May 12, 2015 at 5:07 am #735330That code below only work with slideshow module
#t3-slideshow .ja-ss-thumbs .ja-ss-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
}#t3-slideshow .ja-ss-thumbs .ja-ss-thumb img {
background: transparent;
display: none;
}#t3-slideshow .ja-ss-thumbs .ja-ss-thumb.active {
border-color: #0b96f3 ;
background: #fff ;
}
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum