Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • khallyd Friend
    #1002562

    Hi,

    I am having trouble configuring the JA SlideShow 3 module in JA Rasite template. I dont want the navigation and the description to show so I disabled it in the module profile options. But I still see it in the website. In fact I am having trouble seeing the effect of any changes on the website. I tried clearing the cache as well.

    URL: http://www.adamtravel.com.au/rasite

    Any ideas what I am doing wrong here?

    Thanks

    Ninja Lead Moderator
    #1002981

    Hi,

    This way will help you to fix this bug

    • Open templates/ja_rasite/css/mod_jaslideshow.css file

    find and change

    .ja-slide-mask {
        background: url(../images/slide-mask.png) no-repeat top left;
        height: 300px;
        left: 0;
        position: absolute;
        top: 0;
        width: 950px;
        z-index: 3;
    }

    to

    .ja-slide-mask {
        height: 300px;
        left: 0;
        position: absolute;
        top: 0;
        width: 950px;
        z-index: 3;
    }

    Regards

    khallyd Friend
    #1003367

    Thanks! That worked.

    Another issue I have now is that I changed the logo dimensions in template.css file and the logo image and it shows ok in the home page. But the dimensions go back to default size in other pages. How do I fix this?

    Thanks


    1. logo-ok
    2. logo-error
    Ninja Lead Moderator
    #1003471

    Hi,

    I fixed the problem on your site, you can check it again. Let me know if it helps

    Regards

    khallyd Friend
    #1003612

    Thanks a heap. But how did you do it? Trying to learn.

    Ninja Lead Moderator
    #1003629

    Hi,

    I changed the CSS style on your site with the solution below

    • Open /templates/ja_rasite/css/custom.css file

    find and change

    h1.logo a {
        background: url(../images/logo.png) no-repeat left;
        display: block;
        height: 85px;
        width: 950px;
    }

    to

    h1.logo a {
        background: url(../images/logo.png) no-repeat left;
        display: block;
        height: 85px !important;
        width: 950px !important;
    }

    Regards

    khallyd Friend
    #1004442

    Sorry to bother you again but I couldn’t find that file "custom.css" anywhere.

    Ninja Lead Moderator
    #1004523

    Hi,

    My bad, I mentioned the wrong file, I changed directly from templates/ja_rasite/css/template.css file, see the screenshot: http://prntscr.com/dz2w2s

    Regards

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 6 months ago.

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