Hot Image Slider RTL Problem

  • Davood
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago - 11 years 6 months ago #33333 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
Last edit: 11 years 6 months ago by Davood.

Please Log in to join the conversation.

More
11 years 6 months ago #33337 by ivan.milic
Send link so we could check

Please Log in to join the conversation.

  • Davood
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #33345 by Davood
Replied by Davood on topic Hot Image Slider RTL Problem
Hello!
Thank you for your attention.
Here you can see the site:

www.russiran.com/fa.html

Please Log in to join the conversation.

More
11 years 6 months ago #33353 by ivan.milic
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)

Please Log in to join the conversation.

  • Davood
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
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.

More
11 years 6 months ago - 11 years 6 months ago #33380 by ivan.milic
Add this css to main template css file at bottom:

#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
Powered by Kunena Forum