test
Viewing 13 posts - 46 through 58 (of 58 total)
  • Author
    Posts
  • 7of9 Friend
    #374929

    Any ideas?

    aman204 Friend
    #375047

    <em>@7of9 219141 wrote:</em><blockquote>Any ideas?</blockquote>

    Sorry but I cannot say much about fix of the last point in your case as it seems to be more relative to js customizations

    7of9 Friend
    #375103

    I understand, thanks aman204. Any ideas thuanlq, or anybody else?

    thuanlq Friend
    #375346

    Dear @manos,

    Please change style in “template.css” file as following:
    – change style in line 2073


    .ja-slide-thumbs .ja-slide-thumb span {
    display:block;
    height:80px;
    margin:0;
    padding-left:3px;
    padding-top:11px;
    width:106px;

    }

    to


    .ja-slide-thumbs .ja-slide-thumb span {
    display:block;
    height:80px;
    margin:0;
    padding-bottom:3px;
    padding-left:3px;
    padding-top:11px;
    width:106px;

    }


    – Then replace “script.js” file in folder “modules/mod_jaslideshow2/assets” 11056


    1. script.zip
    7of9 Friend
    #375646

    Thank you!!! That did it!
    Is it possible though, the whole last thumb to appear? Because only half of it is shown.

    Thanks again. 😀

    7of9 Friend
    #376007

    Any ideas anyone?

    thuanlq Friend
    #376333

    Hi Manos,

    This problem is due to thumbnail item uses margin-left and margin-right, so slideshow calculated incorrectly, i updated “template.css” file to resolved it.


    /* templates/jt_amc/css/template.css */
    .ja-slide-thumb, .ja-slide-thumbs-handles span {
    cursor:pointer;
    display:block;
    float:left;
    margin:0;
    margin-left:2px; /* Removed this line */
    margin-right:2px; /* Removed this line */
    }

    7of9 Friend
    #376935

    You are amazing! thanks a million.

    7of9 Friend
    #377934

    Problem when gallery has only a few pictures.

    Hi,

    At the following link, the gallery has only three pictures: http://www.amc.edu.gr/index.php?option=com_content&view=article&id=395&Itemid=191&lang=el
    They are right justified. Is there a possibility to center them when the pictures are less than the Number of displayed items?

    Thanks in advance! 😀

    thuanlq Friend
    #378198

    Hi Manos,

    the thumbnail item in the navigation bar can’t be aligned to center, but left or right (the slideshow auto calculates).

    So, i changed some JS code to show thumbnail items to be left justified. Please update the “script.js” in the folder “modules/mod_jaslideshow2/assets/”


    7of9 Friend
    #378265

    Thanks a million thuanlq 😀
    EDIT: Unfortunately, that did not solve the problem.
    1. It justified on the left, not on center.
    2. The last thumbnails on the right are disappearing again.
    I put the old script back, because it’s a live site.

    Any ideas?

    thuanlq Friend
    #378361

    Hi Manos,

    Please try update this file again 11467. I notice the thumbnail images can’t be aligned to center, but left or right. My attach file will align them to left, and fix the problem 2.

    thanks,

    7of9 Friend
    #378825

    Hi thuanlq,

    Thanks. Left is better than right. However, if you ever fix it center in a future version, please notify me.
    Thanks again for all your help, for it was great and valuable! 😀

Viewing 13 posts - 46 through 58 (of 58 total)

This topic contains 58 replies, has 16 voices, and was last updated by  7of9 13 years, 10 months ago.

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