=== Kubelio ===
Contributors: kubelio
Tags: e-commerce, one-column, two-columns, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
 
A free WooCommerce theme built for simplicity. No page builder needed — just the native Block Editor (Gutenberg). Includes one-click demo import, Customizer color controls, and a distraction-free checkout page.
 
 
== Description ==
 
Kubelio is a free WooCommerce theme designed for one purpose: helping you sell.
 
Most WooCommerce themes are overbuilt. They come loaded with panels, settings, and dependencies that slow your store down and make setup feel overwhelming. Kubelio takes the opposite approach — every feature earns its place, and everything that adds complexity without adding value is left out.
 
The result is a theme that's fast to set up, easy to manage, and built around your products — not the theme itself.
 
**What makes Kubelio different:**
 
- **Distraction-free checkout** — A dedicated checkout template with no navigation links, no menu, nothing that pulls customers away before they complete their purchase. This alone can lift your conversion rate.
- **Native Block Editor support** — Built on Gutenberg. No Elementor, no WPBakery, no third-party page builder to install or maintain. Just the editor that already comes with WordPress.
- **Custom blocks included** — Product showcase, product slider, and product category blocks let you build a storefront that looks professional without touching code.
- **Full WooCommerce Blocks compatibility** — Works seamlessly with WooCommerce's own blocks for product grids, cart, checkout, and more.
- **Lightweight codebase** — No heavy frameworks, no bloat. Your store loads fast from day one.
- **Customizer-based settings** — Adjust colors, typography, and layout from the Customizer. Clean, simple, familiar.
 
The free version is fully functional for a real online store. It's not a demo. It's not a trial. You can build and run a complete WooCommerce store with Kubelio at no cost.
 
**Who Kubelio is for:**
 
- First-time store owners setting up their first WooCommerce site
- Non-technical WordPress users tired of themes that require too much configuration
- Store owners switching to a cleaner, faster theme
- Freelancers and designers who need a theme their clients can manage after handoff
 
If you want a theme that gets out of the way and lets your products do the selling, Kubelio is the right choice.
 
 
== Installation ==
 
1. In your WordPress admin, go to Appearance > Themes > Add New.
2. Click "Upload Theme" and select the kubelio.zip file.
3. Click "Install Now", then "Activate".
4. Make sure WooCommerce is installed and activated.
5. Go to Appearance > Customize to adjust colors, typography, and layout.
 
That's it. Your store is ready.
 
 
== Frequently Asked Questions ==
 
= Does Kubelio work without WooCommerce? =
Kubelio is built specifically for WooCommerce stores. It will work as a general WordPress theme, but the design and features are optimized for e-commerce.
 
= Does it work with Elementor or other page builders? =
No. Kubelio uses the native WordPress Block Editor (Gutenberg). It does not support Elementor, WPBakery, or other third-party page builders — and this is intentional. The Block Editor is all you need.
 
= Is the free version limited or crippled? =
No. The free version is fully functional for a complete online store. A premium version with additional conversion-focused features is planned for future release, but you don't need it to run a real store.
 
= What is the distraction-free checkout? =
Kubelio includes a dedicated checkout page template that removes the navigation menu, header links, and anything else that could distract a customer during checkout. Fewer distractions at checkout means more completed purchases.
 
= Do I need to know how to code? =
Not at all. Kubelio is designed so that you can go from install to a live, good-looking store without writing a single line of code.
 
= Where can I download Kubelio? =
Kubelio is available for free at kubelio.com.

== Changelog ==
= 1.8.1 =
* Improved: Updated the theme description to meet WordPress.org requirements.
* Improved: Replaced a direct plugin option call with the `kubelio_get_shop_navbar()` function.
* Improved: `kubelio_get_cart_item_thumbnail()` now returns an empty string when no add-on supplies the line-item thumbnail, and `kubelio_get_currency_list()` falls back to an empty list.
* Improved: Aligned the WooCommerce order details and checkout review templates to render the line-item thumbnail through `kubelio_get_cart_item_thumbnail()`.
* Improved: Renamed `kubelio_woocommerce_get_cart_count()` to `kubelio_get_cart_count()` and removed the unused `kubelio_get_option()` wrapper.
* Improved: Regenerated the `kubelio.pot` translation template and added a complete `id_ID` (Bahasa Indonesia) translation.

= 1.8.0 =
* New: Added `kubelio_header` and `kubelio_footer` action hooks for injecting custom content via functions.
* New: Added a Classic catalog style. Available in Appearance > Customize > WooCommerce > Catalog > Catalog Style.
* New: Added a sticky header that appears when scrolling down.
* Improved: Refined the alignment of navigation arrows in the product slider.
* Improved: Updated the text domain in WooCommerce template files from `woocommerce` to `kubelio` for better translation compatibility.
* Fixed: Improved the styling of Cross-sells on the cart page.
* Fixed: Removed extra whitespace above the footer when the page content is shorter than the viewport.

= 1.7.0 =
* New: Moved the product form review UI into a modal.
* New: Added a dedicated empty state UI for products with no reviews.
* New: Added product layout style (accordion,tabs).
* New: Added product links to individual items in the checkout preview.
* Improved: Moved the inline post-share copy-link script out of the template and into an enqueued file (`assets/js/share.min.js`).
* Improved: Documented the licenses of bundled third-party resources (Kirki, TGM Plugin Activation) in the readme.
* Fixed: Google Fonts not being enqueued for typography controls in the customizer.

= 1.6.1 =
* Fixed: Resolved an issue where the search post type was not being set correctly in the offcanvas menu and header search form.

= 1.6.0 =
* New: Added support for rounded images in both the product catalog and product gallery.
* New: Upgraded the demo content importer to Version 2.0 (Import Setup v2) for a smoother, more robust onboarding experience.
* New: Moved the entire import process into the companion plugin (`kubelio-companion`) to reduce theme footprint and optimize system performance.

= 1.5.0 =
* Improved: Centered the review display layout to enhance page visual balance.
* Improved: Converted the product review form into a modern toggleable section with a dedicated "Write a Review" button.
* Improved: Configured the mini cart panel to auto-open immediately after a product is successfully added to the cart.

= 1.4.0 =
* Improved: Refactored the product item grid to be simpler and faster, improving overall rendering performance.
* Improved: Replaced the previous JS-based margin gaps with a CSS padding-based system (`.has-slide-gap`) to ensure perfect alignment and consistent spacing.
* Improved: Enabled `autoHeight` for the main product slider, ensuring the gallery container dynamically adjusts to match varying image heights for a more polished UI experience.
* Improved: Replaced the Block-based mini cart with the classic version for improved speed and compatibility.
* Optimized: Implemented CSS placeholders for sliders to prevent layout shifts (CLS) before JavaScript initialization.
* Optimized: Adjusted spacing and layout between elements on mobile devices (Checkout & Cart) for better consistency.
* Fixed: Resolved an issue where quantity increment buttons were not working on the cart page.

= 1.3.0 =
* Optimized: Optimized the theme's internal loading process to improve website speed and efficiency.
* Optimized: Improved the way theme styles are loaded, ensuring only the necessary parts are processed to make the site feel faster (should_load_separate_core_block_assets).

= 1.2.0 =
* Added: Implemented full support for currency plugins (FOX/WOOCS) and integrated a currency switcher in the header.
* Added: Added a new "Slider Panel" menu style that slides in from the side for enhanced mobile navigation.
* Fixed: Resolved display issues with navigation arrows in the related products carousel on the single product page.

= 1.1.1 =
* Added: Implemented subtle and fluid micro-interactions for header icons to enhance tactile feedback and interactive engagement.
* Fixed: Rectified the display and alignment of the cart and user account icons in the mobile header for a more consistent visual experience.
* Fixed: Fixed the "Copy Link" functionality within the social sharing modal to ensure reliable performance across all browsers.
* Fixed: Optimized content rendering and container dimensions to prevent layout shifts (CLS) on slow network connections.

= 1.1.0 =
* Enhanced: Brightened the primary action button color to improve visual hierarchy and guide users more effectively toward key conversions.
* Enhanced: Significantly increased the font size for prices on single product pages, ensuring better legibility and a more premium feel.
* Enhanced: Optimized button label font sizes for a more compact and streamlined appearance, improving overall layout balance.
* Enhanced: Integrated new status color settings into the Customizer, allowing users to easily adjust 'Info' and other system notification colors.
* Enhanced: Improved tactile feedback with smooth transitions and subtle scale effects for a more responsive user experience.
* Enhanced: Refined image reveal transitions on hover with optimized scaling for better engagement.
* Enhanced: Modernized the post sharing interface with a high-performance modal popup and improved animation logic.
* Fixed: Fixed the automated display logic for the sidebar mini-cart after AJAX 'Add to Cart' actions, ensuring a seamless user flow.

== Resources ==

= Bootstrap Icons =
* Source: https://github.com/twbs/icons
* Copyright: 2019–2024 The Bootstrap Authors
* License: MIT License
* License URI: https://opensource.org/licenses/MIT

= Swiper JS =
* Source: https://github.com/nolimits4web/swiper
* Copyright: 2019 Vladimir Kharlampidi
* License: MIT License
* License URI: https://opensource.org/licenses/MIT

= GLightbox =
* Source: https://github.com/biati-digital/glightbox
* Copyright: 2018 Biati Digital (https://www.biati.digital)
* License: MIT License
* License URI: https://opensource.org/licenses/MIT

= Kirki Customizer Framework =
* Source: https://github.com/themeum/kirki
* Copyright: 2023 Themeum
* License: MIT License
* License URI: https://opensource.org/licenses/MIT

= TGM Plugin Activation =
* Source: https://github.com/TGMPA/TGM-Plugin-Activation 
* Copyright: Thomas Griffin, Gary Jones, Juliette Reinders Folmer
* License: GNU General Public License v2 or later 
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Screenshot ==

screenshot.png is a screenshot of the Kubelio theme homepage. All images shown within
the screenshot — including the banner and product images — were created by the theme
author using Google Gemini and are released under CC0.

* Created by: Kubelio (theme author), generated with Google Gemini
* License: CC0 1.0 Universal (CC0 1.0)
* License URI: https://creativecommons.org/publicdomain/zero/1.0/

== Images ==

All images bundled in assets/images/ were created by the theme author for this theme
(https://kubelio.com), Copyright (C) Kubelio.

* License: CC0 1.0 Universal (CC0 1.0)
* License URI: https://creativecommons.org/publicdomain/zero/1.0/

== Copyright ==

Kubelio WordPress Theme, Copyright 2024–2026 Kubelio
Kubelio is distributed under the terms of the GNU GPL v2 or later.

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.