-
AuthorPosts
-
May 31, 2008 at 10:44 am #129127
hi guys,
i’ve a problem with the slwi-module. You can see it here http://www.yoopress.com/index.php. The Text is behind the image. How can I fix this?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 31, 2008 at 11:36 am #251362Some css is missing, try to add this to the templates css file:
.ja-slwi-container {
width: 100%;
}
And let me know if it works for you.
Btw, which joomla version are you using and which template and module version?May 31, 2008 at 11:54 am #251363Thanks for this. One thing now: The Text is not formated like in the demo. Why?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 31, 2008 at 1:20 pm #251370Try to remove the code i showed you above here and replace it with this instead:
.ja-catslwi {
position: relative;
margin: 0 0 14px 0;
padding: 0;
}.ja-catslwi-container {
width: 100%;
position: absolute;
z-index: 1;
bottom: 0px;
left: 0;
}.ja-catslwi-text {
position:relative;
height: 0;
overflow: hidden;
}.ja-catslwi-content{
position: absolute;
top:0;
left:0;
width:100%;
}.ja-catslwi-display{
position: absolute;
top:0;
left:0;
padding: 0 10px;
}.ja-catslwi-display h3 {
letter-spacing: normal !important;
}May 31, 2008 at 1:31 pm #251372I did it. Now the text is behind the image again…
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 31, 2008 at 1:38 pm #251375Something spooky here:
.ja-slwi {
position: relative;
margin: 0 0 14px 0;
padding: 0;
}.ja-slwi-container {
width: 100%;
position: absolute;
z-index: 1;
bottom: 0px;
left: 0;
}.ja-slwi-text {
position:relative;
height: 0;
overflow: hidden;
}.ja-slwi-content{
position: absolute;
top:0;
left:0;
width:100%;
}.ja-slwi-display{
position: absolute;
top:0;
left:0;
padding: 0 10px;
}
May 31, 2008 at 1:45 pm #251377I added the newest code you wrote and now its in front but not formated… Perhaps the problem is because of Template Vers. 1.1 and Module Vers. 1.3?
June 1, 2008 at 9:25 am #251448no one who can help me with this? I don’t understand why the text isn’t formated like in the demo…
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 3, 2008 at 8:04 am #251666Hi.
Plz go to odulesmod_ja_slwi folder
Open mod_ja_slwi.php, search line:
<div style="position: absolute; top:0;left:0;height:'.$xheight.'px;'.$color.'"><h3>'.$title.'</h3>'.$text.'</div>
Change to
<div style="position: absolute; top:0;left:3pt;right:3pt;height:'.$xheight.'px;'.$color.'"><h3>'.$title.'</h3>'.$text.'</div>
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Sherlock 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum