• Subject. The problem is not clear. Rolled back to the previous version.
    I would like to understand where to look for the problem.

    The output code does not display the ID of the video, image, and the player itself.
    The player was inserted into posts through a shortcode.

    • This topic was modified 4 years, 1 month ago by funt565.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author shehabulislam

    (@shehabulislam)

    Hi @funt565

    which version is installed now?

    Thread Starter funt565

    (@funt565)

    version 1.4

    Thread Starter funt565

    (@funt565)

    It’s a pity, but the problem repeated itself on another of my projects.
    After the update, the plugin “lost” the URL of the video file and poster.

    <div style=”margin:0px auto; width:100%;”>

    <video crossorigin playsinline class=”player602f032e4039e”

    controls

    poster=””

    >

    <source src=”” type=”video/mp4″>

    Your browser does not support the video tag.

    </video>

    <script type=”text/javascript”>

    const players602f032e4039e = Plyr.setup(‘.player602f032e4039e’, {

    fullscreen:{ enabled: true, fallback: true, iosNative: true },

    controls:[‘play-large’, ‘play’, ‘progress’, ‘current-time’, ‘mute’, ‘volume’, ‘captions’, ‘settings’, ‘pip’, ‘airplay’, ‘fullscreen’, ‘download’]

    });

    </script>

    </div>`
    `
    https://prnt.sc/100aevh

    offpeakdesign

    (@offpeakdesign)

    Any update on this? Having same issue.

    Plugin Author shehabulislam

    (@shehabulislam)

    if you lose poster/video. just deactivate and active the plugin.

    Thanks to all

    offpeakdesign

    (@offpeakdesign)

    Awesome! Thank you

    Thread Starter funt565

    (@funt565)

    Thanks, this solved the problem but revealed a new one.
    I will create a new topic

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Videos and posters disappeared after plugin update’ is closed to new replies.