Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • torni Friend
    #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!! :)))) )


    1. Bilde-2
    2. screen-capture-1
    torni Friend
    #367598

    Maybe a url is smart to add ๐Ÿ˜‰ http://www.jegertorni.com

    Css Magician Friend
    #367644

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

    torni Friend
    #367804

    Hi! 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 Friend
    #367881

    Dear 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]

    torni Friend
    #367927

    Iยด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 Friend
    #367970

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

    torni Friend
    #368086

    Thank you so much! That was it!!! ๐Ÿ™‚ Problem solved!!!

    Have a fantastic day!!!!

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