Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rippless Friend
    #135922

    How do I remove the “features” banner at the top right of the RS Slider? And has anyone found the “perfect” image size for the slider? are verticals possible or should i resign to do only horizontal images?

    Please respond 😀 Thank you in advance

    -Rachel

    borinsh12 Friend
    #281246

    I suppose that the most perfect size is 545×300 as shown on the screen in Userguide 😉

    rippless Friend
    #281292

    haha. thank you 🙂

    Anyone know how to remove the “features” tag from the slider?

    rippless Friend
    #282049

    Nevermind. I figured out how to change the code.

    eric67 Friend
    #296472

    Hello,

    Finally, have you remove the “features” label ? I have the same problem…
    Eric.

    kingo Friend
    #298688

    Eric,

    I dont know about the code, but you can open the image file and leave it completely transparent. Save it and upload it. Quick and dirty, no doubt wrong.

    Arvind Chauhan Moderator
    #298701

    To remove the Features image from the slideshow : Take a backup of the file first and then

    open /modules/mod_ja_rsslide/mod_ja_rsslide/mod_ja_rsslide.css

    change this

    [PHP]#features {
    background: url(features.png) no-repeat top right;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 3;
    }
    [/PHP]

    To

    [PHP]#features {
    background: none;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 3;
    }[/PHP]

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

This topic contains 7 replies, has 5 voices, and was last updated by  Arvind Chauhan 15 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum