Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • pitxi_glass Friend
    #182925

    HI, this module only show points (navigation), not thumbnails.

    Actual configuration:

    Joomla: 3.02

    Moudule class sufix:
    Slideshow Type: Slide
    Autoplay: No
    Show Thumbnail: Yes
    Show navigation: Yes

    Thumbnail width: 20

    Thumbnail height: 20

    Main Item width: 737

    Main Item height: 300

    Thank you!

    Ninja Lead Moderator
    #475690

    We replaced thumbnail image to bullet image
    <blockquote>templates/ja_mero/css/mod_jaslideshowlite.css</blockquote>

    .ja-ss-thumbs .ja-ss-thumb {
    background: url('../images/sl-bullet.png') no-repeat left top;
    cursor: pointer;
    display: block;
    height: 10px;
    float: left;
    margin: 0 0 0 5px;
    color: #191a1b
    text-align: center;
    overflow: hidden;
    width: 10px;
    }

    You can customize CSS to show thumbnail as you wish.

    pitxi_glass Friend
    #475801

    Thank you

    What I have to modify to display the image?

    Ninja Lead Moderator
    #475818

    What you can do is:

    – Remove this line: background: url(‘../images/sl-bullet.png’) no-repeat left top;

    – Customize width and height match with size image thumbnail

    pitxi_glass Friend
    #475874

    I modified the css file but I see no changes
    Is a cache problem?

    Ninja Lead Moderator
    #475911

    If possible, PM me UR, admin and FTP account of site you’re working on, I shall help you out.

    pitxi_glass Friend
    #475981

    I modified the file templates/ja_mero/less/mod_jaslideshowlite.css, then it works fine 🙂

    kunsco Friend
    #504438

    Hello,

    I have a similar problem. I use Joomla 3, Ja Mero with Slideshow lite however I don’t see any area to modify thumbnails from the module’s settings as seen on the guide.

    I have these 3 options nothing else.


    1. Screen-Shot-2013-09-03-at-8.51.12-PM
    2. Screen-Shot-2013-09-03-at-8.54.37-PM
    Ninja Lead Moderator
    #504490

    Thumbnail image in JA Slideshow Lite module of JA Mero Template disabled by css style. But you want to enable it this way

    Open templates/ja_mero/css/mod_jaslideshowlite.css file (Enable Development Mode set NO and YES templates/ja_mero/less/mod_jaslideshowlite.css)

    Find

    .ja-ss-thumbs div img {
    display: none;
    }

    Change to

    .ja-ss-thumbs div img {
    display: block;
    }

    kunsco Friend
    #504744

    I have applied your css code but that didn’t bring back the thumbnail area in module advanced settings.
    The web address is http://www.derelitrade.com if you need to have a look.

    Thanks

    Ninja Lead Moderator
    #504871

    You can try again with my below solution

    Open templates/ja_mero/css/themes/light/mod_jaslideshowlite.css file

    Find


    .ja-ss-thumbs div img {
    display: none;
    }

    Change to


    .ja-ss-thumbs div img {
    display: block;
    }

    kunsco Friend
    #505492

    Ok I think we misunderstood each other, I didn’t have problem with thumbnail but with slideshowlite description area.. In my website’s beckend, (slideshowlite module) I don’t see any advanced settings area to write the description html code, as seen on pictures below. I think this problem must be related with module’s php code, and I don’t know how to fix it.

    Sorry for misunderstanding earlier.


    1. Screen-Shot-2013-09-12-at-10.16.37-AM
    2. Screen-Shot-2013-09-12-at-10.16.28-AM
    Ninja Lead Moderator
    #505678

    @kunsco: I misunderstood your request too, if posible you can pm me admin login info of your site. I shall check description area in JA Slideshow Lite from backend of your site.

    kunsco Friend
    #506457

    I have sent admin login information a week ago, I hope you have received that. Joomlart website is getting updates nowadays, and I am not sure if mailing was working that day. @ninja Lead

    Ninja Lead Moderator
    #506673

    Hi kunsco,

    Apologies for this late response, somehow I missed this thread. I have checked the problem as you mentioned. You can follow as my below solution.

    + Config back-end site

    Go to Admin site -> Extensions -> Module Manager -> JA Slideshow Lite module -> Options -> Basic Options -> Gallery -> Click Edit each Image if you want to input title and description and put as my screenshot

    + Front-end

    Hope it helps you to add title and description on your site.

    Regards


    1. input_title_description
    2. front-end
Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 3 voices, and was last updated by  kunsco 10 years, 7 months ago.

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