Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • gemeon Friend
    #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 Friend
    #251362

    Some 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?

    gemeon Friend
    #251363

    Thanks for this. One thing now: The Text is not formated like in the demo. Why?

    Menalto Friend
    #251370

    Try 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;
    }

    gemeon Friend
    #251372

    I did it. Now the text is behind the image again…

    Menalto Friend
    #251375

    Something 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;
    }

    gemeon Friend
    #251377

    I 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?

    gemeon Friend
    #251448

    no one who can help me with this? I don’t understand why the text isn’t formated like in the demo…

    Sherlock Friend
    #251666

    Hi.
    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>

    Sherlock Friend
    #251667

    I have updated on your server, now it is okie
    good luck

Viewing 10 posts - 1 through 10 (of 10 total)

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