-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question not displaying #8
Comments
One thing I noted is the size of the Drag text question - it is larger than 1MB - not sure if that is an issue and where I would change an environment variable that controls that. |
Could you please check the browser's console, and see if you get any JavaScript errors? |
@fnoks No errors - but I do get this html output from the JavaScript, as listed below. Perhaps that throws some light on the issue?
The first question, SingleChoiceSet 1.4 |
This is the Java Script being executed (from DOM explorer) for one of the questions not displaying: |
I wonder if this has something to do with Apache running under Windows? I know that I have to configure another system to use ";" and not the default ":" as parameter separator for Apache under Windows. |
I have a Drag Text question on another website on another server. I can insert it as an iframe in my test (local) WP site - no problem. It displays. |
I suspect the problem is with the iframes' height (i.e. resizing). Could you manually change the following attribute for the iframe: This can be done using e.g Chrome's "Developer Tools". |
Hi, apologies if you would rather have a separate issue for this, but the symptom are similar to those that @Potolozi describes with the following differences:
Troubleshooting steps Any advice you can offer would be great. |
Multi-site functionality is not something we have extensively tested for in Wordpress yet. I've made an issue on our public Jira board: https://h5ptechnology.atlassian.net/browse/HFP-298 I hope that it is something we will have the time to address in the next release. |
I've just installed WordPress + H5P in a new environment - as a local installation for testing purposes. Drag text questions do not display. I can open the question in the editor and then I can see it but when I close the editor the question does not display. Also when I insert that question in a post it does not display. Single Choice set questions work as expected.
WordPress is the latest version: 4.6
H5P Plugin is the latest: 1.7.2
The Library is updated. Drag Text version is 1.5.1
It must have something to do with my local environment - but I'm not sure what to look for as the error. I have a similar setup at a shared host and I have no problem there.
I'm running XAMPP on a Windows 10 machine. I've tried both Ms Edge and Chrome - so the issue is not the browser.
Not sure where else to ask for support - ideas?
The text was updated successfully, but these errors were encountered: