=== Estore Woocommerce ===
Contributors: TheMagnifico52
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 1.5.7
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: wide-blocks, block-styles, custom-logo, one-column, two-columns, grid-layout, sticky-post, custom-background, custom-colors, custom-header, custom-menu, footer-widgets, featured-images, flexible-header, threaded-comments, theme-options, left-sidebar, right-sidebar, full-width-template, editor-style, e-commerce, portfolio, food-and-drink, rtl-language-support, post-formats

Estore is a versatile and user-friendly WordPress theme designed to create elegant and feature-rich online stores. With a focus on aesthetics and functionality, Estore provides an optimal platform for individuals and businesses seeking to establish a visually appealing and highly functional e-commerce website.

== Description ==

The eStore theme is a versatile, modern, and user-friendly eCommerce design crafted for businesses and entrepreneurs who want to build a professional and visually appealing online store; featuring a clean, elegant, and fully responsive layout, it ensures a seamless shopping experience across desktops, tablets, and smartphones while maintaining strong visual consistency and usability; designed with performance and conversion in mind, it allows products to be showcased in a structured and attractive way with smooth browsing, quick product previews, and intuitive filtering options that enhance customer experience; it integrates efficiently with eCommerce functionality to support product catalogs, shopping carts, and secure checkout systems, making store management simple and effective even for users without technical expertise; customization options for colors, typography, headers, footers, and branding elements allow complete flexibility to match any business identity and create a distinctive storefront; optimized for speed and SEO, it improves search visibility and ensures fast loading performance for better user engagement and higher conversion rates; AJAX-powered interactions enhance the browsing experience by enabling smooth product updates without page reloads, while retina-ready design ensures crisp visuals on high-resolution screens; combining elegance, flexibility, and advanced eCommerce features, the eStore theme provides a powerful digital platform for building a scalable, engaging, and high-performing online retail business.


== Installation ==

1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in Estore Woocommerce 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 ==

Estore Woocommerce WordPress Theme, Copyright 2023 TheMagnifico52
Estore Woocommerce 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? =

Estore Woocommerce includes support for Infinite Scroll in Jetpack.

== Credits ==

Estore Woocommerce 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)

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
* https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip
* 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/45791

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

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

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

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

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

== Changelog ==

= 1.5.8 =
* Description Update.


= 1.5.7 =

* Done some changes.

= 1.5.6 =

* Fixed malformed HTML closing tags in admin notice (h2, p).
* Fixed missing output escaping: replaced echo wp_get_theme() with esc_html(), _e() with esc_html_e().
* Fixed security: added check_ajax_referer() and current_user_can() to tm_install_and_activate_plugin(), tm_check_plugin_exists() AJAX handlers.
* Fixed security: added nonce verification to estore_woocommerce_dismissable_notice() and estore_woocommerce_ajax_notice_handler().
* Fixed security: added nonce verification and capability check to estore_woocommerce_update_recommended_action_callback() in theme-installation.php.
* Fixed sanitization of $_POST inputs in AJAX handlers using sanitize_key(), sanitize_file_name(), wp_unslash().
* Fixed incorrect esc_attr() usage with multiple arguments in comment date/time display in template-tags.php.
* Fixed esc_url() incorrectly applied to get_comment_author_link() HTML output in template-tags.php.
* Fixed stray </i> HTML tag in content-single.php.
* Fixed orphaned </div> in index.php when no posts are found.
* Fixed scroll-to-top anchor missing href attribute in footer.php.
* Fixed security: added nonce verification and capability check to estore_woocommerce_demo_importer_ajax_handler() AJAX handler.
* Fixed deprecated get_page_by_title() replaced with WP_Query via get_posts() per WordPress 6.2 handbook.
* Fixed key name mismatch: nr_actions_recommended -> count_actions_recommended in theme-installation localize script.
* Replaced console.log() calls in theme-installation.js with silent error handling.
* Replaced console.log() call in theme-importer.js with silent error handling.
* Added nonce to recommend-action AJAX call in theme-installation.js.
* Replaced die() with wp_die() in AJAX handler functions.

= 1.5.5

* Added demo import.

= 1.5.4

* Added post layouts settings option.
* Updated activation notice.
* Updated getstarted.
* Resolved permalink issue.
* Resolved error for global color.
* Resolved error for menu pages in demo import.
* Resolved error for blog page pagination type option.
* Resolved error for single post page sidebar.
* Resolved error for single page sidebar.
* Resolved error for shop page sidebar.
* Resolved error for single product page sidebar.

= 1.5.3

* Made some changes.

= 1.5.2

* Made some changes.

= 1.5.1

* Added bundle notice.

## = 1.5.0

* Update 404 page.
* Added 404 page setting.

## = 1.4.9

* Minor fixes and improvements.

## = 1.4.8

* Added woocommerce related product column setting.
* Added woocommerce related product per page setting.
* Added woocommerce related product show setting.

## = 1.4.7
* Updated getstart.
* Added some getstart file.

## = 1.4.6
* Resolved textdomain error.
* Added default sidebar.
* Updated default sidebar CSS.
* Added default footer.
* Changed menu CSS.

## = 1.4.5
* 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.

## = 1.4.4
* 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.
* Updated POT file.

## = 1.4.3
* Added preloader type option in customizer.
* Added preloader color option in customizer.
* Added show/hide slider image opacity option in customizer.
* Added slider image opacity color option in customizer.
* Added slider image opacity option in customizer.
* Updated POT file.

## = 1.4.2
* 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.

## = 1.4.1
* 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.

## = 1.4
* 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.
* Updated POT file.

## = 1.3.9
* Added show/hide slider option in customizer.
* Added show/hide slider title option in customizer.
* Added show/hide slider content option in customizer.
* Added show/hide slider button option in customizer.
* Added slider button text option in customizer.
* Added POT file.

## = 1.3.8
* Added copyright content alignment option.
* Added show/hide post page content option.
* Added footer content alignment option.
* Added show/hide single post page content option.

## = 1.3.7
* Added single post image border radius option.
* Added single post image box shadow option.
* Added footer widget heading alignment option.
* Added footer background image position option.

## = 1.3.6
* Updated archive product template.
* Added default image in archive post.
* Updated lite & pro URLs.

## = 1.3.5
* Changed the URLs for the theme.

## = 1.3.4
* Added default image for slider.
* Added CSS for slider height.
* Updated to latest Bootstrap version.
* Added free doc button in Get Started.
* Improved responsive container width.
* Enhanced submenu CSS.
* Replaced get start function.
* Replaced admin JS.
* Completed responsive CSS.
* Finalized homepage styling.

## = 1.3.3
* Added show/hide footer option in customizer.
* Added product sale badge border radius option.
* Added scroll to top icon border radius option.

## = 1.3.2
* Added upsale button in multiple customizer sections.
* Added free doc link in Get Started.
* Enhanced responsive shop page CSS.

## = 1.3.1
* Added WooCommerce product border radius option.
* Added site title and tagline color options.

## = 1.3
* Added show/hide post navigation option.
* Added copyright background color.

## = 1.2.9
* Added slider height option in customizer.
* Added footer background image option.

## = 1.2.8
* Added hover effect for homepage.
* Added hover effect for post page.

## = 1.2.7
* Changed Get Started.
* Updated RTL CSS.
* Added hover styling.

## = 1.2.6
* Added single post comment title and button text options.
* Added product sale badge position setting.
* Removed redirection function.
* Added Get Started notice.

## = 1.2.5
* Resolved footer CSS issues.
* Fixed minor menu issues.
* Added responsive menu CSS.
* Added condition for site tagline.

## = 1.2.4
* Added single product/shop page sidebar options and layout controls.
* Added slider image opacity option.

## = 1.2.3
* Changed redirection function.

## = 1.2.2
* Added preloader color setting.
* Added site title/tagline toggle settings.
* Added logo resize setting.
* Added WooCommerce product per row setting.
* Added post page button toggle.
* Added single post tags toggle.

## = 1.2.1
* Added RTL CSS.
* Added scroll to top toggle and position.
* Added custom-option file.
* Enhanced footer copyright.
* Added footer credit link.
* Added post and page settings.
* Added post format support.
* CSS improvements for WooCommerce and footer widgets.

## = 1.2
* Added URLs and pro URLs in customizer.
* Added Get Started section.
* Added demo CSS.
* Added general settings.
* Added preloader toggle.

## = 1.1
* Removed deprecated functions.

## = 1.0
* Initial release.
