All popular questions related to OS Property will be posted here

Slideshow doesn't work on Theme1 in RTL language

  • Dang Thuc Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
10 years 7 months ago #56575 by Dang Thuc Dam
Dear everyone,
Some customers reported us that in RTL language, the slideshow (pictures of properties) doesn't work. The reason of problem is Flexible slideshow Jquery doesn't work on RTL. So, to fix this issue, you can follow these steps
1. Open file
components > com_osproperty > templates > default > style > favslider.css
2. find
.fav-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}

and replace by:

.fav-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
direction: ltr;
}


Good luck
Dam

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #61827 by Stas
Don't work slideshow on site www.gelnv.ru

Please Log in or Create an account to join the conversation.

  • Dang Thuc Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
10 years 4 months ago #61843 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Slideshow doesn't work on Theme1 in RTL language
Hi Stas,
The problem has cause from jQuery conflict. You can submit ticket and send your site url with super admin account, we will check the issue for you. Or you can switch another different themes of OS Property like theme3
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #61959 by Stas
theme3 good, but no have a map(

Please Log in or Create an account to join the conversation.

  • Dang Thuc Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
10 years 4 months ago #62002 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Slideshow doesn't work on Theme1 in RTL language
Hi,
We have solved the issue with slideshow on theme1 for you.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #81633 by Waled
Add this code

.vina-camera-slider
{
direction: ltr;
}

to this file modules/mod_vina_camera_image_slider/assets/camera.css

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamNguyen Phu Quan