Make WordPress Themes

Changeset 258950


Ignore:
Timestamp:
02/08/2025 03:53:41 AM (10 months ago)
Author:
themedropbox
Message:

New version of Elearning Workshop - 0.0.6

Location:
elearning-workshop/0.0.6
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • elearning-workshop/0.0.6/custom-option.php

    r255594 r258950  
    6969        $lms_education_study_theme_css .='}';
    7070    }
     71
     72    /*---------- Preloader CSS -------*/
     73    $lms_education_study_preloader2_dot_color = get_theme_mod('lms_education_study_preloader2_dot_color');
     74    $lms_education_study_theme_css .='.load hr {';
     75        $lms_education_study_theme_css .='background-color: '.esc_attr($lms_education_study_preloader2_dot_color).';';
     76    $lms_education_study_theme_css .='}';
  • elearning-workshop/0.0.6/header.php

    r254354 r258950  
    2424
    2525<?php if(get_theme_mod('lms_education_study_preloader_hide','')){ ?>
    26     <div class="loading">
    27         <div class="dot"></div>
    28         <div class="dot"></div>
    29         <div class="dot"></div>
    30     </div>
     26    <?php if(get_theme_mod('lms_education_study_preloader_type','Preloader 1') == 'Preloader 1'){ ?>
     27        <div class="loading">
     28            <div class="dot"></div>
     29            <div class="dot"></div>
     30            <div class="dot"></div>
     31        </div>
     32    <?php } elseif(get_theme_mod('lms_education_study_preloader_type','Preloader 2') == 'Preloader 2') {?>
     33        <div class="loading2">
     34            <div class="load">
     35                <hr/><hr/><hr/><hr/>
     36            </div>
     37        </div>
     38    <?php }?>
    3139<?php } ?>
    3240<div id="page" class="site">   
  • elearning-workshop/0.0.6/readme.txt

    r255594 r258950  
    44Tested up to: 6.6
    55Requires PHP: 7.2
    6 Stable tag: 0.0.5
     6Stable tag: 0.0.6
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    106106* Added slider excerpt length condition.
    107107
     108= 0.0.6
     109
     110* Added preloader code in header.
     111* Added inline CSS for preloader.
     112
    108113== Theme Changes ==
    109114
  • elearning-workshop/0.0.6/style.css

    r255594 r258950  
    66Author URI: https://www.themagnifico.net/
    77Description: Elearning Workshop is a dynamic and versatile WordPress Theme designed specifically for educational institutions and professionals offering online courses. This theme is ideal for e-learning platforms, digital education providers, and online certification programs. Whether you're offering digital marketing courses, online coding classes, or professional development workshops, this theme provides a comprehensive solution for creating a professional and engaging online presence. Built with a focus on online learning, the theme features a clean and modern design that enhances the user experience. It supports various types of online courses including MOOCs, digital skills courses, and online degree programs. Its user-friendly interface allows for easy navigation and interaction, making it accessible for both instructors and students. The theme also includes features like course catalogue layouts, enrollment options, and interactive content sections, helping educational institutions effectively manage and display their course offerings. Visually, the theme stands out with its sleek design and customizable elements. It includes pre-designed page layouts, vibrant colour schemes, and engaging imagery that reflect the dynamic nature of online education. The theme’s responsive design ensures that the website looks great on all devices, from desktops to smartphones. It also features image and video galleries to showcase course content and testimonials, helping build credibility and attract potential students.
    8 Version: 0.0.5
     8Version: 0.0.6
    99Tested up to: 6.6
    1010Requires PHP: 7.2
     
    3131    bottom: 0;
    3232}
     33.load hr {
     34    background: #1AB69D;
     35}
    3336button.button-offcanvas-close, span.navbar-control-trigger i, .featured .about-btn a, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-account .woocommerce-MyAccount-navigation ul li, .pro-button a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .wp-block-button__link, .sidebar .tagcloud a:hover, .sidebar h5, .comment-respond input#submit, a.btn-text, .search-form-main input.search-submit, .sidebar input[type="submit"], .sidebar button[type="submit"], #colophon, span.head-btn a, #top-slider .slide-btn a, .box-icon, .site-navigation ul.primary-menu.theme-menu li a:hover, .main-navigation .menu > li > a:focus, #button {
    3437    background: #EE4A62;   
Note: See TracChangeset for help on using the changeset viewer.