- Posts: 6
- Thank you received: 0
Hot Image Slider RTL Problem
-
Davood
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 6 months ago - 11 years 6 months ago #33505
by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
it works!!!
Thank You.
But this work only in Google Chrome and Opera. Dont work in IE and FireFox. Why?
And why it does not show the slide number 5, 6 and 7 in Persian language???
And what aboute:
modules/mod_hot_image_slider/js/scripts.js ?
make as it was originally?
Thank You.
But this work only in Google Chrome and Opera. Dont work in IE and FireFox. Why?
And why it does not show the slide number 5, 6 and 7 in Persian language???
And what aboute:
modules/mod_hot_image_slider/js/scripts.js ?
make as it was originally?
Last edit: 11 years 6 months ago by Davood.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33516
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
Find around line 71:
change to:
Code:
if(slider.cur != -1){
jQuery('#' + d[slider.cur].id).stop(false,true);
jQuery('#' + d[slider.cur].id).fadeOut(slider.fade_speed);
jQuery('#' + d[pos].id).fadeIn(slider.fade_speed);
}
else
{
jQuery('#' + d[pos].id).fadeIn(slider.fade_speed);
}
change to:
Code:
if(slider.cur != -1){
jQuery('#' + d[slider.cur].id).stop(false,true);
jQuery('#' + d[slider.cur].id).fadeOut(slider.fade_speed);
jQuery('#' + d[pos].id).fadeIn(slider.fade_speed,function(){
jQuery(this).css('display','block');
});
}
else
{
jQuery('#' + d[pos].id).fadeIn(slider.fade_speed,function(){
jQuery(this).css('display','block');
});
}
Please Log in to join the conversation.
-
Davood
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 6 months ago #33549
by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
I changed it, but:
in Chrome dont work slides number 5, 6 and 7 in Persian language.
in Opera everything works good.
in IE Slider dont work in Persian Language.
in FireFox in Persian Language the slides changes without fade.
in Chrome dont work slides number 5, 6 and 7 in Persian language.
in Opera everything works good.
in IE Slider dont work in Persian Language.
in FireFox in Persian Language the slides changes without fade.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33562
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
Set link for those 3 articles:
Code:
http://javascript:void(0);
Please Log in to join the conversation.
-
Davood
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 6 months ago #33571
by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
For wich 3 articles???
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33574
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
5, 6 and 7
Please Log in to join the conversation.
Time to create page: 0.093 seconds