1. JM Lingerie - Preview released


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Preview released


    Vote now - Choose the template types you want in coming months


    Tools & Tips - Make your Joomla site faster


User Tag List

+ Reply to Thread
 
Results 1 to 2 of 2
  1. #1
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Apr 2012
    Posts
    2
    Points
    2.06
    Downloads
    46
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation JA Slideshow Thumbnails not visible in JA Lens Quickstart

    Hi Team,

    Firstly Many Thanks for this wonderful template.

    I tried enabling thumbnails for the slideshow in JA Lens Quickstart which I downloaded. But even after I enable it I am not able to see the thumbnails. If there is a thumbail option in the JA Slideshow lite, It would have been very useful.

    Please help me with this issue.

    Regards,
    Vijay

  2. #2
    Do Ha
    Guest
    Hi Vijay

    You open file templates/ja_lens/css/mod_jaslideshowlite.css

    Replace block code
    Code:
    .ja-ss-thumbs-wrap {
     height: 60px;
     width: 100%;
     clear: both;
     position: relative;
     bottom: 60px;
     overflow: hidden;
     z-index: 101;
    }
    by
    Code:
    .ja-ss-thumbs-wrap {
     height: 60px;
     width: 100%;
     clear: both;
     position: absolute;
     bottom: 0;
     overflow: hidden;
     z-index: 101;
    }
    Thanks,

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts