13 Commits

Author SHA1 Message Date
MickeyKay 65d0ea44a6 Update README.md. 2015-05-11 17:18:36 -07:00
MickeyKay d6115d0fae Update README.md. 2015-05-11 17:18:02 -07:00
MickeyKay 880e8c6f50 Bump version to 2.0.0! Woot! 2015-05-11 17:17:19 -07:00
MickeyKay dfe92cbbf3 Fix merge conflict. 2015-05-11 17:16:18 -07:00
MickeyKay 2b989d7424 Fix merge conflict. 2015-05-11 17:15:53 -07:00
MickeyKay 8a6adb7400 Fix whitespace. 2015-05-11 17:13:51 -07:00
MickeyKay 7e666d0bb9 Fixed merge conflicts from feature/trestle-settings. 2015-05-11 17:11:29 -07:00
MickeyKay c7055b91ac Merge branch 'dev' of github.com:MickeyKay/trestle into dev 2015-04-30 16:12:35 -07:00
MickeyKay 67996d4e70 Fix whitespace. 2015-04-30 16:11:39 -07:00
Mickey Kay 1b8e9a7e43 Merge pull request #8 from BraadMartin/dev
Fix bug in the [date] shortcode and improve formatting
2015-04-30 10:11:31 -07:00
Mickey Kay b0506281e8 Update README.md 2014-12-18 10:02:48 -08:00
Mickey Kay eae7e220d9 Update README.md 2014-12-18 09:36:55 -08:00
Mickey Kay 1ebd6ff5df Update README.md 2014-12-18 09:36:00 -08:00
2 changed files with 4 additions and 21 deletions
+3 -20
View File
@@ -1,5 +1,5 @@
Trestle
=======
---------------------
### A handy boilerplate child theme for serious Genesis developers.
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/MickeyKay/trestle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -25,22 +25,5 @@ Here are some of Trestle's many features, check out the [Trestle Demo](http://de
* And more!
#### Settings & Usage
* The Trestle control panel is located at **Genesis → Theme Settings**, in the **Trestle** metabox.
* Examples and usage can all be viewed on the [Trestle Demo](http://demo.mightyminnow.com/theme/trestle/)
#### To Do
* Add ability to click off of mobile menu/search to hide menu/search.
* Rework menu CSS for simplicity (general / primary / secondary / header)
* Convert non-theme functionality to separate Genesis-dependant plugin
* Add in Grunt support for:
* Sass
* Auto-ordering of CSS (CSSComb)
* Translation
* Check other themes for other ideas. . .
* Switch to customizer for theme options instead of Genesis panel (pros? cons?)
* Remove custom background CSS that doesn't make sense (different max-widths, etc)
* Weird extra icons on accordions on demo site.
* Add checkbox to control author box (along with post info/meta) output (see ES: esw-custom.php)
* Mobile menu button setting - either:
* Remove (currently controlled from JS), or
* Pass icon/text as params to jQuery
* All Trestle settings can be accessed via the **Customizer**.
* Examples and usage can all be viewed on the [Trestle Demo](http://demo.mightyminnow.com/theme/trestle/)
+1 -1
View File
@@ -49,7 +49,7 @@ function trestle_theme_setup() {
// Child theme definitions (do not remove).
define( 'TRESTLE_THEME_NAME', 'Trestle' );
define( 'TRESTLE_THEME_URL', 'http://demo.mightyminnow.com/theme/trestle/' );
define( 'TRESTLE_THEME_VERSION', '1.2.0' );
define( 'TRESTLE_THEME_VERSION', '2.0.0' );
define( 'TRESTLE_SETTINGS_FIELD', 'trestle-settings' );
// Setup default theme settings.