== Bonyo (Full) == Requires at least: 4.7 Tested up to: WordPress 5.1 Requires PHP: 5.6 Tags: one-column, two-columns, right-sidebar, microformats, translation-ready Stable tag: 0.9 Contributors: gatolabo Donate link: No, thank you. License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Copyright == Bonyo, Copyright 2019 Gato. Bonyo 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. Bonyo bundles the following third-party resources: Font Awesome icons, Copyright Dave Gandy License: SIL Open Font License, version 1.1. Source: http://fontawesome.io/ Alpha Color Picker Customizer Control License: GPL Source: https://github.com/BraadMartin/components/tree/master/customizer/alpha-color-picker Bonyo incorporates code from Reset CSS, Copyright 2011 Eric A. and Kathryn S. Meyer. Reset CSS is distributed under the public domain. Reset CSS: Eric A. and Kathryn S. Meyer. License: none (public domain) Source: http://meyerweb.com/eric/tools/css/reset/ Bonyo incorporates code from Echo.js, Copyright 2016 Todd Motto. Echo.js is distributed under the terms of the MIT License. Echo.js, Copyright 2016 Todd Motto License: MIT License Source: https://github.com/toddmotto/echo == Description == Bonyo is a minimal and fast theme. Javascript is eliminated in the theme. Bonyo has a pure CSS navigation menu that is responsive and mobile-friendly. Unlimited fully free version has CSS minimization function and static sidebar function. Also, a theme for Classic mode of Automattic's AMP plug-in will be included. https://gato.intaa.net/net/bonyo/ -- About CSS minimization. -- When you log out from the WordPress administration panel, "style.min.css" will be created or updated. If the "css-minimize.php" file is unnecessary, delete it. The "css-minimize.php" file is not related to the processing executed when logging out WordPress administration panel. The same process is in the "inc/extra-admin.php". -- About static sidebar. -- The static sidebar is very fast, but the same content is displayed each time. If the static sidebar is enabled, the HTML code of the sidebar is output to the "sidebar-static.php" template file. If the dynamic sidebar is enabled, the sidebar is processed and output every time. This is normal processing of the WordPress. The template file used is sidebar.php. The template file for the dynamic sidebar is "sidebar.php". Select static sidebar or dynamic sidebar in theme customization of admin panel. The initial value is dynamic. -- About lazy loading -- The "echo.js" has adopted the lazy loading of images for Bonyo. Lazy loading can be enabled with the theme option of the admin panel. == Installation == 1. In your admin panel, go to Appearance > Themes and click the Add New button. 2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now. 3. Click Activate to use. == Frequently Asked Questions == none. == Screenshots == Top screen. == Upgrade Notice == none. == Changelog == = v1.0 = * Released: April 3, 2019 Added: theme customizer. (inc/bny-customizer.php) Added: Alpha Color Picker. Changed: Narrow menu width. Fixed: Some styles. Fixed: Archive list page. = v0.9 = * Released: March 6, 2019 Changed readme.txt. Changed functions.php. Deleted inc directory. Deleted "css-minimize.php.txt". Deleted static sidebar function. Added static sidebar function. Deleted css minimization function. = v0.8 = (withdrawed version) * March 5, 2019 = v0.7 = * Released: March 4, 2019 The stylesheet (for navigation) was fixed. Created localization files. (Japanese) = 0.6 = * Released: March 3, 2019 Initial release Navigation stylesheet was fixed. = 0.5 = * Snapshot: March 2, 2019 Navigation menu was changed. functions.php was written. = 0.4 = * Snapshot: March 1, 2019 Navigation menu for narrow screen was written. = 0.3 = * Snapshot: February 28, 2019 Navigation menu for wide screen was written. = 0.2 = * Snapshot: February 27, 2019 Some stylesheets ware written. = 0.1 = * Snapshot: February 26, 2019 Several parts were written.