thomasmars
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] Custom developmentHi Pagna,
Please create an issue for it in the public JIRA board for H5P https://h5ptechnology.atlassian.net/secure/Dashboard.jspa, along with motivation for this and plan to implement it, and we’ll be able to discuss if this is something we would want to take in, and the best way to implement it.Best regards,
ThomasHi,
How is the content inserted on this page ? Are you using shortcodes ?
Does it work when viewing the content directly while using this theme ? Seems like there must be something conflicting with the shortcode logic.Which version of WordPress and which theme are you using ?
It seems like the H5P.js intialization script and none of the dependencies are loaded for this page, so the content is not initializing properly and getting setup on the backend. This could be due to conflicting plugins or something wrong when inserting the H5P, are you sure the ID that you’re using for the shortcode is correct ?
Forum: Reviews
In reply to: [Interactive Content – H5P] Great, but missing important featuresHave you checked out the documentation for CSS overrides ? https://h5p.org/documentation/for-developers/visual-changes
Hi Neil,
Thanks for reporting this.
I was unfortunately not able to reproduce this, can you post this at the h5p.org forums: https://h5p.org/forum/9 ? (you’ll have to create an account) with detailed steps on how to reproduce this ?
It would help significantly if you can share the .h5p export file of the content where this fails, and explain in which situations this happens.
Thanks.Forum: Plugins
In reply to: [Interactive Content – H5P] H5P not loadingHi Anthony,
Sounds like your web server is not setting the mime type properly.
If you enable “nosniff” then you opt out of MIME type sniffing, so you will have to make sure that your web server is explicitly setting the mime type correctly.Forum: Plugins
In reply to: [Interactive Content – H5P] Separating Content by AuthorHi,
1. Would not be compatible with sites that want to be able to use the id of other users’ content.
2. This is possible, but I don’t think this is something we can prioritize any time soon as it would require changing the database and id system throughout the H5P system. Sorry.Forum: Plugins
In reply to: [Interactive Content – H5P] Custom CSSThere’s a guide for applying custom css to H5P at https://h5p.org/documentation/for-developers/visual-changes
Forum: Plugins
In reply to: [Interactive Content – H5P] Cannot use image from wp libraryIf you have a direct link to the image you can use it, otherwise you will have to upload the image through the H5P image upload widget.
Forum: Plugins
In reply to: [Interactive Content – H5P] Broken desktop after updated to 1.14.1Hi,
This error is very general and can be caused by a variety of reasons on your server.
You can start by checking that the file in the error message, h5p-php-library/h5p.classes.php, exists on your server and that your webserver has permissions to access the file.Forum: Plugins
In reply to: [Interactive Content – H5P] Question Set in Branching ScenarioHi, this is currently not possible. We plan to add more content types to Branching Scenario as it progresses out of beta.
Forum: Plugins
In reply to: [Interactive Content – H5P] Find Hotspot FieldHi,
It seems like you have an old version of Image Hotspot Question, can you update to version 1.6 ? Can be found at https://h5p.org/image-hotspot-question
I’m also curious to know if you’re using a specific language for WordPress ?Best regards, Thomas
- This reply was modified 8 years, 2 months ago by thomasmars.
Forum: Plugins
In reply to: [Interactive Content – H5P] Find Hotspot FieldHi,
there’s no reason why the common fields should have the class “hidden”, like yours does, have you made any hooks for wordpress, themes or scripts that may be modifying the DOM ?
I also think you’re looking the wrong place in the HTML, as the localization group containing the “retry” string is within the “.h5p-image-hotspot-question-editor content” element, specifically on the second step of the wizard, like icc pointed out.
The “retry” localization field has the “.field-name-retryText” class, if you wish to search for that.Do you have a public page where we can observe the issue, to help you debug further?
Could you also specify which version of the H5P plugin you’re using and what version of “Find the Hotspot” you’re using ?Forum: Plugins
In reply to: [Interactive Content – H5P] Speak the words and Speak the words setHi,
Thank you, this is a great suggestion. Please post it in the feature request area of the h5p.org forums, which is made for these kind of requests.When you say update, are you trying to update the content type through the content type hub, or are you trying to update content to a newer version ? Please check your browser’s console for any errors, and your PHP error log as well, then post your findings in the “bugs in content types” forum on h5p.org where we’ll be able to help you more quickly.
Thanks
Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editIt is working properly now ?
Hopefully this can help others struggling with similar issues.
Thanks for figuring this out and reporting back.Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editThank you for the additional information. I do not have access to a version of the commercial WPML tool, and could not find any OS version, so I have no way to reproduce and verify this bug unfortunately.
I suggest disabling WPML and then trying to use H5P again to verify that WPML is causing this issue. If it is the WPML plugin for sure, you could try contacting them to see if they can provide you any support on this.
I would also be happy to try to debug this for you if you have a public URL where I can see the error (the one you provided does not display the error), or if WPML could provide a version for me to debug this with.
I’m sorry we can’t help you further at this point without more info/access.