• Resolved hamburgtech

    (@hamburgtech)


    Hi team,

    I just installed your plugin, all looks fine. But the gallery or playlist in gallery mode is not working. Only the first(big) video can be played. When I click at the thumbnails nothing happens :-/
    I use the latest version of wordpress and the latest version of your plugin.
    Already reinstalled your plugin.Youtube API-Key is set.

    Here is a link to my website: http://hamburgtech.de/

    Would be super awesome if you could help me to fix this. I am trying for hours now. I will provide any informations you need.

    Thanks in advance.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hamburgtech

    (@hamburgtech)

    Hi team,

    I was using a custom theme, now I switched to an official one and your plugin is working.

    I think this could be closed.

    Thanks.

    Plugin Author embedplus

    (@embedplus)

    Hi,

    For what it’s worth, you’re including jquery multiple times into your theme. That’s going to cause a lot of other problems, including this one. There’s a section in your head that says this:

    // Bootstrap jQuery
    var jqjs = document.createElement(‘script’);
    jqjs.src = ‘//s0.wp.com/wp-includes/js/jquery/jquery.js?ver=’ + ver;
    jqjs.type = ‘text/javascript’;
    document.getElementsByTagName(‘head’)[0].appendChild( jqjs );

    It’s adding an extra jquery import and you don’t need it. You should remove or comment out the above if you’re keen on that theme.

    -EmbedPlus Team

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gallery not working, thumbnails not reacting’ is closed to new replies.