=== LMS Education Study ===
Contributors: TheMagnifico52
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
Stable tag: 0.4
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: three-columns, four-columns, translation-ready, wide-blocks, block-styles, custom-logo, one-column, two-columns, grid-layout, sticky-post, custom-background, custom-colors, footer-widgets, custom-header, custom-menu, featured-images, flexible-header, threaded-comments, theme-options, left-sidebar, right-sidebar, full-width-template, editor-style, portfolio, education, blog, post-formats, translation-ready

== Description ==

LMS Education Study is a powerful and versatile WordPress theme designed specifically for educational institutions such as schools, colleges, universities, and online learning platforms. Built around a robust Learning Management System (LMS), it provides the perfect platform for creating and managing online courses, virtual classrooms, and student portals. This theme is ideal for educators, tutors, and academic organizations looking to offer a seamless and interactive learning experience. With its responsive design, the LMS Education Study WordPress Theme ensures that your site looks great on any device, whether accessed on a desktop, tablet, or smartphone. It offers a range of customization options, allowing you to tailor the design to match your institution’s branding. The theme includes features like faculty profiles, course catalogs, and event management, making it easy to showcase academic programs, workshops, and certification programs. WooCommerce integration enables you to manage course enrollments and sell educational materials directly from your site. The theme also supports multimedia content, quizzes, exams, and online assessments, enhancing student engagement and learning outcomes. SEO optimization helps boost your site’s visibility, ensuring that potential students can easily find your courses. Its user-friendly interface and advanced features make it a top choice for any educational institution aiming to deliver a high-quality digital learning experience.

== Installation ==

1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in LMS Education Study in the search form and press the 'Enter' key on your keyboard.
3. Click on the 'Activate' button to use your new theme right away.
4. Navigate to Appearance > Customize in your admin panel and customize to taste.

== Copyright ==

LMS Education Study WordPress Theme, Copyright 2024 TheMagnifico52
LMS Education Study is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

== Frequently Asked Questions ==

= Does this theme support any plugins? =

LMS Education Study includes support for Infinite Scroll in Jetpack.

== Credits ==

LMS Education Study bundles the following third-party resources:

Bootstrap, Copyright (c) 2011-2024 The Bootstrap Authors
**License:** MIT
Source: https://github.com/twbs/bootstrap

Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

TGMPA
* GaryJones Copyright (C) 1989, 1991
* https://github.com/TGMPA/TGM-Plugin-Activation/blob/develop/LICENSE.md
* License: GNU General Public License v2.0

OwlCarousel
 * Copyright 2013-2017 David Deutsch
 * https://github.com/OwlCarousel2/OwlCarousel2
 * https://github.com/OwlCarousel2/OwlCarousel2/blob/develop/LICENSE

Bootstrap
 * Bootstrap v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

PSR-4 autoloader
  * Justin Tadlock
  * License: https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0-or-later
  * Source: https://github.com/WPTRT/autoload

Webfonts Loader
  * https://github.com/WPTT/webfont-loader
  * License: https://github.com/WPTT/webfont-loader/blob/master/LICENSE

CustomizeSectionButton
  * Justin Tadlock
  * Copyright 2019, Justin Tadlock.
  * License: https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0-or-later
  * https://github.com/WPTRT/customize-section-button

Pxhere Images,
	License: CC0 1.0 Universal (CC0 1.0)
	Source: https://pxhere.com/en/license

	License: CC0 1.0 Universal (CC0 1.0)
	Source: https://pxhere.com/en/photo/640835

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/1246944

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/1366709

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/115778

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/698271

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/1447013

  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://pxhere.com/en/photo/757603

== Changelog ==

= 0.4 =
* Fixed: Added href attribute to back-to-top anchor element in footer.php.
* Fixed: Resolved orphaned div element in index.php template loop.
* Fixed: Corrected esc_url/esc_attr misuse in inc/template-tags.php comment author and date output; now uses get_comment_author_link() and esc_html__().
* Fixed: Removed stray </i> closing tag in template-parts/content-single.php.
* Fixed: Removed console.log in assets/js/theme-importer.js error handler.
* Fixed: Removed console.log calls from inc/theme-installation/assets/js/theme-installation.js error handlers.
* Fixed: Added _ajax_nonce field to recommend action AJAX request in theme-installation.js.
* Fixed: Renamed nr_actions_recommended to count_actions_recommended in wp_localize_script call.
* Fixed: Added recommend_action_nonce to wp_localize_script for theme-installation.
* Fixed: Added sanitize_key/wp_unslash to $_GET['id'] and $_GET['todo'] in theme-installation.php.
* Fixed: Added check_ajax_referer and current_user_can capability check to update_recommended_action_callback.
* Fixed: Escaped wp_get_theme() output with esc_html() in admin notice.
* Fixed: Corrected broken </h2> and </p> closing tags in admin notice HTML.
* Fixed: Replaced _e() with esc_html_e() for admin notice text.
* Fixed: Added check_ajax_referer to dismissable_notice AJAX handler.
* Fixed: Replaced die() with wp_die() in dismissable_notice handler.
* Fixed: Added add_action hook for ajax_notice_handler.
* Fixed: Added check_ajax_referer and current_user_can to tm_install_and_activate_plugin.
* Fixed: Added check_ajax_referer and current_user_can to tm_check_plugin_exists; sanitized $_POST values.
* Fixed: Added check_ajax_referer and current_user_can to demo_importer_ajax_handler.
* Fixed: Replaced deprecated get_page_by_title() with get_posts() equivalent.


= 0.3

* Added pro btn in 404 settings.
* Added pro btn in post layout settings.
* Added heading typography.
* Added paragraph typography.
* Added sticky header.
* Added woocommerce product sale positions.
* Added woocommerce product sale border radius.
* Added post page image border radius setting.
* Added post page image box shadow setting.
* Added post page image border radius setting.
* Added post page image box shadow setting.
* Added single post page image border radius
* Added single post page image box shadow setting.
* Added Enable single post meta setting.
* Added Enable single post title setting.
* Added Enable single post tags setting.
* Added single post comment title setting.
* Added single post comment button text setting.

= 0.2.9

* Made some changes.

= 0.2.8

* Made some changes.

= 0.2.7

* Update single.php file
* Update page single file.
* Update archive product file.
* Update single-product file.
* Update notice code.
* Added new code of global color.
* Update Demo impoter code.
* Update pattern file.

= 0.2.6

* Added some tags.
* Added post layout option.
* Updated getstart.

= 0.2.5

* Made some changes.

= 0.2.4

* Error resolved.

= 0.2.3

* Updated demo impoter code.
* Updated getstart.

= 0.2.2

* Update 404 page.
* Added 404 page setting.

= 0.2.1

* Minor fixes and improvements.

= 0.2.0

* Added woocommerce related product column setting.
* Added woocommerce related product per page setting.
* Added woocommerce related product show setting.
* Added scroll to top background color option in customizer.
* Added scroll to top color option in customizer.
* Added scroll to top font size option in customizer.
* Added scroll to top border radius option in customizer.

= 0.1.9
* Added upsales links in all section.
* Added prefixing.

= 0.1.8 =
* Updated getstart.
* Added some getstart file.

= 0.1.7 =
* Resolved text domain error.
* Added default sidebar.
* Updated default sidebar CSS.

= 0.1.6 =
* Added footer background color option in customizer.
* Added footer content color option in customizer.
* Added copyright text color option in customizer.
* Added single page sidebar layout option in customizer.
* Updated POT file.

= 0.1.5 =
* Added blog page pagination type option in customizer.
* Added number of posts per row option in customizer.
* Added blog page sidebar position option in customizer.
* Added single post sidebar position option in customizer.
* Added show/hide single post tag option in customizer.
* Updated POT file.

= 0.1.4 =
* Added preloader type option in customizer.
* Added preloader color option in customizer.
* Updated POT file.

= 0.1.3 =
* Added menu font size option in customizer.
* Added menu font weight option in customizer.
* Added menu text transform option in customizer.
* Added slider content layout option in customizer.
* Added slider excerpt length option in customizer.
* Updated POT file.

= 0.1.2 =
* Added site title font size option.
* Added site tagline font size option.
* Added TGM files.
* Updated POT file.

= 0.1.1 =
* Added slider team image setting.
* Updated WooCommerce checkout file.

= 0.1.0 =
* Added blog page excerpt length option in customizer.
* Added blog page excerpt suffix option in customizer.
* Added show/hide blog page navigation in customizer.
* Added site width layout option in customizer.
* Updated POT file.

= 0.0.9 =
* Added scroll to top background color option in customizer.
* Added scroll to top color option in customizer.
* Added scroll to top font size option in customizer.
* Added scroll to top border radius option in customizer.
* Changed default value of search setting in customizer.
* Added POT file.

= 0.0.8 =
* Added products per page setting.
* Added show/hide single product page sidebar option in customizer.
* Added single product page sidebar layout option in customizer.
* Added show/hide shop page sidebar option in customizer.
* Added shop page sidebar layout option in customizer.

= 0.0.7 =
* Media issue resolved.

= 0.0.6 =
* Menu issue resolved.

= 0.0.5 =
* Updated Getstart.

= 0.0.4 =
* Added Getstart.
* Added footer link.
* Added Demo Importer.
* Added global color settings.
* Admin notice added.

= 0.0.3 =
* Esc added in responsive menu.

= 0.0.2 =
* Changed sub-menu style.
* Resolved some errors.

= 0.0.1 =
* Initial release.