-
AuthorPosts
-
qbali JATC
qbali
- Join date:
- October 2006
- Posts:
- 177
- Downloads:
- 13
- Uploads:
- 23
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
November 30, 2012 at 7:49 am #182702hi all,
i want to move the description image button to the very bottom of the slideshow, and want to move align description text to the button
thanks for any help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 6, 2012 at 8:21 am #475343You can find css script for description slide button as follows:
<blockquote>Open templates/ja_university/css/mod_jaslideshowlite.css file</blockquote>
.ja-ss-desc h3 {
color: #fff
line-height: normal;
font-size: 220%;
font-weight: normal;
overflow: visible;
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.ja-ss-btns {
bottom: 82px;
display: block;
position: absolute;
left: 0;
width: 82px;
z-index: 900;
}.ja-ss-btns span {
background-image: url(../images/sl-btn-direction.png);
background-repeat: no-repeat;
color: #fff
cursor: pointer;
display: block;
float: left;
height: 40px;
margin: 0;
padding: 0;
width: 40px;
text-indent: -999em;
}.ja-ss-btns span.ja-ss-prev {
background-position: left top;
}.ja-ss-btns span.ja-ss-prev:hover {
background-position: left bottom;
}.ja-ss-btns span.ja-ss-next {
background-position: right top;
float: right;
}.ja-ss-btns span.ja-ss-next:hover {
background-position: right bottom;
}
You can customize as you wish.
dwusoftware Frienddwusoftware
- Join date:
- January 2013
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 25, 2013 at 7:57 pm #503385Hi Ninja Lead,
I want move description position relative with my slide images.
That’s mean description position not static.
Please tel me how can I change it like following advance configuration(Changed desc tag)
=============================================================================<h3>DWU IS AN AUTHENTIC MODEL FOR NATIONAL UNITY</h3><p>DWU is a vibrant University with international students and staff body coming from all provinces of Papua New Guinea and other countries.</p>
<h4>Opportunities to study differently</h4><p>DWU offers innovative approaches to higher education in the 21st century.</p>
<h4>Your career path</h4><p>DWU offers invigorating pathways for career advancement through its undergraduate and postgraduate programs.</p>
=============================================================================
I have added following code to css file but it is does not work..ja-ss-desc2 {
background: url(../images/trans-d40.png);
color: #fff
left: 0;
position: absolute;
bottom: 5%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
padding: 20px;
width: 350px;
z-index: 110;
}Thanks in advance,
Manjula.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 27, 2013 at 11:20 am #503626Hi Manjula,
Could you tell me more details how you want with the description? When the main image changes, the description text changes, also. The only part that’s static here is the background of description.
dwusoftware Frienddwusoftware
- Join date:
- January 2013
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 27, 2013 at 2:27 pm #503643Hi Saguaros,
Thanks for your reply.
Actually I want when the main image changes the description position (place) also change with image.
It should be change width, bottom, left, etc attributes.
Hop understand.Thanks.
Manjula.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 29, 2013 at 7:57 am #503893Hi Manjula,
I’m afraid that by default, this module doesn’t support that function. You need to customize a bit to achieve it.
dwusoftware Frienddwusoftware
- Join date:
- January 2013
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 29, 2013 at 10:28 pm #504019Dear Ninja Lead,
I believe you can help for me to customize this module.
Please advice.Thanks in advance,
Manjula.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 31, 2013 at 10:59 am #504181Hi Manjula,
It would be awesome if you can possibly include a screenshot and description on that particular screenshot on what you would like to do. It would help to understand the issue and give you specific answers.
Regards
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum