-
AuthorPosts
-
December 19, 2010 at 6:20 pm #157647
Hi!
Need help with the JA Slideshow2 Module!!
The Heading of the article displays fine in the slideshow along with the image, but where is the “Read more” button??
I want it to look like the slideshow in the frontpage demo!! What am I doing wrong!?Attatched a picture of back- and frontend. Can anyone help? Please ๐
Thanx!( Great Template, by the way!! :)))) )
-
December 19, 2010 at 6:24 pm #367598
Maybe a url is smart to add ๐ http://www.jegertorni.com
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 20, 2010 at 3:40 am #367644Dear torni,
Did you change templates/ja_social/css/mod_jaslideshow2.css file ? I cheked and I see some problems :
in joomlart template :
.ja-slide-desc a.readon,
.ja-slide-desc a.readmore {
background: url(../images/more.png) no-repeat center center;
padding: 0px;
line-height: 34px;
color: #fff;
display: block;
text-align: center;
width: 140px;
height: 34px;
bottom: 4px;
font-size: 17px;
}
in your site :
.ja-slidewrap_social .ja-slide-desc a.readon, .ja-slidewrap_social .ja-slide-desc a.readmore {
background: url("/modules/mod_jaslideshow2/assets/themes/social/images/more.png") no-repeat center center;
bottom: 4px;
color: #FFFFFF;
display: none;
height: 34px;
line-height: 34px;
padding: 0;
text-align: center;
width: 140px;
Please post a ticket and provide your ftp account , your admin account, we will check your problem.
December 20, 2010 at 5:32 pm #367804Hi! Thanx for your reply :))
I checked the css and this is what i found in my site:
.ja-slide-desc a.readon,
.ja-slide-desc a.readmore {
background: url(../images/more.png) no-repeat center center;
padding: 0px;
line-height: 34px;
color: #fff;
display: block;
text-align: center;
width: 140px;
height: 34px;
bottom: 4px;
font-size: 17px;
}I also tried to switch to the code you highlighted with read, if that was what you ment? Still did not work ;(
What am i doing wrong?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 21, 2010 at 6:25 am #367881Dear torni,
I checked out your site today I see the line
[PHP].ja-slidewrap_social .ja-slide-desc a.readon,
.ja-slidewrap_social .ja-slide-desc a.readmore {
background:url(‘/modules/mod_jaslideshow2/assets/themes/social/images/more.png’) no-repeat center center;
padding:0px;
line-height:34px;
color:#fff;display:none;
text-align:center;width:140px;height:34px;bottom:4px;
}[/PHP]pls change it to:
.[PHP]ja-slide-desc a.readon,
.ja-slide-desc a.readmore {
background: url(../images/more.png) no-repeat center center;
padding: 0px;
line-height: 34px;
color: #fff;
display: block;
text-align: center;
width: 140px;
height: 34px;
bottom: 4px;
font-size: 17px;
position: relative;
left: 0px;
margin-top: 15px;
}[/PHP]December 21, 2010 at 10:28 am #367927Iยดm sorry for taking your time. But I don`t understand!
I allso see the line “background:url(‘/modules/mod_jaslideshow2/assets/themes/social/images/more.png’) no-repeat center center;” when I use Firebug.
But I can not find it in the css mod_jaslideshow2.css. I only find this in my css:
.ja-slide-desc a.readon,
.ja-slide-desc a.readmore {
background: url(../images/more.png) no-repeat center center;
padding: 0px;
line-height: 34px;
color: #fff;
display: block;
text-align: center;
width: 140px;
height: 34px;
bottom: 4px;
font-size: 17px;
}๐
Thank you so much for helping ๐
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 21, 2010 at 4:07 pm #367970Hi torni,
you can add line in file
[PHP]ja-slide-desc a.readon,
.ja-slide-desc a.readmore {
background: url(../images/more.png) no-repeat center center !important;
padding: 0px;
line-height: 34px;
color: #fff;
display: block !important;
text-align: center;
width: 140px;
height: 34px;
bottom: 4px;
font-size: 17px;
position: relative;
left: 0px;
margin-top: 15px;
} [/PHP]and you need to clear site cache1 user says Thank You to Hayden A for this useful post
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by torni 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-