Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Yaron Modzelevich
0 points
Beginner
Greetings,
Fresh install of DP, set homepage video using youtube option but video not showing. Not using embed code, using https://youtu.be/FfptA_hOYTo for example
Also changed the following from 64m and 40m to 64m and 64m
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if ( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’64M’);
}
}
Greetings,
Fresh install of DP, set homepage video using youtube option but video not showing. Not using embed code, using https://youtu.be/FfptA_hOYTo for example
Also changed the following from 64m and 40m to 64m and 64m
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if ( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’64M’);
}
}
if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
}
Thank you
Ron
Members Only Content
This reply is for PremiumPress customers only.
Login Now