- Posts: 12827
- Thank you received: 1661
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
Less
More
9 years 11 months ago #56575
by Mr. Dam
Slideshow doesn't work on Theme1 in RTL language was created 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
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.
- Stas
- Offline
- Junior Member
Less
More
- Posts: 34
- Thank you received: 0
9 years 7 months ago #61827
by Stas
Replied by Stas on topic Slideshow doesn't work on Theme1 in RTL language
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
Less
More
- Posts: 12827
- Thank you received: 1661
9 years 7 months ago #61843
by Mr. Dam
Replied by Mr. 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
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.
- Stas
- Offline
- Junior Member
Less
More
- Posts: 34
- Thank you received: 0
9 years 7 months ago #61959
by Stas
Replied by Stas on topic Slideshow doesn't work on Theme1 in RTL language
theme3 good, but no have a map(
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12827
- Thank you received: 1661
9 years 7 months ago #62002
by Mr. Dam
Replied by Mr. 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
We have solved the issue with slideshow on theme1 for you.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Waled
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
8 years 7 months ago #81633
by Waled
Replied by Waled on topic Slideshow doesn't work on Theme1 in RTL language
Add this code
.vina-camera-slider
{
direction: ltr;
}
to this file modules/mod_vina_camera_image_slider/assets/camera.css
.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. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.