{"id":62492,"date":"2024-02-13T09:45:24","date_gmt":"2024-02-13T14:45:24","guid":{"rendered":"https:\/\/memberpress.com\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/"},"modified":"2024-09-12T09:54:28","modified_gmt":"2024-09-12T13:54:28","slug":"how-to-edit-lessons-in-classroom-mode-with-a-page-builder","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/","title":{"rendered":"C\u00f3mo editar lecciones con ReadyLaunch\u2122 y un constructor de p\u00e1ginas"},"content":{"rendered":"<p class=\"wp-block-paragraph\">MemberPress ReadyLaunch\u2122 despoja de Scripts y Estilos adicionales que est\u00e1n en cola por otros plugins y su tema. Esto es necesario para garantizar un aspecto limpio del aula. Si quieres editar tus lecciones y el resumen del curso con un constructor de p\u00e1ginas (como Elementor) tienes dos opciones.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Desactivar ReadyLaunch\u2122 para cursos<\/li>\n\n\n\n<li>Habilite secuencias de comandos y estilos adicionales con las plantillas ReadyLaunch\u2122.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Desactivar ReadyLaunch\u2122 para cursos<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to turn off ReadyLaunch\u2122 for Courses, and instead just use your current theme, the directions to do so are below. But be aware that some of the functionality of course navigation and style won\u2019t be available for you to use.\u00a0<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Vaya a MemberPress-&gt;Configuraci\u00f3n<\/li>\n\n\n\n<li>Seleccione la pesta\u00f1a \u201cReadyLuanch\u2122\u201d.<\/li>\n\n\n\n<li>Desactive la opci\u00f3n Cursos.<\/li>\n\n\n\n<li>Haga clic en Actualizar opciones para guardar los cambios.\u00a0\n<figure><img decoding=\"async\" style=\"width: 239.581px;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-gKJ7KPeoJj.png\"><\/figure><p><\/p>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"footer-hook\"><a href=\"#footer-hook\" title=\"\">Habilite secuencias de comandos y estilos adicionales con las plantillas ReadyLaunch\u2122.<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Si desea mantener el aspecto limpio de las plantillas ReadyLaunch\u2122 y toda la funcionalidad, puede habilitar scripts y estilos adicionales utilizando algunos ajustes y c\u00f3digo personalizado.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Nota<\/strong>: Si est\u00e1 experimentando problemas con bloques que pierden estilo, v\u00eddeos que no se reproducen, o problemas similares en sus cursos, una posible raz\u00f3n podr\u00eda ser que su WP Footer Hook est\u00e1 deshabilitado. Activarlo podr\u00eda resolver estos problemas.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Vaya a <strong>Panel de control &gt; MemberPress &gt; Configuraci\u00f3n<\/strong>.<\/li>\n\n\n\n<li>Seleccione <strong>ReadyLaunch\u2122<\/strong> ficha.<\/li>\n\n\n\n<li>Haga clic en el bot\u00f3n <strong>Personalice <\/strong>enlace junto a Cursos<\/li>\n\n\n\n<li>En virtud de la <strong>Gancho de pie de p\u00e1gina WP<\/strong> seleccione <strong>Activado<\/strong>. <figure><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-TKN8vuEgD8.jpg\"><\/figure><\/li>\n\n\n\n<li>Haga clic en el bot\u00f3n <strong>Actualizaci\u00f3n <\/strong>para guardar los cambios.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\"> <strong> Nota: <\/strong>Si previamente has a\u00f1adido un fragmento de c\u00f3digo para habilitar el pie de p\u00e1gina (como el que se muestra a continuaci\u00f3n) tendr\u00e1s que eliminar este c\u00f3digo de tus temas o plugin de fragmentos.\u00a0<br> <br><strong>  add_action(\u2018mpcs_courses_footer\u2019, \u2018do_wordpress_footer\u2019);  <br>  function do_wordpress_footer() {  <br>  \u00a0\u00a0do_action(\u2018wp_footer\u2019);  <br>  }<\/strong><\/p>\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>A continuaci\u00f3n, si su constructor de p\u00e1ginas se encuentra en la siguiente lista bajo el <strong>Scripts constructores de p\u00e1ginas<\/strong> puede utilizar el fragmento de c\u00f3digo proporcionado.\u00a0 <\/li>\n\n\n\n<li>If your page builder is not listed, firstly, you\u2019ll need to determine whether style scripts need to be loaded. Secondly, you\u2019ll need to find the handle your specific page builder uses. Finding the handle can be a difficult process, so we recommend you contact the page builders\u2019 development team for assistance.\u00a0 Then, replace the YOUR_STYLE_HANDLE_HERE in the code example below, with your page guilder handle. Add the modified code snippet to your site: <\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">add_filter('mpcs_classroom_style_handles', function($allowed_handles){\n     $allowed_handles[] = 'YOUR_STYLE_HANDLE_HERE';\n     return $allowed_handles;\n});<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Puede a\u00f1adir fragmentos de c\u00f3digo a su archivo functions.php (si tiene un tema hijo) o a un plugin que le permita a\u00f1adir c\u00f3digo PHP como el siguiente <a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\"><strong>WPCode<\/strong><\/a> (consulte este art\u00edculo para obtener m\u00e1s informaci\u00f3n: <a href=\"https:\/\/memberpress.com\/es\/docs\/how-to-add-custom-code-snippets-in-wpcode\/\"><strong>C\u00f3mo a\u00f1adir fragmentos de c\u00f3digo personalizados en WPCode<\/strong><\/a>).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Scripts constructores de p\u00e1ginas<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We don\u2019t have all the scripts needed for all the page builders. However, we have found that customers have had success with the ones listed below. If you discover a list that works for your page builder and would like it included here, please<br><a class=\"heroickb_exit_link\" href=\"?hkb-redirect&nonce=622c289234&check=1j02b&redirect=https%3A%2F%2Fmemberpress.com%2Fsupport%2F&otype=unknown&oid=0&source=block-content\">contactar con el servicio de asistencia<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Elementor<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">add_filter( 'mpcs_classroom_style_handles', function( $allowed_handles ) {\n  $allowed_handles[] = 'elementor-icons';\n  $allowed_handles[] = 'elementor-frontend';\n  $allowed_handles[] = 'elementor-post-' . get_the_ID();\n  $allowed_handles[] = 'elementor-pro';\n  $allowed_handles[] = 'elementor-gallery';\n  $allowed_handles[] = 'elementor-icons-fa-solid';\n  $allowed_handles[] = 'elementor-icons-fa-brands';\n  $allowed_handles[] = 'elementor-icons-fa-regular';\n  $allowed_handles[] = 'prismjs_style';\n  $allowed_handles[] = 'editor-preview';\n  $allowed_handles[] = 'pro-editor-preview';\n  $allowed_handles[] = 'flatpickr';\n  $allowed_handles[] = 'select2';\n  $allowed_handles[] = 'elementor-select2';\n  $allowed_handles[] = 'elementor-pro-admin';\n  \n  return $allowed_handles;\n});\n<\/pre>","protected":false},"excerpt":{"rendered":"<p>MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses If you [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1347,1399],"ht-kb-tag":[1389,1401],"class_list":["post-62492","ht_kb","type-ht_kb","status-publish","format-standard","ht_kb_category-creating-courses","ht_kb_category-customizing-courses","ht_kb_tag-readylounch","ht_kb_tag-vimeo-video-not-displaying","entry","has-post-thumbnail"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T14:45:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-09-12T13:54:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#article\",\"name\":\"How to Edit Lessons with ReadyLaunch\\u2122 and a Page Builder | MemberPress\",\"headline\":\"How to Edit Lessons with ReadyLaunch\\u2122 and a Page Builder\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/file-gKJ7KPeoJj.png\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#articleImage\",\"width\":394,\"height\":386},\"datePublished\":\"2024-02-13T09:45:24-05:00\",\"dateModified\":\"2024-09-12T09:54:28-04:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#webpage\"},\"articleSection\":\"Creating Courses, Customizing Courses, readylounch, vimeo video not displaying\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"position\":2,\"name\":\"Advanced Topics\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/custom-codes\\\/#listItem\",\"name\":\"Custom Codes\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/custom-codes\\\/#listItem\",\"position\":3,\"name\":\"Custom Codes\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/custom-codes\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/customizing-courses\\\/#listItem\",\"name\":\"Customizing Courses\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/customizing-courses\\\/#listItem\",\"position\":4,\"name\":\"Customizing Courses\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/customizing-courses\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#listItem\",\"name\":\"How to Edit Lessons with ReadyLaunch\\u2122 and a Page Builder\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/custom-codes\\\/#listItem\",\"name\":\"Custom Codes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#listItem\",\"position\":5,\"name\":\"How to Edit Lessons with ReadyLaunch\\u2122 and a Page Builder\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/customizing-courses\\\/#listItem\",\"name\":\"Customizing Courses\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#authorImage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1787237640\",\"width\":96,\"height\":96,\"caption\":\"Nikola M\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/\",\"name\":\"How to Edit Lessons with ReadyLaunch\\u2122 and a Page Builder | MemberPress\",\"description\":\"MemberPress ReadyLaunch\\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\\u2122 for Courses Enable Extra\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T09:45:24-05:00\",\"dateModified\":\"2024-09-12T09:54:28-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"C\u00f3mo editar lecciones con ReadyLaunch\u2122 y un constructor de p\u00e1ginas | MemberPress","description":"MemberPress ReadyLaunch\u2122 despoja de Scripts y Estilos adicionales que est\u00e1n en cola por otros plugins y su tema. Esto es necesario para garantizar un aspecto limpio del aula. Si quieres editar tus lecciones y la vista general del curso con un constructor de p\u00e1ginas (como Elementor) tienes dos opciones. Desactivar ReadyLaunch\u2122 para Cursos Activar Extra","canonical_url":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#article","name":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress","headline":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder","author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-gKJ7KPeoJj.png","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#articleImage","width":394,"height":386},"datePublished":"2024-02-13T09:45:24-05:00","dateModified":"2024-09-12T09:54:28-04:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#webpage"},"articleSection":"Creating Courses, Customizing Courses, readylounch, vimeo video not displaying"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","position":2,"name":"Advanced Topics","item":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/#listItem","name":"Custom Codes"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/#listItem","position":3,"name":"Custom Codes","item":"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/#listItem","name":"Customizing Courses"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/#listItem","position":4,"name":"Customizing Courses","item":"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#listItem","name":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/#listItem","name":"Custom Codes"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#listItem","position":5,"name":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/#listItem","name":"Customizing Courses"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#authorImage","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1787237640","width":96,"height":96,"caption":"Nikola M"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#webpage","url":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/","name":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress","description":"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T09:45:24-05:00","dateModified":"2024-09-12T09:54:28-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"MemberPress","og:type":"article","og:title":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress","og:description":"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra","og:url":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T14:45:24+00:00","article:modified_time":"2024-09-12T13:54:28+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder | MemberPress","twitter:description":"MemberPress ReadyLaunch\u2122 strips out extra Scripts and Styles that are enqueued by other plugins and your theme. This is necessary to ensure a clean classroom look and feel. If you want to edit your lessons and course overview with a page builder (like Elementor) you have two options. Turn off ReadyLaunch\u2122 for Courses Enable Extra","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"62492","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-08-21 01:46:13","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-02-13 14:45:25","updated":"2026-08-21 01:46:13","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/\" title=\"Advanced Topics\">Advanced Topics<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/\" title=\"Custom Codes\">Custom Codes<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/\" title=\"Customizing Courses\">Customizing Courses<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHow to Edit Lessons with ReadyLaunch\u2122 and a Page Builder\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/es"},{"label":"Advanced Topics","link":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/"},{"label":"Custom Codes","link":"https:\/\/memberpress.com\/es\/doc-categories\/custom-codes\/"},{"label":"Customizing Courses","link":"https:\/\/memberpress.com\/es\/doc-categories\/customizing-courses\/"},{"label":"How to Edit Lessons with ReadyLaunch\u2122 and a Page Builder","link":"https:\/\/memberpress.com\/es\/docs\/how-to-edit-lessons-in-classroom-mode-with-a-page-builder\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=62492"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62492\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=62492"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=62492"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=62492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}