• Hi there,

    I am using H5P for blog articles and most of the H5P content do not appear when the user is not logged-in.
    I say “most” because some of them do appear, like texts to be filled for example.
    I wouldn’t like the users to have to log to access the H5P content.

    Could you please help me on that?

    Just to complement: I have no knowledge about coding ^^

    The page I need help with: [log in to see the link]

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

    (@icc0rz)

    Hi, it appears you have a plugin crashing the JavaScript execution on your page: contact-form-7. I would start by trying to disable that as it could prevent the whole page from loading.

    Also, do you have a theme or plugin that is doing something special with H5P? It looks like the loading of the H5PIntegration object is not standard on your page as it has been placed inside a ‘DOMContentLoaded’ object. I.e. this is not the default you get when installing the H5P plugin on a fresh WordPress site.

    Thread Starter dey81

    (@dey81)

    Hi, thank you for your answer.

    I tried to disable the contact-form-7 plugin, unfortunately it seems like it didn’t solve the problem.

    About the theme, yes I forgot to mention that I am using Eduma.

    Plugin Author icc0rz

    (@icc0rz)

    That seems to have removed one of the errors. But still the H5PIntegration object is still wrapped inside a window.addEventListener('DOMContentLoaded', function() { which will not work.
    Are you positive you have not modified the plugin? I have not seen this before and it doesn’t happen on a fresh install of WordPress with the H5P plugin.

    You could try searching for the phrase, but it’s often easiest to just try and disable plugins until the content starts working. Typically plugins that have to do with page optimization, speed or similar may break content plugins such as H5P.

    Thread Starter dey81

    (@dey81)

    Hi @icc0rz,

    I confirm I did not modify the plugin.
    I tried disabling all possible plugins, and it is still not working… too bad.
    No way it could be working if I just remove and install H5P again?

    Thank you for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘H5P content inavalable when logged out’ is closed to new replies.