• Resolved saymon102

    (@saymon102)


    Hello, I use Retrotube theme on my tube website and it has a built-in video player ( I think it is Video.Js) and I wanna change to presto player so basically this doesn’t happen when you install the plugin only. as far as I know that I have to change a file called content_video_player.php and here is its code,

    <?php

    $content_video_player = new WPST_Content_Video_Player( $post->ID );

    echo ‘<div class=”video-player”>’;

    echo $content_video_player->get_content_video_player();

    echo ‘</div>’;

    so any suggestions on how this should be done?

Viewing 1 replies (of 1 total)
  • Plugin Author Andre Gagnon

    (@2winfactor)

    Hi Saymon,

    Thanks for reaching out. This isn’t something that can just be swapped out, unfortunately. The Retrotube player stores things a certain way, and Presto Player stores things a certain way. It would involve custom development to do this via code. Otherwise, the way to go would be to manually replace the videos or do some sort of migration.

    Any other questions, let me know.

Viewing 1 replies (of 1 total)

The topic ‘make presto the default player’ is closed to new replies.