- 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 #33333
by Davood
Hot Image Slider RTL Problem was created by Davood
Hi!
I install the module Hot Image Slider in Joomla 1.5.
Thank for Your nice module.
But I have a problem. This module work properly for english and russian languages, but dont work on RTL languages.
what should I do?
Thanks
I install the module Hot Image Slider in Joomla 1.5.
Thank for Your nice module.
But I have a problem. This module work properly for english and russian languages, but dont work on RTL languages.
what should I do?
Thanks
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 #33337
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
Send link so we could check
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 #33345
by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
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 #33353
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
Open:
modules/mod_hot_image_slider/js/scripts.js
line 32:
left: ((i - pos) * 1000)
change to:
left: (jQuery("HTML").attr('lang').indexOf('fa-ir') >= 0 ? -1 : 1) * ((i - pos) * 1000)
modules/mod_hot_image_slider/js/scripts.js
line 32:
left: ((i - pos) * 1000)
change to:
left: (jQuery("HTML").attr('lang').indexOf('fa-ir') >= 0 ? -1 : 1) * ((i - pos) * 1000)
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 #33374
by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
Dont work!

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 - 11 years 6 months ago #33380
by ivan.milic
Replied by ivan.milic on topic Hot Image Slider RTL Problem
Add this css to main template css file at bottom:
#slide-runner > a,
#slide-runner > IMG{
display:block;
}
#slide-runner > a,
#slide-runner > IMG{
display:block;
}
Last edit: 11 years 6 months ago by ivan.milic.
The following user(s) said Thank You: Davood
Please Log in to join the conversation.
Time to create page: 0.170 seconds