• Resolved masdeweb

    (@masdeweb)


    Hello,
    first of all thank you for your work on this plugin.

    I would like to report a problem when using the plugin along visual composer.

    The problem is:
    – The white play icon of the plugin does not disappear
    – The controls of the video do appear but when you try to click them it is impossible, because you restart the video again (seems as the js firing the event again?)

    I have located the source of the problem on the following CSS code from visual composer:

    .wpb_video_widget .wpb_wrapper iframe {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    and on the CSS of your plugin:

    .lazy-load-vimeo {
    display: table;
    }

    disabling that rule from your css (used to center the play icon) enables the controls of the video during playback again, but the play icon still appears…

    I hope my explanation helps you reproduce the problem. I can not link to a webpage because the site is still on development and is password protected, sorry.

    Thanks in advance for your help.

    Best regards.

    Jesus

    https://www.ads-software.com/plugins/lazy-load-for-videos/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author kevinweber

    (@kevinweber)

    Hi Jesus,
    thanks for you post! I’ve added your issue on my to-do list. I can have a look at the earliest in two weeks.
    Regards,
    Kevin

    Plugin Author kevinweber

    (@kevinweber)

    Hi Jesus,

    I’ve published version 1.6.2 right now. This update should make the white play icon disappear when the video starts. Does this update also fix your second issue?

    Make sure to clear your browser’s cache before you test it.

    Best regards,

    Kevin

    Thread Starter masdeweb

    (@masdeweb)

    Hi Kevin,
    thanks, it works perfectly.

    Solved both issues! ??

    Thank you again for your work.

    Best regards,
    Jesus

    Plugin Author kevinweber

    (@kevinweber)

    Hey Jesus,
    great to hear, that makes me really happy!
    It would be great if you give this plugin a five star rating here. Thanks!

    Best regards,
    Kevin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visual composer incompatibility’ is closed to new replies.