Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • christophergroup Friend
    #157398

    HI I have done a quickstart install for JA Lead and the Ja Slideshow 2 is giving me problems. I have not changed anything from the default quickstart install. First off the images would not show up so I set the images folder to 777. Now the images load.
    But the Readmore and the and the circle icons are out of place.
    Thank you.
    CG

    Phan Gam Friend
    #367054

    Hi,

    Please share your site url, i want to get a closer look at your problem;

    christophergroup Friend
    #367165

    Phan I have sent you a Private msg.
    Here is a screen shot of what is going on.
    Check out the readmore on the bottom right of the slide show area. And the White Circles on the bottom left of the site.

    Thank you.
    CG


    1. JA-Lead-Ja-Slideshow-2-issue
    estaylor Friend
    #367992

    Having similar problem. Dot navigation out of place. I would love to just get rid of the “Read More” but seems to default back to it if I delete it under “stage settings.” Dot nav issue first started happening after I selected the “Contain Thumbnails” radio button under “Navigator Settings.” Really just wanted to check out what the option would do… but have ended up with issues even after re-installing module. Any help greatly appreciated.

    http://btftesting.thecolonialtheatre.org/

    christophergroup Friend
    #367995

    Phan have you been able to determine anything?

    Thanks
    CG

    Phan Gam Friend
    #368035

    <em>@christophergroup 210092 wrote:</em><blockquote>Phan have you been able to determine anything?

    Thanks
    CG</blockquote>

    Hi christophergroup ,
    I have checked your site, slideshow mockup is not correct, maybe you changed somethings.
    I could see on your site ja-slidewrap_default is used instead ja-slidewrap but no css style for this. To fix this, you can add some css code as follows:
    1. Open file mod_jaslideshow2.css file in templates/ja_lead/css/
    2. Add code .ja-slidewrap_default {position: relative;} to this file.
    Hope that helps

    Phan Gam Friend
    #368043

    <em>@estaylor 210089 wrote:</em><blockquote>Having similar problem. Dot navigation out of place. I would love to just get rid of the “Read More” but seems to default back to it if I delete it under “stage settings.” Dot nav issue first started happening after I selected the “Contain Thumbnails” radio button under “Navigator Settings.” Really just wanted to check out what the option would do… but have ended up with issues even after re-installing module. Any help greatly appreciated.

    http://btftesting.thecolonialtheatre.org/</blockquote>
    Hi estaylor,
    Share the site and FTP login details and i shall have a look. It seems more of a site related issue to me.

    Regards!

    christophergroup Friend
    #368181

    Phan, Thanks for taking the time to look at my issue.
    I check the mod_jaslideshow2.css file and these are lines 1-6
    .ja-slidewrap {
    margin: 0;
    padding: 0;
    position: relative;
    border:none;
    }
    I added .ja-slidewrap_default {position: relative;} like you suggested.
    and then went into the back end and changed the skin 7 or 8 time and saved each time. When I finally switched the skin back to default the white dots moved to the correct position but the text “Readmore” still shows up.
    Phan I have made you a Super Admin please take a look and let me know what I need to do.
    Thank you.
    CG

    Phan Gam Friend
    #368290

    Hi,
    I could not login on your site with given account. Please try to fix it as follows.

    1. Open file mod_jaslideshow2.css file in templates/ja_lead/css/ folder

    2. Searching code sections for .maskDesc a.readon style

    .maskDesc a.readon {
    border-bottom: 1px dotted #CCCCCC;
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 3px 10px 3px 0;
    position: absolute;
    right: 20px;
    }

    3. remove padding property

    .maskDesc a.readon {
    border-bottom: 1px dotted #CCCCCC;
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    right: 20px;
    }

    Hope that helps

    christophergroup Friend
    #368954

    Hi I removed the padding but it did not seem to do anything.
    I sent you a private msg about the username and password.

    Thanks again for your help.
    CG

    Phan Gam Friend
    #369259

    <em>@christophergroup 211293 wrote:</em><blockquote>Hi I removed the padding but it did not seem to do anything.
    I sent you a private msg about the username and password.

    Thanks again for your help.
    CG</blockquote>

    Hi,
    Sorry, i didn’t understand your meaning, if you want to remove readmore link in slideshow, you can change css or customize html for this module.
    You can try as follows:
    1. Open mod_jaslideshow2.css file under /templates/ja_lead/css/ folder.
    2. Find code block for .maskDesc a.readon style

    .maskDesc a.readon {
    border-bottom: 1px dotted #CCCCCC;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    right: 20px;
    }

    3. Add display property and set it none display: none !important;

    .maskDesc a.readon {
    border-bottom: 1px dotted #CCCCCC;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    right: 20px;
    display: none !important;
    }

    Regards

    christophergroup Friend
    #369855

    Hi Pham,
    Sorry for the confusion, I am getting the readmore link on top of any description that have for the slides please see the attached image.
    I will give the display: none !important; a shot and let you know how it turns out.

    Thanks
    CG


    1. readmore-link-on-top-of-des
    christophergroup Friend
    #369868

    Pham
    Hi I was able to remove the Readmore with the code you posted.
    Thank you for all of your help.
    CG

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

This topic contains 13 replies, has 3 voices, and was last updated by  christophergroup 13 years, 10 months ago.

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