Make WordPress Themes

Changeset 299461


Ignore:
Timestamp:
11/20/2025 12:36:55 PM (4 days ago)
Author:
themedropbox
Message:

New version of Business School - 0.4

Location:
business-school/0.4
Files:
2 added
13 edited
1 copied

Legend:

Unmodified
Added
Removed
  • business-school/0.4/404.php

    r273783 r299461  
    2020                    <?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' ))); ?>
    2121                </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 } ?>
    2227            </div>
    2328        </section>
  • business-school/0.4/css/addon.css

    r288189 r299461  
    2727.themelink strong {
    2828    display: block;
    29     margin-bottom: 10px;
     29    margin-bottom: 15px;
    3030    font-weight: 700;
    3131    font-size: 16px;
    3232    color: #707070;
     33    padding-top: 20px;
    3334}
    3435.themelink a, .themelink-1 a {
     
    4546    font-size: 14px;
    4647    box-shadow: 0px 0px 20px #0000005C;
     48    width: 130px;
    4749}
    4850.themelink-1 a{
     
    7476    flex-wrap: wrap;
    7577    border-radius: 15px; 
    76     width: 100%;
    7778    text-align: center;
    7879    box-shadow: 0px 3px 6px #00000029;
    7980    border: 1px solid #707070;
     81    padding: 3em 2.5em !important;
    8082}
    8183.section a{
     
    8385    margin-right: 10px;
    8486    padding: 12px 45px;
     87    width: auto;
    8588}
    8689/* Clearing Floats */
     
    107110.theme-info-wrap .columns-wrapper .column-half {
    108111    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;
    110118}
    111119.theme-info-wrap .columns-wrapper .column-third {
     
    179187}
    180188.important-link .column{
    181     padding: 1.9em 3.5em !important;
     189    /* padding: 2.5em !important; */
    182190}
    183191.important-link hr, .important-link .themelink{
     
    187195    width: 90%;
    188196    color: #707070;
    189 }
    190 .theme-demo .demo-import{
     197    border: 1px solid #787878;
     198}
     199.theme-demo .demo-import, .bundle-info{
    191200    background-image: linear-gradient(to right, #4734C0, #8371F6);
    192201    border-radius: 15px;
     
    195204    position: relative;
    196205    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;
    199217}
    200218.theme-demo .demo-import ul{
     
    298316    align-items: center;
    299317    gap: 5px;
     318    margin-bottom: 40px;
    300319}
    301320.wrapper-info img {
     
    503522    padding: 20px;
    504523    gap: 40px;
     524    order: -1;
     525    align-items: center;
    505526}
    506527.notice-get-started-class .admin-content {
     
    514535    text-shadow: none;
    515536}
    516 .notice-get-started-class .admin-content h1 {
     537.notice-get-started-class .admin-content h2 {
     538    font-size: 23px;
    517539    font-weight: 700;
    518540    line-height: 1.3;
     
    530552}
    531553.notice-get-started-class .admin-image img{
    532     height: 154px;
     554    height: 240px;
    533555    width: 100%;
    534556    max-width: 320px;
     
    538560    border: 2px solid #ddd;
    539561    border-radius: 4px;
     562}
     563.notice-get-started-class .admin-bundle-image img{
     564    height: 280px;
    540565}
    541566.notice-get-started-class .button-group.button-hero .button, .wp-core-ui .button.button-hero {
     
    576601    box-shadow: none;
    577602}
     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}
    578655@media screen and (max-width: 1300px) {
    579656    .notice-get-started-class .admin-content > div {
     
    598675       
    599676    }
    600     .important-link {
    601         display: grid;
    602         padding-right: 0px !important;
    603     }
    604677    .theme-info-wrap .columns-wrapper .column{
    605         padding-right: 10px;
     678        padding-right: unset;
    606679    }
    607680    .columns-wrapper .column-first hr{
     
    611684        margin: 20px 0;
    612685    }
     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    }
    613698}
  • business-school/0.4/css/default.css

    r288189 r299461  
    209209  padding: 10px;
    210210}
    211 
     211.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del{
     212  margin-right: 6px;
     213  display: inline-flex;
     214}
    212215li.wc-block-grid__product{
    213216  border: 1px solid #dcdcdc;
     
    440443  margin: 30px 0 40px 0;
    441444}
     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  
    318318            </div>
    319319            <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' ))); ?>
    321323                </h1>
    322324                <p><?php _e('Get Started With Theme By Clicking On Getting Started.', 'business-school'); ?></p>
     
    328330                </div>
    329331            </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>
    330335        </div>
    331336    <?php }
  • business-school/0.4/inc/addon.php

    r288189 r299461  
    1414    $business_school_theme = wp_get_theme();
    1515    add_theme_page(
     16        /* translators: 1: Theme name. */
    1617        sprintf( esc_html__( 'Welcome to %1$s', 'business-school' ), $business_school_theme->get( 'Name' )),
    1718        esc_html__( 'Theme Demo Import', 'business-school' ),
     
    5253            </div>
    5354        </div>
    54         <div class="column column-first clearfix">
     55        <div class="column column-half clearfix">
    5556            <div class="important-link">
    5657                <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' ); ?>
    6264                        </a>
    6365                    </div>
    6466
    65                     <div class="themelink column column-third clearfix">
     67                    <div class="themelink column column-half column-padding clearfix">
    6668                        <p><strong><?php esc_html_e( 'Need Help?', 'business-school' ); ?></strong></p>
    6769                        <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>
     
    7072                        </a>
    7173                    </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>
    8074                </div>
    8175                <hr>
    8276                <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' ); ?>
    8883                        </a>
    8984                    </div>
    9085
    91                     <div class="themelink column column-third clearfix">
     86                    <div class="themelink column column-half column-padding clearfix">
    9287                        <p><strong><?php esc_html_e( 'Leave us a review', 'business-school' ); ?></strong></p>
    9388                        <p><?php esc_html_e( 'Are you enjoying our theme? We would love to hear your feedback.', 'business-school' ); ?></p>
     
    9792                    </div>
    9893
    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>
    106106                </div>
    107107            </div>
     
    110110    <div id="getting-started">
    111111        <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' ),
    113115            esc_html($business_school_theme->get( 'Name' ))); ?></h3>
    114116            <div class="columns-wrapper clearfix">
     
    118120                            <a class="" href="<?php echo esc_url( BUSINESS_SCHOOL_PREMIUM_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Get Premium', 'business-school' ); ?></a>
    119121                            <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>
    121123                        </div>
    122124                        <div class="theme-description-1"><?php echo esc_html($business_school_theme->get( 'Description' )); ?></div>
     
    124126                </div>
    125127                <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'); ?>"/>
    127129                </div>
    128130            </div>
     
    132134    <div id="theme-author">
    133135      <p><?php
     136        /* translators: 1: Theme name, 2: Author name, 3: Call to action text. */
    134137        printf( esc_html__( '%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)', 'business-school' ),
    135138            esc_html($business_school_theme->get( 'Name' )),
  • business-school/0.4/inc/color-scheme/custom-color-control.php

    r288189 r299461  
    7373     $business_school_color_scheme_css .='}';
    7474 } 
    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 
    9375
    9476/*--------------------------- Woocommerce Product Sale Position -------------------*/   
     
    167149    $business_school_color_scheme_css .='}';
    168150}
     151
     152/*--------------------------- Menu Typography -------------------*/
     153
     154$business_school_theme_lay = get_theme_mod( 'business_school_menu_text_transform','Capitalize');
     155if($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}
     164else 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  
    6363    }
    6464
    65     .copywrap, .copywrap p, .copywrap p a {
    66         color: <?php echo esc_attr(get_theme_mod('business_school_footercoypright_color')); ?> !important;
    67     }
    6865    #footer h3 {
    6966        color: <?php echo esc_attr(get_theme_mod('business_school_footertitle_color')); ?> !important;
    7067
    71     }
    72     #footer p {
    73         color: <?php echo esc_attr(get_theme_mod('business_school_footerdescription_color')); ?>;
    7468    }
    7569    #footer ul li a {
  • business-school/0.4/inc/customizer.php

    r288189 r299461  
    527527    ));
    528528
     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
    529548    $wp_customize->add_setting( 'business_school_social_upgraded_features',array(
    530549        'sanitize_callback' => 'sanitize_text_field'
     
    815834    ));
    816835
    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 
    833836    $wp_customize->add_setting( 'business_school_post_settings_upgraded_features',array(
    834837        'sanitize_callback' => 'sanitize_text_field'
     
    847850        'panel' => 'business_school_panel_area'
    848851    ));
    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     ));
    859852
    860853    $wp_customize->add_setting('business_school_single_post_date',array(
     
    924917    ));
    925918
    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     )));
    941919
    942920    $wp_customize->add_setting( 'business_school_single_post_settings_upgraded_features',array(
     
    1002980        'section'=> 'business_school_page_not_found',
    1003981        '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'
    1004994    ));
    1005995
     
    10901080    ));
    10911081
    1092     //  footer coypright color
    1093     $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 
    11051082    //  footer bg color
    11061083    $wp_customize->add_setting('business_school_footerbg_color',array(
     
    11261103       'section'   => 'business_school_footer',
    11271104       'label' => __('Title Color', 'business-school'),
    1128        'type'      => 'color'
    1129     ));
    1130 
    1131     //  footer description color
    1132     $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'),
    11411105       'type'      => 'color'
    11421106    ));
  • business-school/0.4/inc/demo-content.php

    r288189 r299461  
    2222     // POST and update the customizer and other related data of Business School
    2323    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 );
    4751                }
    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>';
    5454        // ------- Create Main Menu --------
    5555        $business_school_menuname = 'Primary Menu';
  • business-school/0.4/languages/business-school.pot

    r288189 r299461  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Business School 0.3.7\n"
     5"Project-Id-Version: Business School 0.3.9\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/business-school\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    4141
    4242#: 404.php:15
    43 #: inc/customizer.php:983
     43#: inc/customizer.php:961
    4444msgid "404 Not Found"
    4545msgstr ""
    4646
    4747#: 404.php:20
    48 #: inc/customizer.php:1000
     48#: inc/customizer.php:978
    4949msgid "Looks like you have taken a wrong turn.....Don't worry... it happens to the best of us."
     50msgstr ""
     51
     52#: 404.php:24
     53msgid "Homepage"
    5054msgstr ""
    5155
     
    109113
    110114#: footer.php:130
    111 #: inc/customizer.php:1184
     115#: inc/customizer.php:1174
    112116msgid "TOP"
    113117msgstr ""
     
    194198msgstr ""
    195199
    196 #: functions.php:320
     200#. translators: 1: Theme name, 2: Theme version.
     201#: functions.php:322
    197202msgid "Welcome to %1$s %2$s"
    198203msgstr ""
    199204
    200 #: functions.php:322
     205#: functions.php:324
    201206msgid "Get Started With Theme By Clicking On Getting Started."
    202207msgstr ""
    203208
    204 #: functions.php:324
     209#: functions.php:326
    205210#: inc/upgrade-to-pro.php:24
    206211msgid "Upgrade Pro"
    207212msgstr ""
    208213
    209 #: functions.php:325
     214#: functions.php:327
    210215msgid "Get started"
    211216msgstr ""
    212217
    213 #: functions.php:326
     218#: functions.php:328
    214219msgid "Free Doc"
    215220msgstr ""
    216221
    217 #: functions.php:327
    218 #: inc/addon.php:119
     222#: functions.php:329
     223#: inc/addon.php:121
    219224msgid "View Demo"
    220225msgstr ""
     
    240245msgstr ""
    241246
    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
    244250msgid "Welcome to %1$s"
    245251msgstr ""
    246252
    247 #: inc/addon.php:17
     253#: inc/addon.php:18
    248254msgid "Theme Demo Import"
    249255msgstr ""
    250256
    251 #: inc/addon.php:33
     257#: inc/addon.php:34
    252258msgid "Do you want to configure this theme? Look no further, our easy-to-follow theme documentation will walk you through it."
    253259msgstr ""
    254260
    255 #: inc/addon.php:40
     261#: inc/addon.php:41
    256262#: inc/tgm/class-tgm-plugin-activation.php:2553
    257263msgid "Version"
    258264msgstr ""
    259265
    260 #: inc/addon.php:58
     266#: inc/addon.php:60
     267msgid "Free Theme Documentation"
     268msgstr ""
     269
     270#: inc/addon.php:61
     271msgid "Need more details? Please check our full documentation for detailed theme setup."
     272msgstr ""
     273
     274#: inc/addon.php:63
     275msgid "Documentation"
     276msgstr ""
     277
     278#: inc/addon.php:68
     279msgid "Need Help?"
     280msgstr ""
     281
     282#: inc/addon.php:69
     283msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme."
     284msgstr ""
     285
     286#: inc/addon.php:71
     287msgid "Contact Us"
     288msgstr ""
     289
     290#: inc/addon.php:79
    261291msgid "Pro version of our theme"
    262292msgstr ""
    263293
    264 #: inc/addon.php:59
     294#: inc/addon.php:80
    265295msgid "Are you excited for our theme? Then we will proceed for pro version of theme."
    266296msgstr ""
    267297
    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
     300msgid "Get Premium"
    303301msgstr ""
    304302
    305303#: inc/addon.php:87
    306 #: inc/upgrade-to-pro.php:32
    307 msgid "Theme Page"
    308 msgstr ""
    309 
    310 #: inc/addon.php:92
    311304msgid "Leave us a review"
    312305msgstr ""
    313306
    314 #: inc/addon.php:93
     307#: inc/addon.php:88
    315308msgid "Are you enjoying our theme? We would love to hear your feedback."
    316309msgstr ""
    317310
    318 #: inc/addon.php:95
     311#: inc/addon.php:90
    319312msgid "Rate This Theme"
    320313msgstr ""
    321314
    322 #: inc/addon.php:100
    323 #: inc/upgrade-to-pro.php:34
    324 msgid "Theme Documentation"
    325 msgstr ""
    326 
    327315#: 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
     316msgid "WordPress Theme Bundle"
     317msgstr ""
     318
     319#: inc/addon.php:102
     320msgid "Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!"
     321msgstr ""
     322
     323#: inc/addon.php:104
     324msgid "Get Bundle at 20% OFF"
     325msgstr ""
     326
     327#. translators: %s: Theme name.
     328#: inc/addon.php:114
    336329msgid "Getting started with %s"
    337330msgstr ""
    338331
    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
     333msgid "Bundle of 100+ Themes at $99"
     334msgstr ""
     335
     336#. translators: 1: Theme name, 2: Author name, 3: Call to action text.
     337#: inc/addon.php:137
    348338msgid "%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)"
    349339msgstr ""
    350340
    351 #: inc/addon.php:137
     341#: inc/addon.php:140
    352342msgid "Rate it"
    353343msgstr ""
    354344
    355 #: inc/addon.php:137
     345#: inc/addon.php:140
    356346msgctxt "If you like this theme, rate it"
    357347msgid "rate it"
     
    446436#: inc/customizer.php:243
    447437#: inc/customizer.php:283
    448 #: inc/customizer.php:783
    449 #: inc/customizer.php:920
    450 #: inc/customizer.php:969
    451 #: inc/customizer.php:1065
    452 #: inc/customizer.php:1178
     438#: inc/customizer.php:802
     439#: inc/customizer.php:913
     440#: inc/customizer.php:947
     441#: inc/customizer.php:1055
     442#: inc/customizer.php:1168
    453443msgid "Left"
    454444msgstr ""
     
    456446#: inc/customizer.php:244
    457447#: inc/customizer.php:284
    458 #: inc/customizer.php:784
    459 #: inc/customizer.php:921
    460 #: inc/customizer.php:970
    461 #: inc/customizer.php:1066
    462 #: inc/customizer.php:1177
     448#: inc/customizer.php:803
     449#: inc/customizer.php:914
     450#: inc/customizer.php:948
     451#: inc/customizer.php:1056
     452#: inc/customizer.php:1167
    463453msgid "Right"
    464454msgstr ""
     
    481471
    482472#: inc/customizer.php:280
    483 #: inc/customizer.php:966
     473#: inc/customizer.php:944
    484474msgid "Theme Page Sidebar Position"
    485475msgstr ""
    486476
    487477#: inc/customizer.php:285
    488 #: inc/customizer.php:788
    489 #: inc/customizer.php:922
    490 #: inc/customizer.php:971
     478#: inc/customizer.php:807
     479#: inc/customizer.php:915
     480#: inc/customizer.php:949
    491481msgid "No Sidebar"
    492482msgstr ""
     
    526516
    527517#: inc/customizer.php:395
    528 #: inc/customizer.php:600
     518#: inc/customizer.php:619
    529519msgid "Add Button Text"
    530520msgstr ""
     
    559549
    560550#: inc/customizer.php:489
    561 #: inc/customizer.php:1251
     551#: inc/customizer.php:1241
    562552msgid "Facebook Link"
    563553msgstr ""
    564554
    565555#: inc/customizer.php:501
    566 #: inc/customizer.php:1263
     556#: inc/customizer.php:1253
    567557msgid "Instagram Link"
    568558msgstr ""
    569559
    570560#: inc/customizer.php:513
    571 #: inc/customizer.php:1275
     561#: inc/customizer.php:1265
    572562msgid "Google Plus Link"
    573563msgstr ""
    574564
    575565#: inc/customizer.php:525
    576 #: inc/customizer.php:1287
     566#: inc/customizer.php:1277
    577567msgid "Youtube Link"
    578568msgstr ""
    579569
     570#: inc/customizer.php:537
     571msgid "Menu Text Transform"
     572msgstr ""
     573
    580574#: inc/customizer.php:541
     575msgid "None"
     576msgstr ""
     577
     578#: inc/customizer.php:542
     579msgid "Capitalize"
     580msgstr ""
     581
     582#: inc/customizer.php:543
     583msgid "Uppercase"
     584msgstr ""
     585
     586#: inc/customizer.php:544
     587msgid "Lowercase"
     588msgstr ""
     589
     590#: inc/customizer.php:560
    581591msgid "Manage Slider Section"
    582592msgstr ""
    583593
    584 #: inc/customizer.php:543
     594#: inc/customizer.php:562
    585595msgid "<p class=\"sec-title\">Manage Slider Section</p> Select Category from the Dropdowns for slider, Also use the given image dimension (450 x 450)."
    586596msgstr ""
    587597
    588 #: inc/customizer.php:555
    589 #: inc/customizer.php:640
     598#: inc/customizer.php:574
     599#: inc/customizer.php:659
    590600msgid "Check To Enable This Section"
    591601msgstr ""
    592602
    593 #: inc/customizer.php:564
     603#: inc/customizer.php:583
    594604msgid "Add Top Slider Text"
    595605msgstr ""
    596606
    597 #: inc/customizer.php:588
     607#: inc/customizer.php:607
    598608msgid "Select Category to display Slider"
    599609msgstr ""
    600610
    601 #: inc/customizer.php:609
     611#: inc/customizer.php:628
    602612msgid "Add Button Link"
    603613msgstr ""
    604614
    605 #: inc/customizer.php:626
     615#: inc/customizer.php:645
    606616msgid "Manage About Section"
    607617msgstr ""
    608618
    609 #: inc/customizer.php:627
     619#: inc/customizer.php:646
    610620msgid "<p class=\"sec-title\">Manage About Section Section</p>"
    611621msgstr ""
    612622
    613 #: inc/customizer.php:652
     623#: inc/customizer.php:671
    614624msgid "Add Title"
    615625msgstr ""
    616626
    617 #: inc/customizer.php:663
     627#: inc/customizer.php:682
    618628msgid "Select Page to display About"
    619629msgstr ""
    620630
    621 #: inc/customizer.php:672
     631#: inc/customizer.php:691
    622632msgid "Select First About Image"
    623633msgstr ""
    624634
    625 #: inc/customizer.php:681
     635#: inc/customizer.php:700
    626636msgid "Select Second About Image"
    627637msgstr ""
    628638
    629 #: inc/customizer.php:693
     639#: inc/customizer.php:712
    630640msgid "Add About Text "
    631641msgstr ""
    632642
    633 #: inc/customizer.php:712
     643#: inc/customizer.php:731
    634644msgid "Manage Post Section"
    635645msgstr ""
    636646
    637 #: inc/customizer.php:724
     647#: inc/customizer.php:743
    638648msgid "Check to Enable Date"
    639649msgstr ""
    640650
    641 #: inc/customizer.php:735
     651#: inc/customizer.php:754
    642652msgid "Check to Enable Comments"
    643653msgstr ""
    644654
    645 #: inc/customizer.php:746
     655#: inc/customizer.php:765
    646656msgid "Check to Enable Author"
    647657msgstr ""
    648658
    649 #: inc/customizer.php:757
     659#: inc/customizer.php:776
    650660msgid "Check to Enable Time"
    651661msgstr ""
    652662
    653 #: inc/customizer.php:767
    654 #: inc/customizer.php:906
     663#: inc/customizer.php:786
     664#: inc/customizer.php:899
    655665msgid "Metabox Seperator"
    656666msgstr ""
    657667
    658 #: inc/customizer.php:768
    659 #: inc/customizer.php:907
     668#: inc/customizer.php:787
     669#: inc/customizer.php:900
    660670msgid "Ex: \"/\", \"|\", \"-\", ..."
    661671msgstr ""
    662672
    663 #: inc/customizer.php:779
     673#: inc/customizer.php:798
    664674msgid "Theme Post Sidebar Position"
    665675msgstr ""
    666676
    667 #: inc/customizer.php:780
     677#: inc/customizer.php:799
    668678msgid "This option work for blog page, archive page and search page."
    669679msgstr ""
    670680
    671 #: inc/customizer.php:785
     681#: inc/customizer.php:804
    672682msgid "Three Columns"
    673683msgstr ""
    674684
    675 #: inc/customizer.php:786
     685#: inc/customizer.php:805
    676686msgid "Four Columns"
    677687msgstr ""
    678688
    679 #: inc/customizer.php:787
     689#: inc/customizer.php:806
    680690msgid "Grid Layout"
    681691msgstr ""
    682692
    683 #: inc/customizer.php:798
     693#: inc/customizer.php:817
    684694msgid "Post Description Length"
    685695msgstr ""
    686696
    687 #: inc/customizer.php:801
     697#: inc/customizer.php:820
    688698msgid "No Content"
    689699msgstr ""
    690700
    691 #: inc/customizer.php:802
     701#: inc/customizer.php:821
    692702msgid "Excerpt Content"
    693703msgstr ""
    694704
    695 #: inc/customizer.php:803
     705#: inc/customizer.php:822
    696706msgid "Full Content"
    697707msgstr ""
    698708
    699 #: inc/customizer.php:813
     709#: inc/customizer.php:832
    700710msgid "Show / Hide Blog Post Thumbnail"
    701711msgstr ""
    702712
    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
    708714msgid "Manage Single Post Section"
    709715msgstr ""
    710716
    711 #: inc/customizer.php:856
    712 msgid "Check To Enable Breadcrumb"
    713 msgstr ""
    714 
    715 #: inc/customizer.php:866
     717#: inc/customizer.php:859
    716718msgid "Enable / Disable Date "
    717719msgstr ""
    718720
    719 #: inc/customizer.php:876
     721#: inc/customizer.php:869
    720722msgid "Enable / Disable Author"
    721723msgstr ""
    722724
    723 #: inc/customizer.php:886
     725#: inc/customizer.php:879
    724726msgid "Enable / Disable Comments"
    725727msgstr ""
    726728
    727 #: inc/customizer.php:896
     729#: inc/customizer.php:889
    728730msgid "Enable / Disable Time"
    729731msgstr ""
    730732
    731 #: inc/customizer.php:917
     733#: inc/customizer.php:910
    732734msgid "Single post sidebar layout"
    733735msgstr ""
    734736
    735737#: inc/customizer.php:932
    736 msgid "Single Post Image Box Shadow"
    737 msgstr ""
    738 
    739 #: inc/customizer.php:954
    740738msgid "Manage Page Section"
    741739msgstr ""
    742740
    743 #: inc/customizer.php:977
     741#: inc/customizer.php:955
    744742msgid "Manage 404 Page Section"
    745743msgstr ""
    746744
    747 #: inc/customizer.php:987
     745#: inc/customizer.php:965
    748746msgid "404 Heading"
    749747msgstr ""
    750748
    751 #: inc/customizer.php:998
     749#: inc/customizer.php:976
    752750msgid "404 Text"
    753751msgstr ""
    754752
    755 #: inc/customizer.php:1018
     753#: inc/customizer.php:992
     754msgid "404 Button"
     755msgstr ""
     756
     757#: inc/customizer.php:1008
    756758msgid "Manage Footer Section"
    757759msgstr ""
    758760
    759 #: inc/customizer.php:1019
     761#: inc/customizer.php:1009
    760762msgid "<p class=\"sec-title\">Manage Footer Section</p>"
    761763msgstr ""
    762764
    763 #: inc/customizer.php:1031
     765#: inc/customizer.php:1021
    764766msgid "Check to Enable Footer Widget"
    765767msgstr ""
    766768
    767 #: inc/customizer.php:1040
     769#: inc/customizer.php:1030
    768770msgid "Footer Background Color"
    769771msgstr ""
    770772
    771 #: inc/customizer.php:1049
     773#: inc/customizer.php:1039
    772774msgid "Footer Background Image"
    773775msgstr ""
    774776
    775 #: inc/customizer.php:1060
     777#: inc/customizer.php:1050
    776778msgid "Footer Image Position"
    777779msgstr ""
    778780
    779 #: inc/customizer.php:1063
    780 #: inc/customizer.php:1179
     781#: inc/customizer.php:1053
     782#: inc/customizer.php:1169
    781783msgid "Center"
    782784msgstr ""
    783785
    784 #: inc/customizer.php:1064
     786#: inc/customizer.php:1054
    785787msgid "Top"
    786788msgstr ""
    787789
    788 #: inc/customizer.php:1067
     790#: inc/customizer.php:1057
    789791msgid "Bottom"
    790792msgstr ""
    791793
    792 #: inc/customizer.php:1076
     794#: inc/customizer.php:1066
    793795msgid "Copyright Line"
    794796msgstr ""
    795797
    796 #: inc/customizer.php:1087
     798#: inc/customizer.php:1077
    797799msgid "Copyright Link"
    798800msgstr ""
    799801
    800 #: inc/customizer.php:1101
     802#: inc/customizer.php:1091
    801803msgid "Coypright Color"
    802804msgstr ""
    803805
    804 #: inc/customizer.php:1114
     806#: inc/customizer.php:1104
    805807msgid "BG Color"
    806808msgstr ""
    807809
    808 #: inc/customizer.php:1127
     810#: inc/customizer.php:1117
    809811msgid "Title Color"
    810812msgstr ""
    811813
    812 #: inc/customizer.php:1140
     814#: inc/customizer.php:1130
    813815msgid "Description Color"
    814816msgstr ""
    815817
    816 #: inc/customizer.php:1153
     818#: inc/customizer.php:1143
    817819msgid "List Color"
    818820msgstr ""
    819821
    820 #: inc/customizer.php:1162
     822#: inc/customizer.php:1152
    821823msgid "Check To Show Scroll To Top"
    822824msgstr ""
    823825
    824 #: inc/customizer.php:1175
     826#: inc/customizer.php:1165
    825827msgid "Scroll To Top Positions"
    826828msgstr ""
    827829
     830#: inc/customizer.php:1178
     831msgid "Scroll To Top Button Text"
     832msgstr ""
     833
    828834#: inc/customizer.php:1188
    829 msgid "Scroll To Top Button Text"
    830 msgstr ""
    831 
    832 #: inc/customizer.php:1198
    833835msgid "Scroll to Top Button Shape"
    834836msgstr ""
    835837
    836 #: inc/customizer.php:1203
     838#: inc/customizer.php:1193
    837839msgid "Box"
    838840msgstr ""
    839841
    840 #: inc/customizer.php:1204
     842#: inc/customizer.php:1194
    841843msgid "Curved"
    842844msgstr ""
    843845
    844 #: inc/customizer.php:1205
     846#: inc/customizer.php:1195
    845847msgid "Circle"
    846848msgstr ""
    847849
    848 #: inc/customizer.php:1216
     850#: inc/customizer.php:1206
    849851msgid "Footer widget area"
    850852msgstr ""
    851853
    852 #: inc/customizer.php:1218
     854#: inc/customizer.php:1208
    853855msgid "One"
    854856msgstr ""
    855857
    856 #: inc/customizer.php:1219
     858#: inc/customizer.php:1209
    857859msgid "Two"
    858860msgstr ""
    859861
    860 #: inc/customizer.php:1220
     862#: inc/customizer.php:1210
    861863msgid "Three"
    862864msgstr ""
    863865
    864 #: inc/customizer.php:1221
     866#: inc/customizer.php:1211
    865867msgid "Four"
    866868msgstr ""
    867869
    868 #: inc/customizer.php:1237
     870#: inc/customizer.php:1227
    869871msgid "Manage Footer Social Section"
    870872msgstr ""
    871873
    872 #: inc/customizer.php:1238
     874#: inc/customizer.php:1228
    873875msgid "<p class=\"sec-title\">Manage Footer Social Section</p>"
    874876msgstr ""
    875877
    876 #: inc/customizer.php:1303
     878#: inc/customizer.php:1293
    877879msgid "Google Fonts"
    878880msgstr ""
    879881
     882#: inc/customizer.php:1339
     883msgid "Select your desired font for the headings."
     884msgstr ""
     885
    880886#: inc/customizer.php:1349
    881 msgid "Select your desired font for the headings."
    882 msgstr ""
    883 
    884 #: inc/customizer.php:1359
    885887msgid "Select your desired font for the body."
    886888msgstr ""
     
    13101312msgstr ""
    13111313
     1314#: inc/upgrade-to-pro.php:26
     1315msgid "Premium Demo"
     1316msgstr ""
     1317
    13121318#: inc/upgrade-to-pro.php:28
    13131319msgid "Rate Us"
     
    13161322#: inc/upgrade-to-pro.php:30
    13171323msgid "Support Forum"
     1324msgstr ""
     1325
     1326#: inc/upgrade-to-pro.php:32
     1327msgid "Theme Page"
     1328msgstr ""
     1329
     1330#: inc/upgrade-to-pro.php:34
     1331msgid "Theme Documentation"
    13181332msgstr ""
    13191333
  • business-school/0.4/readme.txt

    r297451 r299461  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 0.3.9
     7Stable tag: 0.4
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    186186* Resolved minor css error.
    187187
     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
    188198== Resources ==
    189199
  • business-school/0.4/single.php

    r251030 r299461  
    1717                    <section class="site-main">
    1818                        <?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>
    2523                            <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    2624                            <?php the_post_navigation(); ?>
     
    4543                    <section class="site-main">
    4644                        <?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>
    5349                            <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    5450                            <?php the_post_navigation(); ?>
     
    6561                <section class="site-main">
    6662                    <?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>
    7367                        <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    7468                        <?php the_post_navigation(); ?>
  • business-school/0.4/style.css

    r297451 r299461  
    55Author URI: https://www.theclassictemplates.com/
    66Description: 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.9
     7Version: 0.4
    88Tested up to: 6.8
    99Requires PHP: 5.6
Note: See TracChangeset for help on using the changeset viewer.