test melih
 melih
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Aratype Friend
    #207414

    Dear all,

    I was trying this WE to work on video section to let it RtL compatible:
    The test website is: http://www.tiqana.net

    The 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.


    1. Capture-vid-01
    2. Capture-vid-02
    Saguaros Moderator
    #574201

    Hi 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.php

    Look 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;
    }
    }

    Aratype Friend
    #574248

    Thank you,

    I believe you mean: “fa-chevron-left

    Please add this to the template next version.

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