- Posts: 4
- Thank you received: 0
gallery not showing images
-
mercury1
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago - 12 years 7 months ago #14531
by mercury1
gallery not showing images was created by mercury1
hello :
I'm using the template in RTL . my hot joomla gallery doenst show all the images. it shows the thumbnails but doenst work correctly. can you take a look please ?
many thanks
I'm using the template in RTL . my hot joomla gallery doenst show all the images. it shows the thumbnails but doenst work correctly. can you take a look please ?
many thanks
Last edit: 12 years 7 months ago by mercury1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14539
by ivan.milic
Replied by ivan.milic on topic Re: gallery not showing images
Open with editor:
www.vandait.com/Test2/modules/mod_hot_jo...js/slideViewerPro.js
find this:
jQuery("div#thumbSlider" + j + " a").each(function(z) {
jQuery(this).bind("click", function(){
jQuery(this).find("p.tmbrdr").css({borderColor: settings.thumbsActiveBorderColor, opacity: settings.thumbsActiveBorderOpacity});
jQuery(this).parent().parent().find("p.tmbrdr").not(jQuery(this).find("p.tmbrdr")).css({borderColor: settings.thumbsBorderColor, opacity: settings.thumbsBorderOpacity});
var cnt = -(pictWidth*z);
(cnt != container.find("ul").css("left").replace(/px/, "")) ? container.find("span.typo").animate({"opacity": 0}, 250) : null ;
container.find("ul").animate({ left: cnt}, settings.easeTime, settings.easeFunc, function(){container.find("span.typo").animate({"opacity": settings.typoFullOpacity}, 250)});
return false;
});
});
remove minus sign from line I marked red:
var cnt = (pictWidth*z);
www.vandait.com/Test2/modules/mod_hot_jo...js/slideViewerPro.js
find this:
jQuery("div#thumbSlider" + j + " a").each(function(z) {
jQuery(this).bind("click", function(){
jQuery(this).find("p.tmbrdr").css({borderColor: settings.thumbsActiveBorderColor, opacity: settings.thumbsActiveBorderOpacity});
jQuery(this).parent().parent().find("p.tmbrdr").not(jQuery(this).find("p.tmbrdr")).css({borderColor: settings.thumbsBorderColor, opacity: settings.thumbsBorderOpacity});
var cnt = -(pictWidth*z);
(cnt != container.find("ul").css("left").replace(/px/, "")) ? container.find("span.typo").animate({"opacity": 0}, 250) : null ;
container.find("ul").animate({ left: cnt}, settings.easeTime, settings.easeFunc, function(){container.find("span.typo").animate({"opacity": settings.typoFullOpacity}, 250)});
return false;
});
});
remove minus sign from line I marked red:
var cnt = (pictWidth*z);
The following user(s) said Thank You: mercury1
Please Log in to join the conversation.
Time to create page: 0.145 seconds