how to disable download option for video in course presentation?
Submitted by jasperglenn on Thu, 07/19/2018 - 12:34
Forums:
Dear H5P Team,
How to disable video download option in course presentation in wordpress? I've tried using the 'disable video player controls', but it disables play, pause which I need. Is there a way to selectively disable download video?
Best,
Jasper
BV52
Fri, 07/20/2018 - 03:24
Permalink
Hi Jasper,Thank you for the
Hi Jasper,
Thank you for the suggestion.
Currently this is not possible not unless use css to remove elements you don't want. If I remember correctly the download button you are talking about, is part of the html5 <video> element.
-BV52
jasperglenn
Wed, 09/12/2018 - 14:23
Permalink
Website takes a minute for loading h5p content pages only
Hi
I am using H5P for interactive content on my website stemforclassrooms.com
For every 6th link I try to browse it takes a long time to load say about a minute. Thereafter the load time is normal until the 6th time. Until the first 5 new page loads it is fine.
The thing is it is slowing down both the front and back-end.
Based on your support on forums, I’ve tried the below:
Changed in default-constants.php:
// Define memory limits.
if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {
if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {
define( 'WP_MEMORY_LIMIT', $current_limit );
} elseif ( is_multisite() ) {
define( 'WP_MEMORY_LIMIT', '256M' );
} else {
define( 'WP_MEMORY_LIMIT', '256M' );
}
Then tried:
sudo /opt/bitnami/ctlscript.sh restart
Also Ive increased memory to 256M in wp-config.php
define('WP_MEMORY_LIMIT', '256M');
/* That's all, stop editing! Happy blogging. */
I have also set Display Download button, Display Embed button to never. Have unchecked Save content state: Allow logged-in users to resume tasks and not mentioned any timeline for Auto-save frequency (in seconds).
Kindly advise.
Regards,
Jasper
fnoks
Wed, 10/03/2018 - 10:05
Permalink
Can I ask you where you are
Can I ask you where you are hosting your WordPress site?