test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • finetoons Friend
    #165926

    Hi,

    I’m having problems with Slideshow II in the Business Template.

    At first I was having problems making the right images display on the front page. When I resolved that, then the intro text from the articles no longer displays.

    I’ve checked all the settings and have cleared the cache, but I must be missing something. Can you help?

    Thanks

    Sherlock Friend
    #399917

    hi finetoons,

    In the module setting you should set the main item width to 970px instead of 431px as current.
    please try that !

    Sherlock Friend
    #399919

    Hi finetoons,
    You can fix it following way below :
    Open modules/mod_jaslideshow/assets/themes/business/style.css file :
    find following code section at about line 223 :

    .ja-slide-descs {
    display: none;
    }

    change to :

    .ja-slide-descs {
    display: block;
    position: absolute;
    top: 0px;
    }

    Hope can help you

    finetoons Friend
    #400165

    Thanks, but these suggestions made it even worse…not pretty!
    http://maryknoll-laymissioners.org/maryknoll-laymissioners/

    Sherlock Friend
    #400460

    Hi,
    Please keep main image is 431px don’t change it to 970px,and apply this code in my last post, your admin account what you sent is wrong now so i can’t change it for you.
    thanks

    finetoons Friend
    #402689

    Hi, I sent the new login info to you via PM. The CSS has been changed and the image size is 431. The problem is that the description text does not display next to the image, it displays over it. Additionally, when there is more than one article being featured in the slide show, all of the article descriptions are displayed at once, which go beyond the slideshow area.

    Ninja Lead Moderator
    #402890

    Try this:
    1. Open modules/mod_jaslideshow/assets/themes/business/style.css, find:


    .maskDesc, .maskdesc {
    background: none;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;
    }

    change it to:


    .maskDesc, .maskdesc {
    background: none;
    cursor: pointer;
    display: block;
    position: absolute !important;
    z-index: 100000;
    left: 480px;
    }

    2. Add this to the end of style.css:


    .ja-slide-main-wrap {
    width: 900px !important;
    }

    finetoons Friend
    #403512

    This worked, but then introduced a few more problems…check it out here: http://maryknoll-laymissioners.org/maryknoll-laymissioners/. The slideshow seems to affect the rest of the page.

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

This topic contains 8 replies, has 3 voices, and was last updated by  finetoons 13 years, 4 months ago.

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