mirror of
https://github.com/10h30/trestle.git
synced 2026-07-12 03:06:15 +09:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65d0ea44a6 | |||
| d6115d0fae | |||
| 880e8c6f50 | |||
| dfe92cbbf3 | |||
| 2b989d7424 | |||
| 8a6adb7400 | |||
| 7e666d0bb9 | |||
| c7055b91ac | |||
| 67996d4e70 | |||
| 1b8e9a7e43 | |||
| b0506281e8 | |||
| eae7e220d9 | |||
| 1ebd6ff5df |
@@ -1,5 +1,5 @@
|
||||
Trestle
|
||||
=======
|
||||
---------------------
|
||||
|
||||
### A handy boilerplate child theme for serious Genesis developers.
|
||||
[](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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user