Changeset 299461
- Timestamp:
- 11/20/2025 12:36:55 PM (4 days ago)
- Location:
- business-school/0.4
- Files:
-
- 2 added
- 13 edited
- 1 copied
-
. (copied) (copied from business-school/0.3.9)
-
404.php (modified) (1 diff)
-
css/addon.css (modified) (16 diffs)
-
css/default.css (modified) (2 diffs)
-
functions.php (modified) (2 diffs)
-
images/bundle.png (added)
-
images/image_1.webp (added)
-
inc/addon.php (modified) (8 diffs)
-
inc/color-scheme/custom-color-control.php (modified) (2 diffs)
-
inc/custom-header.php (modified) (1 diff)
-
inc/customizer.php (modified) (7 diffs)
-
inc/demo-content.php (modified) (1 diff)
-
languages/business-school.pot (modified) (13 diffs)
-
readme.txt (modified) (2 diffs)
-
single.php (modified) (3 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
business-school/0.4/404.php
r273783 r299461 20 20 <?php echo esc_html(get_theme_mod('business_school_page_not_found_content',__( 'Looks like you have taken a wrong turn.....Don\'t worry... it happens to the best of us.', 'business-school' ))); ?> 21 21 </p> 22 <?php if( get_theme_mod('business_school_page_not_found_btn','Homepage') != ''){ ?> 23 <div class="not-found-btn mt-3 mb-4 mx-0"> 24 <a href="<?php echo esc_url( home_url() ); ?>" class="button py-2 px-3"><?php echo esc_html(get_theme_mod('business_school_page_not_found_btn',__('Homepage','business-school')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('business_school_page_not_found_btn',__('Homepage','business-school')));?></span></a> 25 </div> 26 <?php } ?> 22 27 </div> 23 28 </section> -
business-school/0.4/css/addon.css
r288189 r299461 27 27 .themelink strong { 28 28 display: block; 29 margin-bottom: 1 0px;29 margin-bottom: 15px; 30 30 font-weight: 700; 31 31 font-size: 16px; 32 32 color: #707070; 33 padding-top: 20px; 33 34 } 34 35 .themelink a, .themelink-1 a { … … 45 46 font-size: 14px; 46 47 box-shadow: 0px 0px 20px #0000005C; 48 width: 130px; 47 49 } 48 50 .themelink-1 a{ … … 74 76 flex-wrap: wrap; 75 77 border-radius: 15px; 76 width: 100%;77 78 text-align: center; 78 79 box-shadow: 0px 3px 6px #00000029; 79 80 border: 1px solid #707070; 81 padding: 3em 2.5em !important; 80 82 } 81 83 .section a{ … … 83 85 margin-right: 10px; 84 86 padding: 12px 45px; 87 width: auto; 85 88 } 86 89 /* Clearing Floats */ … … 107 110 .theme-info-wrap .columns-wrapper .column-half { 108 111 width: 50%; 109 112 } 113 .theme-info-wrap .columns-wrapper .column-border{ 114 border-right: 1px solid #787878; 115 } 116 .theme-info-wrap .columns-wrapper .column-padding{ 117 padding-left: 2em; 110 118 } 111 119 .theme-info-wrap .columns-wrapper .column-third { … … 179 187 } 180 188 .important-link .column{ 181 padding: 1.9em 3.5em !important;189 /* padding: 2.5em !important; */ 182 190 } 183 191 .important-link hr, .important-link .themelink{ … … 187 195 width: 90%; 188 196 color: #707070; 189 } 190 .theme-demo .demo-import{ 197 border: 1px solid #787878; 198 } 199 .theme-demo .demo-import, .bundle-info{ 191 200 background-image: linear-gradient(to right, #4734C0, #8371F6); 192 201 border-radius: 15px; … … 195 204 position: relative; 196 205 box-shadow: 0px 3px 6px #00000029; 197 height: 412px; 198 overflow-y: auto; 206 height: 437px; 207 display: flex; 208 flex-direction: column; 209 justify-content: space-between; 210 } 211 .theme-demo .demo-import .theme-offer .view-site-btn + ul { 212 display: none; 213 } 214 .demo-import .plugin-notice{ 215 height: 78px; 216 overflow-y: auto; 199 217 } 200 218 .theme-demo .demo-import ul{ … … 298 316 align-items: center; 299 317 gap: 5px; 318 margin-bottom: 40px; 300 319 } 301 320 .wrapper-info img { … … 503 522 padding: 20px; 504 523 gap: 40px; 524 order: -1; 525 align-items: center; 505 526 } 506 527 .notice-get-started-class .admin-content { … … 514 535 text-shadow: none; 515 536 } 516 .notice-get-started-class .admin-content h1 { 537 .notice-get-started-class .admin-content h2 { 538 font-size: 23px; 517 539 font-weight: 700; 518 540 line-height: 1.3; … … 530 552 } 531 553 .notice-get-started-class .admin-image img{ 532 height: 154px;554 height: 240px; 533 555 width: 100%; 534 556 max-width: 320px; … … 538 560 border: 2px solid #ddd; 539 561 border-radius: 4px; 562 } 563 .notice-get-started-class .admin-bundle-image img{ 564 height: 280px; 540 565 } 541 566 .notice-get-started-class .button-group.button-hero .button, .wp-core-ui .button.button-hero { … … 576 601 box-shadow: none; 577 602 } 603 /* Bundle Info */ 604 .bundle-info .bundle-image{ 605 border-radius: unset !important; 606 box-shadow: unset !important; 607 border: unset !important; 608 } 609 .bundle-info h3{ 610 font-size: 24px; 611 text-transform: capitalize; 612 color: #FFFFFF; 613 margin-bottom: 10px; 614 } 615 .bundle-info b{ 616 font-size: 15px; 617 font-weight: 400; 618 margin: 20px 0; 619 } 620 .bundle-info a{ 621 width: 175px; 622 margin: auto; 623 padding: 10px; 624 margin-top: 15px; 625 transition: transform 0.3s ease-in-out; 626 } 627 .bundle-info a:hover{ 628 transform: scale(1.2); 629 } 630 .bundle-info a:hover { 631 transform: scale(1.1); 632 } 633 634 .bundle-info .bundle-content{ 635 padding: 0px 30px; 636 } 637 .bundle-info .themelink{ 638 margin-bottom: 35px; 639 margin-top: unset; 640 } 641 .bundle-info a:hover{ 642 background-image: linear-gradient(to right, #04B866, #1BE800); 643 } 644 @media screen and (max-width: 1400px) and (min-width: 991px){ 645 .theme-demo .demo-import, .bundle-info{ 646 height: auto; 647 } 648 .start-box .button-large{ 649 padding: unset; 650 } 651 .bundle-info a{ 652 width: 90px; 653 } 654 } 578 655 @media screen and (max-width: 1300px) { 579 656 .notice-get-started-class .admin-content > div { … … 598 675 599 676 } 600 .important-link {601 display: grid;602 padding-right: 0px !important;603 }604 677 .theme-info-wrap .columns-wrapper .column{ 605 padding-right: 10px;678 padding-right: unset; 606 679 } 607 680 .columns-wrapper .column-first hr{ … … 611 684 margin: 20px 0; 612 685 } 686 .theme-info-wrap .columns-wrapper .column-border{ 687 border: unset; 688 } 689 .theme-info-wrap .columns-wrapper .column-padding{ 690 padding-left: unset; 691 } 692 .bundle-info{ 693 margin-top: 20px; 694 } 695 .theme-demo .demo-import, .bundle-info{ 696 height: auto; 697 } 613 698 } -
business-school/0.4/css/default.css
r288189 r299461 209 209 padding: 10px; 210 210 } 211 211 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del{ 212 margin-right: 6px; 213 display: inline-flex; 214 } 212 215 li.wc-block-grid__product{ 213 216 border: 1px solid #dcdcdc; … … 440 443 margin: 30px 0 40px 0; 441 444 } 445 .error404 .page-not-found .not-found-btn{ 446 background-color: var(--first-theme-color); 447 display: inline-flex; 448 padding: 5px; 449 border-radius: 5px; 450 } 451 .error404 .page-not-found .not-found-btn:hover{ 452 background-color: var(--second-theme-color); 453 } 454 .error404 .page-not-found .not-found-btn a{ 455 color: #fff; 456 text-decoration: none; 457 font-size: 16px; 458 font-weight: 600; 459 } -
business-school/0.4/functions.php
r288189 r299461 318 318 </div> 319 319 <div class="admin-content" > 320 <h1><?php printf( esc_html__( 'Welcome to %1$s %2$s', 'business-school' ), esc_html($business_school_theme->get( 'Name' )), esc_html($business_school_theme->get( 'Version' ))); ?> 320 <h1><?php 321 /* translators: 1: Theme name, 2: Theme version. */ 322 printf( esc_html__( 'Welcome to %1$s %2$s', 'business-school' ), esc_html($business_school_theme->get( 'Name' )), esc_html($business_school_theme->get( 'Version' ))); ?> 321 323 </h1> 322 324 <p><?php _e('Get Started With Theme By Clicking On Getting Started.', 'business-school'); ?></p> … … 328 330 </div> 329 331 </div> 332 <div class="admin-bundle-image"> 333 <a href="<?php echo esc_url( BUSINESS_SCHOOL_BUNDLE_PAGE ); ?>" target="_blank"><img src="<?php echo esc_url(get_stylesheet_directory_uri()) .'/images/image_1.webp'; ?>" /></a> 334 </div> 330 335 </div> 331 336 <?php } -
business-school/0.4/inc/addon.php
r288189 r299461 14 14 $business_school_theme = wp_get_theme(); 15 15 add_theme_page( 16 /* translators: 1: Theme name. */ 16 17 sprintf( esc_html__( 'Welcome to %1$s', 'business-school' ), $business_school_theme->get( 'Name' )), 17 18 esc_html__( 'Theme Demo Import', 'business-school' ), … … 52 53 </div> 53 54 </div> 54 <div class="column column- firstclearfix">55 <div class="column column-half clearfix"> 55 56 <div class="important-link"> 56 57 <div class="main-box columns-wrapper clearfix"> 57 <div class="themelink column column-third clearfix"> 58 <p><strong><?php esc_html_e( 'Pro version of our theme', 'business-school' ); ?></strong></p> 59 <p><?php esc_html_e( 'Are you excited for our theme? Then we will proceed for pro version of theme.', 'business-school' ); ?></p> 60 <a class="get-premium" href="<?php echo esc_url( BUSINESS_SCHOOL_PREMIUM_PAGE ); ?>" target="_blank"> 61 <?php esc_html_e( 'Go To Premium', 'business-school' ); ?> 58 59 <div class="themelink column column-half column-border clearfix"> 60 <p><strong><?php esc_html_e( 'Free Theme Documentation', 'business-school' ); ?></strong></p> 61 <p><?php esc_html_e( 'Need more details? Please check our full documentation for detailed theme setup.', 'business-school' ); ?></p> 62 <a href="<?php echo esc_url( BUSINESS_SCHOOL_THEME_DOCUMENTATION ); ?>" target="_blank"> 63 <?php esc_html_e( 'Documentation', 'business-school' ); ?> 62 64 </a> 63 65 </div> 64 66 65 <div class="themelink column column- thirdclearfix">67 <div class="themelink column column-half column-padding clearfix"> 66 68 <p><strong><?php esc_html_e( 'Need Help?', 'business-school' ); ?></strong></p> 67 69 <p><?php esc_html_e( 'Go to our support forum to help you out in case of queries and doubts regarding our theme.', 'business-school' ); ?></p> … … 70 72 </a> 71 73 </div> 72 73 <div class="themelink column column-third clearfix">74 <p><strong><?php esc_html_e( 'Check Our Demo', 'business-school' ); ?></strong></p>75 <p><?php esc_html_e( 'Here, you can view a live demonstration of our premium theme.', 'business-school' ); ?></p>76 <a href="<?php echo esc_url( BUSINESS_SCHOOL_PRO_DEMO ); ?>" target="_blank">77 <?php esc_html_e( 'Premium Demo', 'business-school' ); ?>78 </a>79 </div>80 74 </div> 81 75 <hr> 82 76 <div class="main-box columns-wrapper clearfix"> 83 <div class="themelink column column-third clearfix"> 84 <p><strong><?php esc_html_e( 'Check all classic features', 'business-school' ); ?></strong></p> 85 <p><?php esc_html_e( 'Explore all our 90+ Premium Themes Collections', 'business-school' ); ?></p> 86 <a href="<?php echo esc_url( BUSINESS_SCHOOL_THEME_PAGE ); ?>" target="_blank"> 87 <?php esc_html_e( 'Theme Page', 'business-school' ); ?> 77 78 <div class="themelink column column-half column-border clearfix"> 79 <p><strong><?php esc_html_e( 'Pro version of our theme', 'business-school' ); ?></strong></p> 80 <p><?php esc_html_e( 'Are you excited for our theme? Then we will proceed for pro version of theme.', 'business-school' ); ?></p> 81 <a class="get-premium" href="<?php echo esc_url( BUSINESS_SCHOOL_PREMIUM_PAGE ); ?>" target="_blank"> 82 <?php esc_html_e( 'Get Premium', 'business-school' ); ?> 88 83 </a> 89 84 </div> 90 85 91 <div class="themelink column column- thirdclearfix">86 <div class="themelink column column-half column-padding clearfix"> 92 87 <p><strong><?php esc_html_e( 'Leave us a review', 'business-school' ); ?></strong></p> 93 88 <p><?php esc_html_e( 'Are you enjoying our theme? We would love to hear your feedback.', 'business-school' ); ?></p> … … 97 92 </div> 98 93 99 <div class="themelink column column-third clearfix"> 100 <p><strong><?php esc_html_e( 'Theme Documentation', 'business-school' ); ?></strong></p> 101 <p><?php esc_html_e( 'Need more details? Please check our full documentation for detailed theme setup.', 'business-school' ); ?></p> 102 <a href="<?php echo esc_url( BUSINESS_SCHOOL_THEME_DOCUMENTATION ); ?>" target="_blank"> 103 <?php esc_html_e( 'Documentation', 'business-school' ); ?> 104 </a> 105 </div> 94 </div> 95 </div> 96 </div> 97 <div class="column column-quarter clearfix start-box"> 98 <div class="bundle-info"> 99 <img src="<?php echo esc_url( get_template_directory_uri().'/images/bundle.png'); ?>" alt="<?php echo esc_attr( 'screenshot', 'business-school'); ?>" class="bundle-image"/> 100 <div class="bundle-content themelink"> 101 <h3><?php esc_html_e( 'WordPress Theme Bundle', 'business-school' ); ?></h3> 102 <small><b><?php esc_html_e( 'Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!', 'business-school' ); ?></small></b> 103 <a class="get-premium" href="<?php echo esc_url( BUSINESS_SCHOOL_BUNDLE_PAGE ); ?>" target="_blank"> 104 <?php esc_html_e( 'Get Bundle at 20% OFF', 'business-school' ); ?> 105 </a> 106 106 </div> 107 107 </div> … … 110 110 <div id="getting-started"> 111 111 <div class="section"> 112 <h3><?php printf( esc_html__( 'Getting started with %s', 'business-school' ), 112 <h3><?php 113 /* translators: %s: Theme name. */ 114 printf( esc_html__( 'Getting started with %s', 'business-school' ), 113 115 esc_html($business_school_theme->get( 'Name' ))); ?></h3> 114 116 <div class="columns-wrapper clearfix"> … … 118 120 <a class="" href="<?php echo esc_url( BUSINESS_SCHOOL_PREMIUM_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Get Premium', 'business-school' ); ?></a> 119 121 <a href="<?php echo esc_url( BUSINESS_SCHOOL_PRO_DEMO ); ?>" target="_blank"><?php esc_html_e( 'View Demo', 'business-school' ); ?></a> 120 <a class="get-premium" href="<?php echo esc_url( BUSINESS_SCHOOL_BUNDLE_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Bundle of 90+ Themes at $99', 'business-school' ); ?></a>122 <a class="get-premium" href="<?php echo esc_url( BUSINESS_SCHOOL_BUNDLE_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Bundle of 100+ Themes at $99', 'business-school' ); ?></a> 121 123 </div> 122 124 <div class="theme-description-1"><?php echo esc_html($business_school_theme->get( 'Description' )); ?></div> … … 124 126 </div> 125 127 <div class="column column-half clearfix"> 126 <img src="<?php echo esc_url( $business_school_theme->get_screenshot() ); ?>" alt=" "/>128 <img src="<?php echo esc_url( $business_school_theme->get_screenshot() ); ?>" alt="<?php echo esc_attr( 'screenshot', 'business-school'); ?>"/> 127 129 </div> 128 130 </div> … … 132 134 <div id="theme-author"> 133 135 <p><?php 136 /* translators: 1: Theme name, 2: Author name, 3: Call to action text. */ 134 137 printf( esc_html__( '%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)', 'business-school' ), 135 138 esc_html($business_school_theme->get( 'Name' )), -
business-school/0.4/inc/color-scheme/custom-color-control.php
r288189 r299461 73 73 $business_school_color_scheme_css .='}'; 74 74 } 75 76 /*--------------------------- Blog Post Page Image Box Shadow -------------------*/77 78 $business_school_blog_post_page_image_box_shadow = get_theme_mod('business_school_blog_post_page_image_box_shadow',0);79 if($business_school_blog_post_page_image_box_shadow != false){80 $business_school_color_scheme_css .='.blog-post .post-thumb img{';81 $business_school_color_scheme_css .='box-shadow: '.esc_attr($business_school_blog_post_page_image_box_shadow).'px '.esc_attr($business_school_blog_post_page_image_box_shadow).'px '.esc_attr($business_school_blog_post_page_image_box_shadow).'px #cccccc;';82 $business_school_color_scheme_css .='}';83 }84 85 /*--------------------------- Single Post Page Image Box Shadow -------------------*/86 87 $business_school_single_post_page_image_box_shadow = get_theme_mod('business_school_single_post_page_image_box_shadow',0);88 if($business_school_single_post_page_image_box_shadow != false){89 $business_school_color_scheme_css .='.single-post img{';90 $business_school_color_scheme_css .='box-shadow: '.esc_attr($business_school_single_post_page_image_box_shadow).'px '.esc_attr($business_school_single_post_page_image_box_shadow).'px '.esc_attr($business_school_single_post_page_image_box_shadow).'px #cccccc;';91 $business_school_color_scheme_css .='}';92 }93 75 94 76 /*--------------------------- Woocommerce Product Sale Position -------------------*/ … … 167 149 $business_school_color_scheme_css .='}'; 168 150 } 151 152 /*--------------------------- Menu Typography -------------------*/ 153 154 $business_school_theme_lay = get_theme_mod( 'business_school_menu_text_transform','Capitalize'); 155 if($business_school_theme_lay == 'Uppercase'){ 156 $business_school_color_scheme_css .='.main-nav a{'; 157 $business_school_color_scheme_css .='text-transform: uppercase;'; 158 $business_school_color_scheme_css .='}'; 159 }else if($business_school_theme_lay == 'Lowercase'){ 160 $business_school_color_scheme_css .='.main-nav a{'; 161 $business_school_color_scheme_css .='text-transform: lowercase;'; 162 $business_school_color_scheme_css .='}'; 163 } 164 else if($business_school_theme_lay == 'Capitalize'){ 165 $business_school_color_scheme_css .='.main-nav a{'; 166 $business_school_color_scheme_css .='text-transform: capitalize;'; 167 $business_school_color_scheme_css .='}'; 168 } -
business-school/0.4/inc/custom-header.php
r255421 r299461 63 63 } 64 64 65 .copywrap, .copywrap p, .copywrap p a {66 color: <?php echo esc_attr(get_theme_mod('business_school_footercoypright_color')); ?> !important;67 }68 65 #footer h3 { 69 66 color: <?php echo esc_attr(get_theme_mod('business_school_footertitle_color')); ?> !important; 70 67 71 }72 #footer p {73 color: <?php echo esc_attr(get_theme_mod('business_school_footerdescription_color')); ?>;74 68 } 75 69 #footer ul li a { -
business-school/0.4/inc/customizer.php
r288189 r299461 527 527 )); 528 528 529 // Menu Text Transform 530 $wp_customize->add_setting( 'business_school_menu_text_transform', array( 531 'default' => 'Capitalize', 532 'transport' => 'refresh', 533 'sanitize_callback' => 'business_school_sanitize_choices' 534 )); 535 536 $wp_customize->add_control( 'business_school_menu_text_transform', array( 537 'label' => __( 'Menu Text Transform', 'business-school' ), 538 'section' => 'business_school_header_section', 539 'type' => 'select', 540 'choices' => array( 541 'None' => __( 'None', 'business-school' ), 542 'Capitalize' => __( 'Capitalize', 'business-school' ), 543 'Uppercase' => __( 'Uppercase', 'business-school' ), 544 'Lowercase' => __( 'Lowercase', 'business-school' ), 545 ), 546 )); 547 529 548 $wp_customize->add_setting( 'business_school_social_upgraded_features',array( 530 549 'sanitize_callback' => 'sanitize_text_field' … … 815 834 )); 816 835 817 $wp_customize->add_setting( 'business_school_blog_post_page_image_box_shadow', array(818 'default' => '0',819 'transport' => 'refresh',820 'sanitize_callback' => 'business_school_sanitize_integer'821 ) );822 $wp_customize->add_control(new Business_School_Slider_Custom_Control( $wp_customize, 'business_school_blog_post_page_image_box_shadow',array(823 'label' => esc_html__('Blog Page Image Box Shadow','business-school'),824 'section'=> 'business_school_blog_post_settings',825 'settings'=>'business_school_blog_post_page_image_box_shadow',826 'input_attrs' => array(827 'step' => 1,828 'min' => 0,829 'max' => 100,830 ),831 )));832 833 836 $wp_customize->add_setting( 'business_school_post_settings_upgraded_features',array( 834 837 'sanitize_callback' => 'sanitize_text_field' … … 847 850 'panel' => 'business_school_panel_area' 848 851 )); 849 850 $wp_customize->add_setting( 'business_school_single_page_breadcrumb',array(851 'default' => true,852 'sanitize_callback' => 'business_school_sanitize_checkbox',853 ));854 $wp_customize->add_control('business_school_single_page_breadcrumb',array(855 'section' => 'business_school_single_post_settings',856 'label' => __( 'Check To Enable Breadcrumb','business-school' ),857 'type' => 'checkbox'858 ));859 852 860 853 $wp_customize->add_setting('business_school_single_post_date',array( … … 924 917 )); 925 918 926 $wp_customize->add_setting( 'business_school_single_post_page_image_box_shadow', array(927 'default' => '0',928 'transport' => 'refresh',929 'sanitize_callback' => 'business_school_sanitize_integer'930 ));931 $wp_customize->add_control(new Business_School_Slider_Custom_Control( $wp_customize, 'business_school_single_post_page_image_box_shadow',array(932 'label' => esc_html__('Single Post Image Box Shadow','business-school'),933 'section'=> 'business_school_single_post_settings',934 'settings'=>'business_school_single_post_page_image_box_shadow',935 'input_attrs' => array(936 'step' => 1,937 'min' => 0,938 'max' => 100,939 ),940 )));941 919 942 920 $wp_customize->add_setting( 'business_school_single_post_settings_upgraded_features',array( … … 1002 980 'section'=> 'business_school_page_not_found', 1003 981 'type'=> 'text' 982 )); 983 984 $wp_customize->add_setting('business_school_page_not_found_btn',array( 985 'default' => 'Homepage', 986 'sanitize_callback' => 'sanitize_text_field', 987 'capability' => 'edit_theme_options', 988 )); 989 $wp_customize->add_control( 'business_school_page_not_found_btn', array( 990 'settings' => 'business_school_page_not_found_btn', 991 'section' => 'business_school_page_not_found', 992 'label' => __('404 Button', 'business-school'), 993 'type' => 'text' 1004 994 )); 1005 995 … … 1090 1080 )); 1091 1081 1092 // footer coypright color1093 $wp_customize->add_setting('business_school_footercoypright_color',array(1094 'default' => '',1095 'sanitize_callback' => 'business_school_sanitize_hex_color',1096 'capability' => 'edit_theme_options',1097 ));1098 $wp_customize->add_control( 'business_school_footercoypright_color', array(1099 'settings' => 'business_school_footercoypright_color',1100 'section' => 'business_school_footer',1101 'label' => __('Coypright Color', 'business-school'),1102 'type' => 'color'1103 ));1104 1105 1082 // footer bg color 1106 1083 $wp_customize->add_setting('business_school_footerbg_color',array( … … 1126 1103 'section' => 'business_school_footer', 1127 1104 'label' => __('Title Color', 'business-school'), 1128 'type' => 'color'1129 ));1130 1131 // footer description color1132 $wp_customize->add_setting('business_school_footerdescription_color',array(1133 'default' => '',1134 'sanitize_callback' => 'business_school_sanitize_hex_color',1135 'capability' => 'edit_theme_options',1136 ));1137 $wp_customize->add_control( 'business_school_footerdescription_color', array(1138 'settings' => 'business_school_footerdescription_color',1139 'section' => 'business_school_footer',1140 'label' => __('Description Color', 'business-school'),1141 1105 'type' => 'color' 1142 1106 )); -
business-school/0.4/inc/demo-content.php
r288189 r299461 22 22 // POST and update the customizer and other related data of Business School 23 23 if ( isset( $_POST['submit'] ) ) { 24 25 // Check if Classic Blog Grid plugin is installed 26 if (!is_plugin_active('classic-blog-grid/classic-blog-grid.php')) { 27 // Plugin slug and file path for Classic Blog Grid 28 $business_school_plugin_slug = 'classic-blog-grid'; 29 $business_school_plugin_file = 'classic-blog-grid/classic-blog-grid.php'; 30 31 // Check if Classic Blog Grid is installed and activated 32 if ( ! is_plugin_active( $business_school_plugin_file ) ) { 33 34 // Check if Classic Blog Grid is installed 35 $business_school_installed_plugins = get_plugins(); 36 if ( ! isset( $business_school_installed_plugins[ $business_school_plugin_file ] ) ) { 37 38 // Include necessary files to install plugins 39 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 40 include_once( ABSPATH . 'wp-admin/includes/file.php' ); 41 include_once( ABSPATH . 'wp-admin/includes/misc.php' ); 42 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); 43 44 // Download and install Classic Blog Grid 45 $business_school_upgrader = new Plugin_Upgrader(); 46 $business_school_upgrader->install( 'https://downloads.wordpress.org/plugin/classic-blog-grid.latest-stable.zip' ); 24 echo '<div class="plugin-notice">'; 25 // Check if Classic Blog Grid plugin is installed 26 if (!is_plugin_active('classic-blog-grid/classic-blog-grid.php')) { 27 // Plugin slug and file path for Classic Blog Grid 28 $business_school_plugin_slug = 'classic-blog-grid'; 29 $business_school_plugin_file = 'classic-blog-grid/classic-blog-grid.php'; 30 31 // Check if Classic Blog Grid is installed and activated 32 if ( ! is_plugin_active( $business_school_plugin_file ) ) { 33 34 // Check if Classic Blog Grid is installed 35 $business_school_installed_plugins = get_plugins(); 36 if ( ! isset( $business_school_installed_plugins[ $business_school_plugin_file ] ) ) { 37 38 // Include necessary files to install plugins 39 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 40 include_once( ABSPATH . 'wp-admin/includes/file.php' ); 41 include_once( ABSPATH . 'wp-admin/includes/misc.php' ); 42 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); 43 44 // Download and install Classic Blog Grid 45 $business_school_upgrader = new Plugin_Upgrader(); 46 $business_school_upgrader->install( 'https://downloads.wordpress.org/plugin/classic-blog-grid.latest-stable.zip' ); 47 } 48 49 // Activate the Classic Blog Grid plugin after installation (if needed) 50 activate_plugin( $business_school_plugin_file ); 47 51 } 48 49 // Activate the Classic Blog Grid plugin after installation (if needed) 50 activate_plugin( $business_school_plugin_file ); 51 } 52 } 53 52 } 53 echo '</div>'; 54 54 // ------- Create Main Menu -------- 55 55 $business_school_menuname = 'Primary Menu'; -
business-school/0.4/languages/business-school.pot
r288189 r299461 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Business School 0.3. 7\n"5 "Project-Id-Version: Business School 0.3.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/business-school\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025- 08-30T11:38:58+05:30\n"12 "POT-Creation-Date: 2025-11-15T09:41:40+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 41 41 42 42 #: 404.php:15 43 #: inc/customizer.php:9 8343 #: inc/customizer.php:961 44 44 msgid "404 Not Found" 45 45 msgstr "" 46 46 47 47 #: 404.php:20 48 #: inc/customizer.php: 100048 #: inc/customizer.php:978 49 49 msgid "Looks like you have taken a wrong turn.....Don't worry... it happens to the best of us." 50 msgstr "" 51 52 #: 404.php:24 53 msgid "Homepage" 50 54 msgstr "" 51 55 … … 109 113 110 114 #: footer.php:130 111 #: inc/customizer.php:11 84115 #: inc/customizer.php:1174 112 116 msgid "TOP" 113 117 msgstr "" … … 194 198 msgstr "" 195 199 196 #: functions.php:320 200 #. translators: 1: Theme name, 2: Theme version. 201 #: functions.php:322 197 202 msgid "Welcome to %1$s %2$s" 198 203 msgstr "" 199 204 200 #: functions.php:32 2205 #: functions.php:324 201 206 msgid "Get Started With Theme By Clicking On Getting Started." 202 207 msgstr "" 203 208 204 #: functions.php:32 4209 #: functions.php:326 205 210 #: inc/upgrade-to-pro.php:24 206 211 msgid "Upgrade Pro" 207 212 msgstr "" 208 213 209 #: functions.php:32 5214 #: functions.php:327 210 215 msgid "Get started" 211 216 msgstr "" 212 217 213 #: functions.php:32 6218 #: functions.php:328 214 219 msgid "Free Doc" 215 220 msgstr "" 216 221 217 #: functions.php:32 7218 #: inc/addon.php:1 19222 #: functions.php:329 223 #: inc/addon.php:121 219 224 msgid "View Demo" 220 225 msgstr "" … … 240 245 msgstr "" 241 246 242 #: inc/addon.php:16 243 #: inc/addon.php:30 247 #. translators: 1: Theme name. 248 #: inc/addon.php:17 249 #: inc/addon.php:31 244 250 msgid "Welcome to %1$s" 245 251 msgstr "" 246 252 247 #: inc/addon.php:1 7253 #: inc/addon.php:18 248 254 msgid "Theme Demo Import" 249 255 msgstr "" 250 256 251 #: inc/addon.php:3 3257 #: inc/addon.php:34 252 258 msgid "Do you want to configure this theme? Look no further, our easy-to-follow theme documentation will walk you through it." 253 259 msgstr "" 254 260 255 #: inc/addon.php:4 0261 #: inc/addon.php:41 256 262 #: inc/tgm/class-tgm-plugin-activation.php:2553 257 263 msgid "Version" 258 264 msgstr "" 259 265 260 #: inc/addon.php:58 266 #: inc/addon.php:60 267 msgid "Free Theme Documentation" 268 msgstr "" 269 270 #: inc/addon.php:61 271 msgid "Need more details? Please check our full documentation for detailed theme setup." 272 msgstr "" 273 274 #: inc/addon.php:63 275 msgid "Documentation" 276 msgstr "" 277 278 #: inc/addon.php:68 279 msgid "Need Help?" 280 msgstr "" 281 282 #: inc/addon.php:69 283 msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme." 284 msgstr "" 285 286 #: inc/addon.php:71 287 msgid "Contact Us" 288 msgstr "" 289 290 #: inc/addon.php:79 261 291 msgid "Pro version of our theme" 262 292 msgstr "" 263 293 264 #: inc/addon.php: 59294 #: inc/addon.php:80 265 295 msgid "Are you excited for our theme? Then we will proceed for pro version of theme." 266 296 msgstr "" 267 297 268 #: inc/addon.php:61 269 msgid "Go To Premium" 270 msgstr "" 271 272 #: inc/addon.php:66 273 msgid "Need Help?" 274 msgstr "" 275 276 #: inc/addon.php:67 277 msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme." 278 msgstr "" 279 280 #: inc/addon.php:69 281 msgid "Contact Us" 282 msgstr "" 283 284 #: inc/addon.php:74 285 msgid "Check Our Demo" 286 msgstr "" 287 288 #: inc/addon.php:75 289 msgid "Here, you can view a live demonstration of our premium theme." 290 msgstr "" 291 292 #: inc/addon.php:77 293 #: inc/upgrade-to-pro.php:26 294 msgid "Premium Demo" 295 msgstr "" 296 297 #: inc/addon.php:84 298 msgid "Check all classic features" 299 msgstr "" 300 301 #: inc/addon.php:85 302 msgid "Explore all our 90+ Premium Themes Collections" 298 #: inc/addon.php:82 299 #: inc/addon.php:120 300 msgid "Get Premium" 303 301 msgstr "" 304 302 305 303 #: inc/addon.php:87 306 #: inc/upgrade-to-pro.php:32307 msgid "Theme Page"308 msgstr ""309 310 #: inc/addon.php:92311 304 msgid "Leave us a review" 312 305 msgstr "" 313 306 314 #: inc/addon.php: 93307 #: inc/addon.php:88 315 308 msgid "Are you enjoying our theme? We would love to hear your feedback." 316 309 msgstr "" 317 310 318 #: inc/addon.php:9 5311 #: inc/addon.php:90 319 312 msgid "Rate This Theme" 320 313 msgstr "" 321 314 322 #: inc/addon.php:100323 #: inc/upgrade-to-pro.php:34324 msgid "Theme Documentation"325 msgstr ""326 327 315 #: inc/addon.php:101 328 msgid "Need more details? Please check our full documentation for detailed theme setup." 329 msgstr "" 330 331 #: inc/addon.php:103 332 msgid "Documentation" 333 msgstr "" 334 335 #: inc/addon.php:112 316 msgid "WordPress Theme Bundle" 317 msgstr "" 318 319 #: inc/addon.php:102 320 msgid "Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!" 321 msgstr "" 322 323 #: inc/addon.php:104 324 msgid "Get Bundle at 20% OFF" 325 msgstr "" 326 327 #. translators: %s: Theme name. 328 #: inc/addon.php:114 336 329 msgid "Getting started with %s" 337 330 msgstr "" 338 331 339 #: inc/addon.php:118 340 msgid "Get Premium" 341 msgstr "" 342 343 #: inc/addon.php:120 344 msgid "Bundle of 90+ Themes at $99" 345 msgstr "" 346 347 #: inc/addon.php:134 332 #: inc/addon.php:122 333 msgid "Bundle of 100+ Themes at $99" 334 msgstr "" 335 336 #. translators: 1: Theme name, 2: Author name, 3: Call to action text. 337 #: inc/addon.php:137 348 338 msgid "%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)" 349 339 msgstr "" 350 340 351 #: inc/addon.php:1 37341 #: inc/addon.php:140 352 342 msgid "Rate it" 353 343 msgstr "" 354 344 355 #: inc/addon.php:1 37345 #: inc/addon.php:140 356 346 msgctxt "If you like this theme, rate it" 357 347 msgid "rate it" … … 446 436 #: inc/customizer.php:243 447 437 #: inc/customizer.php:283 448 #: inc/customizer.php: 783449 #: inc/customizer.php:9 20450 #: inc/customizer.php:9 69451 #: inc/customizer.php:10 65452 #: inc/customizer.php:11 78438 #: inc/customizer.php:802 439 #: inc/customizer.php:913 440 #: inc/customizer.php:947 441 #: inc/customizer.php:1055 442 #: inc/customizer.php:1168 453 443 msgid "Left" 454 444 msgstr "" … … 456 446 #: inc/customizer.php:244 457 447 #: inc/customizer.php:284 458 #: inc/customizer.php: 784459 #: inc/customizer.php:9 21460 #: inc/customizer.php:9 70461 #: inc/customizer.php:10 66462 #: inc/customizer.php:11 77448 #: inc/customizer.php:803 449 #: inc/customizer.php:914 450 #: inc/customizer.php:948 451 #: inc/customizer.php:1056 452 #: inc/customizer.php:1167 463 453 msgid "Right" 464 454 msgstr "" … … 481 471 482 472 #: inc/customizer.php:280 483 #: inc/customizer.php:9 66473 #: inc/customizer.php:944 484 474 msgid "Theme Page Sidebar Position" 485 475 msgstr "" 486 476 487 477 #: inc/customizer.php:285 488 #: inc/customizer.php: 788489 #: inc/customizer.php:9 22490 #: inc/customizer.php:9 71478 #: inc/customizer.php:807 479 #: inc/customizer.php:915 480 #: inc/customizer.php:949 491 481 msgid "No Sidebar" 492 482 msgstr "" … … 526 516 527 517 #: inc/customizer.php:395 528 #: inc/customizer.php:6 00518 #: inc/customizer.php:619 529 519 msgid "Add Button Text" 530 520 msgstr "" … … 559 549 560 550 #: inc/customizer.php:489 561 #: inc/customizer.php:12 51551 #: inc/customizer.php:1241 562 552 msgid "Facebook Link" 563 553 msgstr "" 564 554 565 555 #: inc/customizer.php:501 566 #: inc/customizer.php:12 63556 #: inc/customizer.php:1253 567 557 msgid "Instagram Link" 568 558 msgstr "" 569 559 570 560 #: inc/customizer.php:513 571 #: inc/customizer.php:12 75561 #: inc/customizer.php:1265 572 562 msgid "Google Plus Link" 573 563 msgstr "" 574 564 575 565 #: inc/customizer.php:525 576 #: inc/customizer.php:12 87566 #: inc/customizer.php:1277 577 567 msgid "Youtube Link" 578 568 msgstr "" 579 569 570 #: inc/customizer.php:537 571 msgid "Menu Text Transform" 572 msgstr "" 573 580 574 #: inc/customizer.php:541 575 msgid "None" 576 msgstr "" 577 578 #: inc/customizer.php:542 579 msgid "Capitalize" 580 msgstr "" 581 582 #: inc/customizer.php:543 583 msgid "Uppercase" 584 msgstr "" 585 586 #: inc/customizer.php:544 587 msgid "Lowercase" 588 msgstr "" 589 590 #: inc/customizer.php:560 581 591 msgid "Manage Slider Section" 582 592 msgstr "" 583 593 584 #: inc/customizer.php:5 43594 #: inc/customizer.php:562 585 595 msgid "<p class=\"sec-title\">Manage Slider Section</p> Select Category from the Dropdowns for slider, Also use the given image dimension (450 x 450)." 586 596 msgstr "" 587 597 588 #: inc/customizer.php:5 55589 #: inc/customizer.php:6 40598 #: inc/customizer.php:574 599 #: inc/customizer.php:659 590 600 msgid "Check To Enable This Section" 591 601 msgstr "" 592 602 593 #: inc/customizer.php:5 64603 #: inc/customizer.php:583 594 604 msgid "Add Top Slider Text" 595 605 msgstr "" 596 606 597 #: inc/customizer.php: 588607 #: inc/customizer.php:607 598 608 msgid "Select Category to display Slider" 599 609 msgstr "" 600 610 601 #: inc/customizer.php:6 09611 #: inc/customizer.php:628 602 612 msgid "Add Button Link" 603 613 msgstr "" 604 614 605 #: inc/customizer.php:6 26615 #: inc/customizer.php:645 606 616 msgid "Manage About Section" 607 617 msgstr "" 608 618 609 #: inc/customizer.php:6 27619 #: inc/customizer.php:646 610 620 msgid "<p class=\"sec-title\">Manage About Section Section</p>" 611 621 msgstr "" 612 622 613 #: inc/customizer.php:6 52623 #: inc/customizer.php:671 614 624 msgid "Add Title" 615 625 msgstr "" 616 626 617 #: inc/customizer.php:6 63627 #: inc/customizer.php:682 618 628 msgid "Select Page to display About" 619 629 msgstr "" 620 630 621 #: inc/customizer.php:6 72631 #: inc/customizer.php:691 622 632 msgid "Select First About Image" 623 633 msgstr "" 624 634 625 #: inc/customizer.php: 681635 #: inc/customizer.php:700 626 636 msgid "Select Second About Image" 627 637 msgstr "" 628 638 629 #: inc/customizer.php: 693639 #: inc/customizer.php:712 630 640 msgid "Add About Text " 631 641 msgstr "" 632 642 633 #: inc/customizer.php:7 12643 #: inc/customizer.php:731 634 644 msgid "Manage Post Section" 635 645 msgstr "" 636 646 637 #: inc/customizer.php:7 24647 #: inc/customizer.php:743 638 648 msgid "Check to Enable Date" 639 649 msgstr "" 640 650 641 #: inc/customizer.php:7 35651 #: inc/customizer.php:754 642 652 msgid "Check to Enable Comments" 643 653 msgstr "" 644 654 645 #: inc/customizer.php:7 46655 #: inc/customizer.php:765 646 656 msgid "Check to Enable Author" 647 657 msgstr "" 648 658 649 #: inc/customizer.php:7 57659 #: inc/customizer.php:776 650 660 msgid "Check to Enable Time" 651 661 msgstr "" 652 662 653 #: inc/customizer.php:7 67654 #: inc/customizer.php: 906663 #: inc/customizer.php:786 664 #: inc/customizer.php:899 655 665 msgid "Metabox Seperator" 656 666 msgstr "" 657 667 658 #: inc/customizer.php:7 68659 #: inc/customizer.php:90 7668 #: inc/customizer.php:787 669 #: inc/customizer.php:900 660 670 msgid "Ex: \"/\", \"|\", \"-\", ..." 661 671 msgstr "" 662 672 663 #: inc/customizer.php:7 79673 #: inc/customizer.php:798 664 674 msgid "Theme Post Sidebar Position" 665 675 msgstr "" 666 676 667 #: inc/customizer.php:7 80677 #: inc/customizer.php:799 668 678 msgid "This option work for blog page, archive page and search page." 669 679 msgstr "" 670 680 671 #: inc/customizer.php: 785681 #: inc/customizer.php:804 672 682 msgid "Three Columns" 673 683 msgstr "" 674 684 675 #: inc/customizer.php: 786685 #: inc/customizer.php:805 676 686 msgid "Four Columns" 677 687 msgstr "" 678 688 679 #: inc/customizer.php: 787689 #: inc/customizer.php:806 680 690 msgid "Grid Layout" 681 691 msgstr "" 682 692 683 #: inc/customizer.php: 798693 #: inc/customizer.php:817 684 694 msgid "Post Description Length" 685 695 msgstr "" 686 696 687 #: inc/customizer.php:8 01697 #: inc/customizer.php:820 688 698 msgid "No Content" 689 699 msgstr "" 690 700 691 #: inc/customizer.php:8 02701 #: inc/customizer.php:821 692 702 msgid "Excerpt Content" 693 703 msgstr "" 694 704 695 #: inc/customizer.php:8 03705 #: inc/customizer.php:822 696 706 msgid "Full Content" 697 707 msgstr "" 698 708 699 #: inc/customizer.php:8 13709 #: inc/customizer.php:832 700 710 msgid "Show / Hide Blog Post Thumbnail" 701 711 msgstr "" 702 712 703 #: inc/customizer.php:823 704 msgid "Blog Page Image Box Shadow" 705 msgstr "" 706 707 #: inc/customizer.php:845 713 #: inc/customizer.php:848 708 714 msgid "Manage Single Post Section" 709 715 msgstr "" 710 716 711 #: inc/customizer.php:856 712 msgid "Check To Enable Breadcrumb" 713 msgstr "" 714 715 #: inc/customizer.php:866 717 #: inc/customizer.php:859 716 718 msgid "Enable / Disable Date " 717 719 msgstr "" 718 720 719 #: inc/customizer.php:8 76721 #: inc/customizer.php:869 720 722 msgid "Enable / Disable Author" 721 723 msgstr "" 722 724 723 #: inc/customizer.php:8 86725 #: inc/customizer.php:879 724 726 msgid "Enable / Disable Comments" 725 727 msgstr "" 726 728 727 #: inc/customizer.php:8 96729 #: inc/customizer.php:889 728 730 msgid "Enable / Disable Time" 729 731 msgstr "" 730 732 731 #: inc/customizer.php:91 7733 #: inc/customizer.php:910 732 734 msgid "Single post sidebar layout" 733 735 msgstr "" 734 736 735 737 #: inc/customizer.php:932 736 msgid "Single Post Image Box Shadow"737 msgstr ""738 739 #: inc/customizer.php:954740 738 msgid "Manage Page Section" 741 739 msgstr "" 742 740 743 #: inc/customizer.php:9 77741 #: inc/customizer.php:955 744 742 msgid "Manage 404 Page Section" 745 743 msgstr "" 746 744 747 #: inc/customizer.php:9 87745 #: inc/customizer.php:965 748 746 msgid "404 Heading" 749 747 msgstr "" 750 748 751 #: inc/customizer.php:9 98749 #: inc/customizer.php:976 752 750 msgid "404 Text" 753 751 msgstr "" 754 752 755 #: inc/customizer.php:1018 753 #: inc/customizer.php:992 754 msgid "404 Button" 755 msgstr "" 756 757 #: inc/customizer.php:1008 756 758 msgid "Manage Footer Section" 757 759 msgstr "" 758 760 759 #: inc/customizer.php:10 19761 #: inc/customizer.php:1009 760 762 msgid "<p class=\"sec-title\">Manage Footer Section</p>" 761 763 msgstr "" 762 764 763 #: inc/customizer.php:10 31765 #: inc/customizer.php:1021 764 766 msgid "Check to Enable Footer Widget" 765 767 msgstr "" 766 768 767 #: inc/customizer.php:10 40769 #: inc/customizer.php:1030 768 770 msgid "Footer Background Color" 769 771 msgstr "" 770 772 771 #: inc/customizer.php:10 49773 #: inc/customizer.php:1039 772 774 msgid "Footer Background Image" 773 775 msgstr "" 774 776 775 #: inc/customizer.php:10 60777 #: inc/customizer.php:1050 776 778 msgid "Footer Image Position" 777 779 msgstr "" 778 780 779 #: inc/customizer.php:10 63780 #: inc/customizer.php:11 79781 #: inc/customizer.php:1053 782 #: inc/customizer.php:1169 781 783 msgid "Center" 782 784 msgstr "" 783 785 784 #: inc/customizer.php:10 64786 #: inc/customizer.php:1054 785 787 msgid "Top" 786 788 msgstr "" 787 789 788 #: inc/customizer.php:10 67790 #: inc/customizer.php:1057 789 791 msgid "Bottom" 790 792 msgstr "" 791 793 792 #: inc/customizer.php:10 76794 #: inc/customizer.php:1066 793 795 msgid "Copyright Line" 794 796 msgstr "" 795 797 796 #: inc/customizer.php:10 87798 #: inc/customizer.php:1077 797 799 msgid "Copyright Link" 798 800 msgstr "" 799 801 800 #: inc/customizer.php:1 101802 #: inc/customizer.php:1091 801 803 msgid "Coypright Color" 802 804 msgstr "" 803 805 804 #: inc/customizer.php:11 14806 #: inc/customizer.php:1104 805 807 msgid "BG Color" 806 808 msgstr "" 807 809 808 #: inc/customizer.php:11 27810 #: inc/customizer.php:1117 809 811 msgid "Title Color" 810 812 msgstr "" 811 813 812 #: inc/customizer.php:11 40814 #: inc/customizer.php:1130 813 815 msgid "Description Color" 814 816 msgstr "" 815 817 816 #: inc/customizer.php:11 53818 #: inc/customizer.php:1143 817 819 msgid "List Color" 818 820 msgstr "" 819 821 820 #: inc/customizer.php:11 62822 #: inc/customizer.php:1152 821 823 msgid "Check To Show Scroll To Top" 822 824 msgstr "" 823 825 824 #: inc/customizer.php:11 75826 #: inc/customizer.php:1165 825 827 msgid "Scroll To Top Positions" 826 828 msgstr "" 827 829 830 #: inc/customizer.php:1178 831 msgid "Scroll To Top Button Text" 832 msgstr "" 833 828 834 #: inc/customizer.php:1188 829 msgid "Scroll To Top Button Text"830 msgstr ""831 832 #: inc/customizer.php:1198833 835 msgid "Scroll to Top Button Shape" 834 836 msgstr "" 835 837 836 #: inc/customizer.php:1 203838 #: inc/customizer.php:1193 837 839 msgid "Box" 838 840 msgstr "" 839 841 840 #: inc/customizer.php:1 204842 #: inc/customizer.php:1194 841 843 msgid "Curved" 842 844 msgstr "" 843 845 844 #: inc/customizer.php:1 205846 #: inc/customizer.php:1195 845 847 msgid "Circle" 846 848 msgstr "" 847 849 848 #: inc/customizer.php:12 16850 #: inc/customizer.php:1206 849 851 msgid "Footer widget area" 850 852 msgstr "" 851 853 852 #: inc/customizer.php:12 18854 #: inc/customizer.php:1208 853 855 msgid "One" 854 856 msgstr "" 855 857 856 #: inc/customizer.php:12 19858 #: inc/customizer.php:1209 857 859 msgid "Two" 858 860 msgstr "" 859 861 860 #: inc/customizer.php:12 20862 #: inc/customizer.php:1210 861 863 msgid "Three" 862 864 msgstr "" 863 865 864 #: inc/customizer.php:12 21866 #: inc/customizer.php:1211 865 867 msgid "Four" 866 868 msgstr "" 867 869 868 #: inc/customizer.php:12 37870 #: inc/customizer.php:1227 869 871 msgid "Manage Footer Social Section" 870 872 msgstr "" 871 873 872 #: inc/customizer.php:12 38874 #: inc/customizer.php:1228 873 875 msgid "<p class=\"sec-title\">Manage Footer Social Section</p>" 874 876 msgstr "" 875 877 876 #: inc/customizer.php:1 303878 #: inc/customizer.php:1293 877 879 msgid "Google Fonts" 878 880 msgstr "" 879 881 882 #: inc/customizer.php:1339 883 msgid "Select your desired font for the headings." 884 msgstr "" 885 880 886 #: inc/customizer.php:1349 881 msgid "Select your desired font for the headings."882 msgstr ""883 884 #: inc/customizer.php:1359885 887 msgid "Select your desired font for the body." 886 888 msgstr "" … … 1310 1312 msgstr "" 1311 1313 1314 #: inc/upgrade-to-pro.php:26 1315 msgid "Premium Demo" 1316 msgstr "" 1317 1312 1318 #: inc/upgrade-to-pro.php:28 1313 1319 msgid "Rate Us" … … 1316 1322 #: inc/upgrade-to-pro.php:30 1317 1323 msgid "Support Forum" 1324 msgstr "" 1325 1326 #: inc/upgrade-to-pro.php:32 1327 msgid "Theme Page" 1328 msgstr "" 1329 1330 #: inc/upgrade-to-pro.php:34 1331 msgid "Theme Documentation" 1318 1332 msgstr "" 1319 1333 -
business-school/0.4/readme.txt
r297451 r299461 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 0. 3.97 Stable tag: 0.4 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 186 186 * Resolved minor css error. 187 187 188 = 0.4 = 189 * Added menu text transform option in customizer. 190 * Added homepage button option in 404 page section. 191 * Resolved css error in getstarted and cart page. 192 * Fixed translation warnings. 193 * Fixed alt attribute issue. 194 * Added bundle info in getstarted. 195 * Changed in activation notice. 196 * Updated pot file. 197 188 198 == Resources == 189 199 -
business-school/0.4/single.php
r251030 r299461 17 17 <section class="site-main"> 18 18 <?php while ( have_posts() ) : the_post(); ?> 19 <?php if(get_theme_mod('business_school_single_page_breadcrumb',true) == 1){ ?> 20 <header class="page-header"> 21 <span><?php business_school_the_breadcrumb(); ?></span> 22 <h1><?php the_title(); ?></h1> 23 </header> 24 <?php } ?> 19 <header class="page-header"> 20 <span><?php business_school_the_breadcrumb(); ?></span> 21 <h1><?php the_title(); ?></h1> 22 </header> 25 23 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 26 24 <?php the_post_navigation(); ?> … … 45 43 <section class="site-main"> 46 44 <?php while ( have_posts() ) : the_post(); ?> 47 <?php if(get_theme_mod('business_school_single_page_breadcrumb',true) == 1){ ?> 48 <header class="page-header"> 49 <span><?php business_school_the_breadcrumb(); ?></span> 50 <h1><?php the_title(); ?></h1> 51 </header> 52 <?php } ?> 45 <header class="page-header"> 46 <span><?php business_school_the_breadcrumb(); ?></span> 47 <h1><?php the_title(); ?></h1> 48 </header> 53 49 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 54 50 <?php the_post_navigation(); ?> … … 65 61 <section class="site-main"> 66 62 <?php while ( have_posts() ) : the_post(); ?> 67 <?php if(get_theme_mod('business_school_single_page_breadcrumb',true) == 1){ ?> 68 <header class="page-header"> 69 <span><?php business_school_the_breadcrumb(); ?></span> 70 <h1><?php the_title(); ?></h1> 71 </header> 72 <?php } ?> 63 <header class="page-header"> 64 <span><?php business_school_the_breadcrumb(); ?></span> 65 <h1><?php the_title(); ?></h1> 66 </header> 73 67 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 74 68 <?php the_post_navigation(); ?> -
business-school/0.4/style.css
r297451 r299461 5 5 Author URI: https://www.theclassictemplates.com/ 6 6 Description: Business School is a versatile and modern WordPress theme designed for businesses, startups, and tech-focused entities. With its clean and elegant design, this theme caters to corporate needs while offering creative elements for showcasing software solutions, IT services, and tech startups. The theme is made for Education, MBA, University, Training, Seminar, Conference, Corporate, Leadership, Workshop, Coaching, Executive, Management, Learning, Certification, Courses. Its responsive layout ensures a seamless experience across all devices, while compatibility with Elementor empowers users to customize their websites effortlessly. Whether you’re running a digital agency, software company, or tech blog, this theme provides the flexibility to effectively present your business. Its minimalistic yet impactful design makes it ideal for business portfolios, business schools and digital marketing agencies. The theme’s versatility extends to various industries, including consulting, advertising, and digital marketing, making it suitable for a wide range of businesses. With customizable elements and versatile layouts, the Business School WordPress Theme enables users to create professional online presences tailored to their unique needs. Whether you’re a startup looking to establish your brand or an established corporation seeking to refresh your online presence, this theme offers the tools and features needed to drive business growth. The Business School WordPress Theme combines creativity, functionality, and responsiveness to provide a comprehensive solution for businesses seeking to make a strong impression in the digital landscape. 7 Version: 0. 3.97 Version: 0.4 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6
Note: See TracChangeset
for help on using the changeset viewer.