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

    (@icc0rz)

    Hi,

    Looking at your page I see that the iframe reloads during page load, thus losing the initialized H5P content. This means that you probably have a JavaScript running on your site that is detaching and reattaching the iframe to the DOM. Unfortunatly, doing these kinds of operations has to happen before you attach the H5P content to the page or it won’t be able to load.

    Thread Starter dasza

    (@dasza)

    Any suggestion on how to fix this?

    Plugin Author icc0rz

    (@icc0rz)

    Yes, you’ll probably want to refactor your JS code to prevent using things like jQuery.wrap() or similar.
    If this is a third-party plugin or part of your theme you’ll have to reach out to the maintainer to have the bug fixed, or you could disable the plugin/theme causing the issues.

    Thread Starter dasza

    (@dasza)

    Thanks. I only try with plugin on/off so it’s maybe theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘H5P not showing on www’ is closed to new replies.