thomasmars
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] Delete H5P contentHi,
When editing H5P content you will see an “Actions” box on the upper right side of your screen where you can “Update” content to save your changes. To the right of this button there is a “delete” button. Use this button to delete your content.Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editOkay, then there is probably some server error. Please check your PHP error log for any errors when you experience this. See https://codex.www.ads-software.com/Debugging_in_WordPress for more information on how to get the error log.
Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editThanks,
It looks like your H5P plugin is using a combination of new and old files, it is fetching the old data structure for the ‘content-type-cache’ endpoint.Did you use GitHub to update the H5P plugin ? If so you must run
git submodule update
after checking out the latest version of the H5P plugin, like the readme emphasizes. Now your H5P plugin integration is the latest version, but not the submodules.Let me know if this resolves your issue.
Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editGreat, I need the response from the request, so click the request that looks something like “admin-ajax.php?token=..&action=h5p_content-type-cache”, and go to the response tab, there should be some information there.
Forum: Plugins
In reply to: [Interactive Content – H5P] after updating can’t editHi,
Thank you for the report.
First of all, do you have the h5p hub enabled in your site settings ? It has the title “Use H5P Hub” and should be checked by default.
It looks like your server is failing while fetching the libraries that you have installed on your server.
Can you check your network tab in the browser for the content-type-cache request and show us the response from it ? it should be able to reveal some info about what is going wrong. It looks something like: “admin-ajax.php?token=123456abcd&action=h5p_content-type-cache”.
You should also check the php error log of your server for any errors related to H5P when you reproduce this.Thanks for reporting this, hope we can get this resolved quickly.
– Thomas- This reply was modified 6 years, 12 months ago by thomasmars.
Forum: Plugins
In reply to: [Interactive Content – H5P] Help with drag and drop tasks on scrolling pageHi again,
I looked a bit further into this, the bug seems to be caused when reverting a draggable to its initial position. Jquery UI does that for us, but it is unable to do it right.
Can you try the following:
in DragText.prototype.addDragNDrop function at L#425 there is a revert: function that jQuery uses. Make this function always return false as in the following commit: 6dd1401
Forum: Plugins
In reply to: [Interactive Content – H5P] Help with drag and drop tasks on scrolling pageHi, I’m glad to hear you’re enjoying the plugin ??
I tried applying your css to my Drag-Text content type and I’m not experiencing your issue. Could you provide a link to the content ?
Perhaps your theme is applying some conflicting css or there is a collision with the jQuery.UI library, which handles all the drag and drop movement and offsets within Drag-Text.
Could perhaps be related to this: https://bugs.jqueryui.com/ticket/9315
You could try removing ‘position: absolute !important” from draggables-container.