'panel-layout', 'type' => 'panel', 'priority' => 10, 'title' => __( 'Layout', 'astra' ), ), array( 'name' => 'section-site-layout', 'type' => 'section', 'priority' => 5, 'title' => __( 'Site Layout', 'astra' ), 'panel' => 'panel-layout', ), array( 'name' => 'section-container-layout', 'type' => 'section', 'priority' => 10, 'title' => __( 'Container', 'astra' ), 'panel' => 'panel-layout', 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '
' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Site Layout Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/site-layout-overview/', 'customizer', 'site-layout', 'helpful-information' ), ), ), array( 'text' => __( 'Container Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/container-overview/', 'customizer', 'container', 'helpful-information' ), ), ), ), ) ), ), /* * Header section * * @since 1.4.0 */ array( 'name' => 'section-header-group', 'type' => 'section', 'priority' => 20, 'title' => __( 'Header', 'astra' ), 'panel' => 'panel-layout', ), /* * Update the Site Identity section inside Layout -> Header * * @since 1.4.0 */ array( 'name' => 'title_tagline', 'type' => 'section', 'priority' => 5, 'title' => __( 'Site Identity', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-header-group', 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Site Identity Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/site-identity-free/', 'customizer', 'site-identity', 'helpful-information' ), ), ), ), ) ), ), /* * Update the Primary Header section * * @since 1.4.0 */ array( 'name' => 'section-header', 'type' => 'section', 'priority' => 15, 'title' => __( 'Primary Header', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-header-group', 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Primary Header Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/header-overview/', 'customizer', 'primary-header', 'helpful-information' ), ), ), ), ) ), ), /* * Mobile Header section * * @since 1.4.0 */ array( 'name' => 'section-mobile-header', 'type' => 'section', 'priority' => 40, 'title' => __( 'Menu Breakpoint', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-header-group', ), array( 'name' => 'section-footer-group', 'type' => 'section', 'title' => __( 'Footer', 'astra' ), 'panel' => 'panel-layout', 'priority' => 55, ), /** * Footer Widgets Section */ array( 'name' => 'section-footer-adv', 'type' => 'section', 'title' => __( 'Footer Widgets', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-footer-group', 'priority' => 5, ), array( 'name' => 'section-footer-small', 'type' => 'section', 'title' => __( 'Footer Bar', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-footer-group', 'priority' => 10, 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Footer Bar Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/footer-bar/', 'customizer', 'footer-bar', 'helpful-information' ), ), ), ), ) ), ), array( 'name' => 'section-blog-group', 'type' => 'section', 'priority' => 40, 'title' => __( 'Blog', 'astra' ), 'panel' => 'panel-layout', ), array( 'name' => 'section-blog', 'type' => 'section', 'priority' => 5, 'title' => __( 'Blog / Archive', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-blog-group', ), array( 'name' => 'section-blog-single', 'type' => 'section', 'priority' => 10, 'title' => __( 'Single Post', 'astra' ), 'panel' => 'panel-layout', 'section' => 'section-blog-group', ), array( 'name' => 'section-sidebars', 'type' => 'section', 'priority' => 50, 'title' => __( 'Sidebar', 'astra' ), 'panel' => 'panel-layout', 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Sidebar Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/sidebar-free/', 'customizer', 'sidebar', 'helpful-information' ), ), ), ), ) ), ), /** * Colors Panel */ array( 'name' => 'panel-colors-background', 'type' => 'panel', 'priority' => 15, 'title' => __( 'Colors & Background', 'astra' ), 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Colors & Background Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/colors-background/', 'customizer', 'colors-background', 'helpful-information' ), ), ), ), ) ), ), array( 'name' => 'section-colors-body', 'type' => 'section', 'title' => __( 'Base Colors', 'astra' ), 'panel' => 'panel-colors-background', 'priority' => 1, ), array( 'name' => 'section-colors-footer', 'type' => 'section', 'title' => __( 'Footer Bar', 'astra' ), 'panel' => 'panel-colors-background', 'priority' => 60, 'description_hidden' => true, ), array( 'name' => 'section-footer-adv-color-bg', 'type' => 'section', 'title' => __( 'Footer Widgets', 'astra' ), 'panel' => 'panel-colors-background', 'priority' => 55, ), /** * Typography Panel */ array( 'name' => 'panel-typography', 'type' => 'panel', 'title' => __( 'Typography', 'astra' ), 'priority' => 20, 'description_hidden' => true, 'description' => $this->section_get_description( array( 'description' => '' . __( 'Helpful Information', 'astra' ) . '
', 'links' => array( array( 'text' => __( 'Typography Overview', 'astra' ) . ' »', 'attrs' => array( 'href' => astra_get_pro_url( 'https://wpastra.com/docs/typography-free/', 'customizer', 'typography', 'helpful-information' ), ), ), ), ) ), ), array( 'name' => 'section-body-typo', 'type' => 'section', 'title' => __( 'Base Typography', 'astra' ), 'panel' => 'panel-typography', 'priority' => 1, ), array( 'name' => 'section-content-typo', 'type' => 'section', 'title' => __( 'Content', 'astra' ), 'panel' => 'panel-typography', 'priority' => 35, ), array( 'name' => 'section-primary-header-typo', 'type' => 'section', 'title' => __( 'Primary Header', 'astra' ), 'panel' => 'panel-typography', 'priority' => 21, ), array( 'name' => 'section-blog-typo-group', 'type' => 'section', 'priority' => 40, 'title' => __( 'Blog', 'astra' ), 'panel' => 'panel-typography', ), array( 'name' => 'section-archive-typo', 'type' => 'section', 'priority' => 5, 'title' => __( 'Blog / Archive', 'astra' ), 'panel' => 'panel-typography', 'section' => 'section-blog-typo-group', ), array( 'name' => 'section-single-typo', 'type' => 'section', 'priority' => 10, 'title' => __( 'Single Post', 'astra' ), 'panel' => 'panel-typography', 'section' => 'section-blog-typo-group', ), /** * Buttons Section */ array( 'name' => 'section-buttons', 'type' => 'section', 'priority' => 50, 'title' => __( 'Buttons', 'astra' ), ), /** * Widget Areas Section */ array( 'name' => 'section-widget-areas', 'type' => 'section', 'priority' => 55, 'title' => __( 'Widget Areas', 'astra' ), ), ); $typography_header = apply_filters( 'astra_customizer_primary_header_typo', array( 'name' => 'section-primary-header-typo', 'type' => 'section', 'title' => __( 'Primary Header', 'astra' ), 'panel' => 'panel-typography', 'priority' => 21, ) ); array_push( $configs, $typography_header ); return array_merge( $configurations, $configs ); } } } /** * Kicking this off by calling 'get_instance()' method */ new Astra_Customizer_Register_Sections_Panels;