From 69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 16:19:29 -0500 Subject: dos2unix on all .php files, begin paring down admin page and site branding. --- .../class-astra-learndash-container-configs.php | 126 +++++++++--------- .../class-astra-learndash-sidebar-configs.php | 124 +++++++++--------- .../class-astra-learndash-general-configs.php | 144 ++++++++++----------- 3 files changed, 197 insertions(+), 197 deletions(-) (limited to 'inc/compatibility/learndash/customizer/sections') diff --git a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php index 9e0d704..218c477 100644 --- a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php +++ b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php @@ -1,63 +1,63 @@ - ASTRA_THEME_SETTINGS . '[learndash-content-layout]', - 'type' => 'control', - 'control' => 'ast-select', - 'section' => 'section-container-layout', - 'default' => astra_get_option( 'learndash-content-layout' ), - 'priority' => 68, - 'title' => __( 'LearnDash Layout', 'astra' ), - 'description' => __( 'Will be applied to All Single Courses, Topics, Lessons and Quizzes. Does not work on pages created with LearnDash shortcodes.', 'astra' ), - 'choices' => array( - 'default' => __( 'Default', 'astra' ), - 'boxed-container' => __( 'Boxed', 'astra' ), - 'content-boxed-container' => __( 'Content Boxed', 'astra' ), - 'plain-container' => __( 'Full Width / Contained', 'astra' ), - 'page-builder' => __( 'Full Width / Stretched', 'astra' ), - ), - ), - ); - - return array_merge( $configurations, $_configs ); - - } - } -} - -new Astra_Learndash_Container_Configs(); + ASTRA_THEME_SETTINGS . '[learndash-content-layout]', + 'type' => 'control', + 'control' => 'ast-select', + 'section' => 'section-container-layout', + 'default' => astra_get_option( 'learndash-content-layout' ), + 'priority' => 68, + 'title' => __( 'LearnDash Layout', 'astra' ), + 'description' => __( 'Will be applied to All Single Courses, Topics, Lessons and Quizzes. Does not work on pages created with LearnDash shortcodes.', 'astra' ), + 'choices' => array( + 'default' => __( 'Default', 'astra' ), + 'boxed-container' => __( 'Boxed', 'astra' ), + 'content-boxed-container' => __( 'Content Boxed', 'astra' ), + 'plain-container' => __( 'Full Width / Contained', 'astra' ), + 'page-builder' => __( 'Full Width / Stretched', 'astra' ), + ), + ), + ); + + return array_merge( $configurations, $_configs ); + + } + } +} + +new Astra_Learndash_Container_Configs(); diff --git a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php index 336afee..d1dc90f 100644 --- a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php +++ b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php @@ -1,62 +1,62 @@ - ASTRA_THEME_SETTINGS . '[learndash-sidebar-layout]', - 'type' => 'control', - 'control' => 'ast-select', - 'section' => 'section-sidebars', - 'divider' => array( 'ast_class' => 'ast-top-divider' ), - 'default' => astra_get_option( 'learndash-sidebar-layout' ), - 'priority' => 5, - 'title' => __( 'LearnDash', 'astra' ), - 'description' => __( 'This layout will apply on all single course, lesson, topic and quiz.', 'astra' ), - 'choices' => array( - 'default' => __( 'Default', 'astra' ), - 'no-sidebar' => __( 'No Sidebar', 'astra' ), - 'left-sidebar' => __( 'Left Sidebar', 'astra' ), - 'right-sidebar' => __( 'Right Sidebar', 'astra' ), - ), - ), - ); - - return array_merge( $configurations, $_configs ); - } - } -} - -new Astra_Learndash_Sidebar_Configs(); + ASTRA_THEME_SETTINGS . '[learndash-sidebar-layout]', + 'type' => 'control', + 'control' => 'ast-select', + 'section' => 'section-sidebars', + 'divider' => array( 'ast_class' => 'ast-top-divider' ), + 'default' => astra_get_option( 'learndash-sidebar-layout' ), + 'priority' => 5, + 'title' => __( 'LearnDash', 'astra' ), + 'description' => __( 'This layout will apply on all single course, lesson, topic and quiz.', 'astra' ), + 'choices' => array( + 'default' => __( 'Default', 'astra' ), + 'no-sidebar' => __( 'No Sidebar', 'astra' ), + 'left-sidebar' => __( 'Left Sidebar', 'astra' ), + 'right-sidebar' => __( 'Right Sidebar', 'astra' ), + ), + ), + ); + + return array_merge( $configurations, $_configs ); + } + } +} + +new Astra_Learndash_Sidebar_Configs(); diff --git a/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php b/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php index 5a3b019..a6af15a 100644 --- a/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php +++ b/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php @@ -1,72 +1,72 @@ - ASTRA_THEME_SETTINGS . '[learndash-lesson-serial-number]', - 'section' => 'section-learndash', - 'type' => 'control', - 'control' => 'ast-toggle-control', - 'default' => astra_get_option( 'learndash-lesson-serial-number' ), - 'title' => __( 'Display Serial Number', 'astra' ), - 'priority' => 25, - 'divider' => array( - 'ast_class' => 'ast-top-divider', - 'ast_title' => __( 'Course Content Table', 'astra' ), - ), - ), - - /** - * Option: Differentiate Rows - */ - array( - 'name' => ASTRA_THEME_SETTINGS . '[learndash-differentiate-rows]', - 'default' => astra_get_option( 'learndash-differentiate-rows' ), - 'type' => 'control', - 'control' => 'ast-toggle-control', - 'section' => 'section-learndash', - 'title' => __( 'Differentiate Rows', 'astra' ), - 'priority' => 30, - ), - ); - - return array_merge( $configurations, $_configs ); - - } - } -} - -new Astra_Learndash_General_Configs(); + ASTRA_THEME_SETTINGS . '[learndash-lesson-serial-number]', + 'section' => 'section-learndash', + 'type' => 'control', + 'control' => 'ast-toggle-control', + 'default' => astra_get_option( 'learndash-lesson-serial-number' ), + 'title' => __( 'Display Serial Number', 'astra' ), + 'priority' => 25, + 'divider' => array( + 'ast_class' => 'ast-top-divider', + 'ast_title' => __( 'Course Content Table', 'astra' ), + ), + ), + + /** + * Option: Differentiate Rows + */ + array( + 'name' => ASTRA_THEME_SETTINGS . '[learndash-differentiate-rows]', + 'default' => astra_get_option( 'learndash-differentiate-rows' ), + 'type' => 'control', + 'control' => 'ast-toggle-control', + 'section' => 'section-learndash', + 'title' => __( 'Differentiate Rows', 'astra' ), + 'priority' => 30, + ), + ); + + return array_merge( $configurations, $_configs ); + + } + } +} + +new Astra_Learndash_General_Configs(); -- cgit v1.2.3-60-g2f50