Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    The plugin works fine with the latest WordPress release.
    With the latest update many themes had problems due to a different jquery parser for certain selectors; if you take a look at the javascript console you’ll probably see that there’s an error somewhere on the theme javascript code. Fix it and the video should appear again.

    Bye,
    Matteo

    Thread Starter sw_2015

    (@sw_2015)

    Thanks Matteo,

    I found and made the fix. In my case it was the following in another plugin:

    ‘a[href*=#]:not([href=#])’

    change to:

    ‘a[href*=\\#]:not([href=\\#])’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatible with WordPress 4.5.x ?’ is closed to new replies.