-
AuthorPosts
-
lucine Friend
lucine
- Join date:
- October 2008
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 31
- Thanked:
- 5 times in 1 posts
February 5, 2010 at 1:46 pm #148432Hi,
I tried to reverse the left with the right, because for my case it’s more logical …
I have no problems for :
- sl-mask.png
- the mask description
But I have difficulties for (even if I look with firebug):
- Slideshow Images (stay on the left)
- Read more button (Ok for the place but problems for the mouse control).
Could you give me the way to achieve my needs ?
Thanks by advance
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 8, 2010 at 5:10 am #331962Hello guy!
Please let me known which template you are using ? it would be very helpful me to resolve your issue
thankslucine Friendlucine
- Join date:
- October 2008
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 31
- Thanked:
- 5 times in 1 posts
February 8, 2010 at 11:25 am #332028Hi,
I am using Kyanite 2,
And I would like to reverse the slideshow module (left to right):Photos and thumbnails to the right
Wood mask with comments and read more to the leftThanks a lot by advance
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 10, 2010 at 3:00 am #332243Hello guy!
1) with description and read more button
open the file /templates/ja_kyanite_ii/css/ja.slideshow2.css and find codes:
a) description:.maskDesc .ja-slide-desc {
float: right;
display: block;
margin-top: 1px;
margin-right: 5px;
padding: 0;
width: 380px;
height: 336px;
}=> replace:
.maskDesc .ja-slide-desc {
float: left;
display: block;
margin-top: 1px;
margin-right: 5px;
padding: 0;
width: 380px;
height: 336px;
}b) Readmore
and find codes:.maskDesc a.readon {
background: url(../images/topsl-readon.png) no-repeat left top;
bottom: 35px;
color: #ccc;
display: block;
font-weight: bold;
font-size: 125%;
height: 29px;
position: absolute;
padding: 6px 15px 0 35px;
right: 200px;
width: 108px;
text-decoration: none;
}replace:
.maskDesc a.readon {
background: url(../images/topsl-readon.png) no-repeat left top;
bottom: 35px;
color: #ccc;
display: block;
font-weight: bold;
font-size: 125%;
height: 29px;
position: absolute;
padding: 6px 15px 0 35px;
left: 200px;
width: 108px;
text-decoration: none;
}c) Navigator:
.ja-slide-thumbs-wrap {
clear: both;
overflow: hidden;
position: absolute;
left: 10px;
bottom: 10px;
z-index: 101;
}and replace:
.ja-slide-thumbs-wrap {
clear: both;
overflow: hidden;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 101;
}d) Image:
.ja-slide-item img { background: none; border: none; padding: 0; }
replace:
.ja-slide-item img { background: none; border: none; padding: 0; float:right }good luck
1 user says Thank You to Saguaros for this useful post
lucine Friendlucine
- Join date:
- October 2008
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 31
- Thanked:
- 5 times in 1 posts
February 10, 2010 at 3:36 am #332245Perfect !!!
Thank a lot it is exactly what I wanted !
Nice day !!!dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
May 11, 2010 at 3:16 pm #343251Tienhc
How would I achieve the same if I’m using stand alone Ja Slideshow 2 module installed onto another (RocketTheme) template?
I can’t see where it has installed the file ja.slideshow2.css?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 13, 2010 at 4:25 am #343422Dear dozza!
I can’t see where it has installed the file ja.slideshow2.css?This solution used for the old version, the new veriosn has the “mod_jaslideshow2.css” file inside css folder
GOod luck
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Saguaros 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum