thomasmars
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] Undefined Property: stdClass::$versionHi, please check manually that the file exists on your system at that location. And whether the variable is defined.
This could be a problem with how you have installed the plugin or lack of permissions for the web server user. Make sure you follow the guide for installing the plugin as specified at https://www.ads-software.com/plugins/h5p/#installationForum: Plugins
In reply to: [Interactive Content – H5P] Content errors eveywhereLooks like you’re missing some libraries or that the web server user does not have access to them.
You should check for any PHP errors and try to reinstall the libraries. (reupload them from H5P.org to your site with an admin user)Forum: Plugins
In reply to: [Interactive Content – H5P] Image PairingHi,
The Image Pairing content type is not maintained by the H5P Core team, could you please raise an issue with the creator of the content type at https://gitlab.com/icfoss/H5P-ImagePair ?Forum: Plugins
In reply to: [Interactive Content – H5P] Timeline & ShortcodeHi, This is not possible, no.
Forum: Plugins
In reply to: [Interactive Content – H5P] “sticky” solutionsHi,
This may happen if you have enabled “Save content state” in the H5P settings. You could try to disable this one to see if you get your desired behaviour then.Forum: Plugins
In reply to: [Interactive Content – H5P] Finding the H5p slugThe slug is typically just a lowercase version of the title where spaces are replaced with dashes, e.g. Hello World becomes “hello-world”.
You can see the exact slug by typing in the following in your developer tools console while viewing the H5P view:
H5PIntegration.contents[‘cid-{contentId}’].exportUrl (your contentId will vary depending on the content, but you should be able to see this in the dev tools), which has a form like …/exports/{slug}-{uniqueId}.h5p, so you
can extract the slug from this.
Sorry, I don’t think there’s any easier ways to get it.Forum: Plugins
In reply to: [Interactive Content – H5P] VIdeo not supportedHi,
Do you get this message when trying to upload the file or when trying to view the video after uploading it ?
If this is when trying to upload the problem is probably the extension of the file.
If this is when trying to view the video this is typically because the browser/OS/device combination does not support the video format that you have uploaded. This is not controlled by H5P. You could try with other video formats that are more widely supported by devices, e.g. see: https://en.wikipedia.org/wiki/HTML5_videoForum: Plugins
In reply to: [Interactive Content – H5P] Missing H5P identifier.Hi,
When does this happen ?
Can you provide reproducible steps for this ?
Looks like a server configuration issue, either the files are not existing when attempting to create the ziparchive when exporting H5Ps, or the server is not configured to be able to create temporary files, which is necessary.Forum: Plugins
In reply to: [Interactive Content – H5P] drag and drop exercise issueHi Antonio,
Have you checked out the tutorial for authors: https://h5p.org/tutorial-drag-and-drop-question ?
If there’s any bugs or problems with content types please post them to the H5P.org forums: https://h5p.org/forum/9 this forum is reserved for plugin specific issues.Forum: Plugins
In reply to: [Interactive Content – H5P] “invalid parameters” h5p error wordpressclosing this as a duplicate
Hi, please include the following information when creating a bug report:
https://h5p.org/forum/9Forum: Plugins
In reply to: [Interactive Content – H5P] How to change Bold text + Font-familyYou can place H5P activities inside other components, e.g. pages, with for instance shortcodes and expose these pages as normal and anyone that can access the page will be able to see the H5P.
You can also embed H5P content anywhere using the embed code, this can even be used to embed on external sites, see: https://h5p.org/documentation/for-authors/the-basics
- This reply was modified 3 years, 10 months ago by thomasmars.
Yes, sorry I don’t have much to add. Maybe you could try to base your theme off an already working minimal theme and move your way over to what you have now and you should be able to find what is causing the issue
Sorry, I’m not able to reproduce this, and have limited time to spend on this. If the page works in a different theme, but not your theme when you have disabled all plugins, chances are that it is your theme that is conflicting with the code. Have you tried to remove/disable parts of your theme systematically to check if that fixes the issue ?