Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Please try adding the following code to the bottom your theme’s functions.php file,

    function aiovg_custom_player_css() {
    ?>
    <style type="text/css">
    .video-js.vjs-paused .vjs-text-track-cue { margin-top: -20px !important; }
    </style>
    <?php
    }
    
    add_action( 'aiovg_player_head', 'aiovg_custom_player_css' );

    Hope, this solved your issue!

    Thread Starter Dan Caragea

    (@dancaragea)

    I added, but unfortunately nothing has changed!

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    I have tested the code before sharing it here and it works for me. Kindly get me your site link in where I can check this directly. So, I can get a clue on the issue.

    Thread Starter Dan Caragea

    (@dancaragea)

    I figured out that videos I tested have subtitles embed directly, not added with a srt file. In this case, the subtitles are shown by default, where they were placed.
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subtitles and progress bar’ is closed to new replies.