-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
June 15, 2015 at 10:22 am #207414Dear all,
I was trying this WE to work on video section to let it RtL compatible:
The test website is: http://www.tiqana.netThe actual positions:
I added in my custom.css:
[PHP]/* Video */
.videos-featured .player-wrap {
float: left;
}
.videos-featured .videos-featured-items .videos-section-heading {
position: absolute;
right: 0;
}
[/PHP]The result is almost correct:
However, I have 2 issues:
1. Small issue: “fa fa-chevron-right” should be “fa fa-chevron-left” and I could not know how to change it.
2. Big issue: in changing the code so the video is not visible anymore in tablet devices…
Could you propose a better solution for this rtlization please.
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 16, 2015 at 8:40 am #574201Hi aratype,
<blockquote>1. Small issue: “fa fa-chevron-right” should be “fa fa-chevron-left” and I could not know how to change it.</blockquote>
This belongs to ACM module type of video, you can go to file: root/templates/ja_teline_v/acm/videos/tmpl/featured.phpLook for this line of code:
<a href="<?php echo $extra_link; ?>" title="More"><i class="fa fa-chevron-right"></i></a>
then change the class to: fa fab-chevron-left
<blockquote>2. Big issue: in changing the code so the video is not visible anymore in tablet devices…</blockquote>
In the css rule you added in ‘custom.css’ file, pls add media queries so that it will not affect medium and small layout view port. You can change it to:
@media (min-width: 992px) {
.videos-featured .player-wrap {
float: left;
}
.videos-featured .videos-featured-items .videos-section-heading {
position: absolute;
right: 0;
}
}
1 user says Thank You to Saguaros for this useful post
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by
Aratype 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum