icc0rz
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] How to remove H5P notice?Very good, I’m glad that you found a solution ??
Forum: Plugins
In reply to: [Interactive Content – H5P] How to remove H5P notice?Thank you! This is strange since the output looks OK. Could you try the following code between lines 286 and 287 of the same file?
var_dump($last_print); var_dump(H5P_Plugin::VERSION); exit;
Just to rule out some things.
There are some things you could try out:
1. Restart PHP, I’m not sure what web hosting service you’re using or if this is possible for you. However, I see that some people are having issues with the WordPress options due to APC cache “hanging”. A restart of PHP or Apache should solve these issues.
2. Try to run a optimize and repair on your database. It’s a simple command that should fix any issues that might exist within the database:mysqlcheck -u YourUserName -p --auto-repair --check --optimize YourDatabaseName
3. If all else fails and you just want to get rid of the message you can remove the code between lines 284 and 302. However, I would very much like to get to the root of this issue in case someone else is struggeling with the same issue.
Thank you and kind regards,
Forum: Plugins
In reply to: [Interactive Content – H5P] How to remove H5P notice?Hi Michael! That is strange, the message should go away automatically. What version of WordPress are you running? Are you using a multi-site WordPress installation(network setup) or some other special setup?
If you don’t mind, it would be nice to have some more debug information. If you add the following code to line 302 of admin/class-h5p-plugin-admin.php and print the result here we may get a better understanding of what is going on:
var_dump(get_option('h5p_last_info_print', 0)); echo '<br/>'; var_dump(update_option('h5p_last_info_print', H5P_Plugin::VERSION)); exit;
Thank you for reporting, and I’m sorry for the inconvenience.
Forum: Plugins
In reply to: [Interactive Content – H5P] Help with drag and drop tasks on scrolling pageI’m glad you guys figured it out!
Closing the issue.
Have a great day!Forum: Plugins
In reply to: [Interactive Content – H5P] Add new h5p content from postWe have an internal issue for doing this, so I’ll close the support request for now.
Forum: Plugins
In reply to: [Interactive Content – H5P] Styling Image Hotspot ElementsHi fcarlini!
Yes, however, Image Hotspots uses an iframe so you cannot override it from the standard CSS in WordPress. You will have to add a separate CSS file and then include it through an action/hook inside WordPress. We’ve created a guide for how this can be done: https://h5p.org/documentation/for-developers/visual-changes
Let me know if you find something unclear or are having issues. In a future version, we will add a page with a large text area, making it a lot easier to add some basic CSS.
Forum: Plugins
In reply to: [Interactive Content – H5P] How to load this shortcode onclickHi Francisco!
Have you tried our Presentation tool? It makes it possible to navigate between different type of content.
Unfortunately, there’s no way of including shortcodes inside the interactive content, yet. But H5P does have a big arsenal of different content types you can insert.
Let me know if you are missing any content types, or have an idea for a new content type.
Forum: Plugins
In reply to: [Interactive Content – H5P] Worpress dashboard blank on installSorry for the late reply, for some reason I didn’t the notification e-mail from www.remarpro.com. I guess they might have had some issues.
I haven’t heard of anyone who has tested H5P with Learndash, so there could be some minor issues that need to be worked out.
Could you check your web browser’s console(Ctrl + Shift + J in Chrome) for any error messages on the page the crashes? Also, if you have access to your web server’s error_log there could be some info there.I would very much have liked to test H5P in LearnDash, but I need to get my hands on a development/test version first.
If you could provide me with login details so I could take a look at the page that crashes, that would be great.
You can reach me at: frode (dot) petterson (at) joubel.com
Replace () with symbols. (e-mail censored to avoid spam)Forum: Plugins
In reply to: [Interactive Content – H5P] Yes or no questionsAh, unfortunately, none of the current content types can do this. We need a personality quiz content type to be able to achieve what you want.
This kind of content type would be really neat to have in H5P. Let us know if you might be interested in help funding such a content type.
Thank you for letting us know what you want out of H5P ??
Forum: Plugins
In reply to: [Interactive Content – H5P] Yes or no questionsYes, it means that the text hasn’t been put through the do_shortcode() function .
Forum: Plugins
In reply to: [Interactive Content – H5P] Yes or no questionsYou should be able to do this using both Question Set and Single Choice Set
Forum: Plugins
In reply to: [Interactive Content – H5P] h5p doesn't work in learnpress pluginGood that you got it working. We’re hoping that LMS plugins will get better H5P support in the future.
Forum: Plugins
In reply to: [Interactive Content – H5P] cannot upload libraryGood ??
Let’s hope this will help other people if they struggle with similar issues.
Forum: Plugins
In reply to: [Interactive Content – H5P] cannot upload libraryOk, so I had a short look at AlterVista. It seems like they have a special build of PHP or that there’s a bug or something, anyway, you should be able to fix the issues you’re having by changing the PHP version. Do the following: Login to the control panel. Go to the Resources tab and find a link labelled Edit PHP Settings, click on it. On this page, you should find a select box where you can choose which PHP version to use. Change it to php5.4 and Save.
Now, go into your WordPress and try to Add new and upload the Course Presentation example content. This should work.Also, on the Edit PHP Settings page:
Make sure you have the file upload max size set at 20 MB or more.
Further down on the page there’s a section label Server to server connections. Make sure you’ve verified your identity, this makes it a lot easier for you to update the H5P Content Types.Good, I hope you get it working again.