{"type":"video","version":"1.0","html":"<iframe src=\"https://www.loom.com/embed/f494cc7ceb0041bab323bfb5a700f708\" frameborder=\"0\" width=\"1728\" height=\"1296\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>","height":1296,"width":1728,"provider_name":"Loom","provider_url":"https://www.loom.com","thumbnail_height":1296,"thumbnail_width":1728,"thumbnail_url":"https://cdn.loom.com/sessions/thumbnails/f494cc7ceb0041bab323bfb5a700f708-00001.gif","duration":1574.3,"title":"CBF - how to add a custom footer with all your programs/promotions at the bottom of all your memberships/lessons","description":"Here are the plugin names and codes referred to in the video:\n\nPlugin #1 Child Theme Configurator\nPlugin #2 wp file manager\nPlugin #3 Shortcodes for Divi\n\nCode to replace in the courses_footer.php file (don't forget to change the layout ID number to yours!): \n\n\n  \n    \n    \n    \n\n\n\n\n\n\nCode to ADD to the functions.php file:\n\nadd_filter( 'mpcs_classroom_style_handles', function( $allowed_handles ) {\n  $allowed_handles[] = 'divi-style-parent';\n  $allowed_handles[] = 'divi-style';\n  $allowed_handles[] = 'divi-dynamic-critical';\n  $allowed_handles[] = 'upsell-bootstrap';\n  $allowed_handles[] = 'upsell-font-awesome';\n  $allowed_handles[] = 'upsell';\n  \n  return $allowed_handles;\n});"}