All popular questions related to OS Property will be posted here

Slideshow doesn't work on Theme1 in RTL language

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
9 years 2 months ago #56575 by Mr. 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
Attachments:

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

More
8 years 11 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.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
8 years 11 months ago #61843 by Mr. Dam
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
8 years 11 months ago #61959 by Stas
theme3 good, but no have a map(

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

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
8 years 11 months ago #62002 by Mr. Dam
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
7 years 11 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: Mr. DamNguyen Phu Quan