-
AuthorPosts
-
December 8, 2012 at 10:06 am #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: YesThumbnail width: 20
Thumbnail height: 20
Main Item width: 737
Main Item height: 300
Thank you!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 10, 2012 at 8:10 am #475690We 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.
December 11, 2012 at 8:11 am #475801Thank you
What I have to modify to display the image?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 11, 2012 at 9:39 am #475818What 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
1 user says Thank You to Ninja Lead for this useful post
December 11, 2012 at 5:32 pm #475874I modified the css file but I see no changes
Is a cache problem?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2012 at 1:49 am #475911If possible, PM me UR, admin and FTP account of site you’re working on, I shall help you out.
December 12, 2012 at 11:15 am #475981I modified the file templates/ja_mero/less/mod_jaslideshowlite.css, then it works fine 🙂
kunsco Friendkunsco
- Join date:
- May 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
September 3, 2013 at 5:56 pm #504438Hello,
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.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 4, 2013 at 7:20 am #504490Thumbnail 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 Friendkunsco
- Join date:
- May 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
September 5, 2013 at 3:48 pm #504744I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 6, 2013 at 11:07 am #504871You 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;
}
1 user says Thank You to Ninja Lead for this useful post
kunsco Friendkunsco
- Join date:
- May 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
September 12, 2013 at 7:21 am #505492Ok 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.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
kunsco Friendkunsco
- Join date:
- May 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 23, 2013 at 4:11 am #506673Hi 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
-
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by kunsco 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum