An open API service indexing awesome lists of open source software.

https://github.com/woocommerce/houston

A child theme for the popular P2 WordPress theme, used on WooThemes internal P2 properties.
https://github.com/woocommerce/houston

Last synced: 3 months ago
JSON representation

A child theme for the popular P2 WordPress theme, used on WooThemes internal P2 properties.

Awesome Lists containing this project

README

          

# Houston
Houston is a child theme for [p2](http://p2theme.com/), designed by the folks at [WooThemes](http://woothemes.com). It features a device-agnostic design so the layout responds to suit the browser, making it easy to stay up to date when you're on the go. Houston also introduces a handy new widget region beanth the post box and features integration with the "p2 likes" plugin.

### Resourses
Houston makes use of the following resources:

* [FontAwesome Icon font](http://fortawesome.github.io/Font-Awesome/). License: [SIL Open Font License (OFL)](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)

## Changelog

### Version 1.3.1 - 2014.09.10
* Fixed Kudos message length bug.

### Version 1.3.0 - 2013.12.05
* Styled tables.
* The post box sidebar is only fixed if it is shorter than the window height.
* Removed buggy reply link.

### Version 1.2.0 - 2013.11.04
* Integration with [p2 resolved posts](http://wordpress.org/plugins/p2-resolved-posts/) (Kudos John O'Nolan).
* Don't cut off long site titles.
* Integration with [Mention Me](http://wordpress.org/plugins/mention-me/) plugin.
* Integration with [Who's Online](http://wordpress.org/plugins/wp-whos-online/) plugin.
* Fixed issue with button color when placed in widgets.
* Fixed post textarea from expanding beyond the window height and becoming unpublishable.
* Tweaked the post box textarea line height.

### Version 1.1.1 - 2013.10.24
* Better integration with stock p2 options.
* Renamed new_nav_menu_items().
* 'Beneath Post Box' sidebar reigstered via widgets_init callback.

### Version 1.1.0 - 2013.10.14
* Added a more prominent reply link.
* Increased negative text-indent on icon replacement mixin.
* Styled captions and fixed image alignment.

### Version 1.0.3 - 2013.10.10
* Added word-wrap:break-word to fix overflowing links etc.
* Better p2 likes integration.
* Fixed long site title overflow.
* Styled dropdown navigation.

### Version 1.0.2 - 2013.09.17
* Rename theme and functions.
* Fix 404 page layout.
* Post box textrea focused when visible.

### Version 1.0.1 - 2013.08.19
* No longer enqueueing default p2 iphone css and scripts
* Fixed comment edit buttons
* Only add the search bar to the primary custom menu
* Fixed search bar appearance when used in sidebar
* Tweak content layout breakpoint
* Postbox is fixed when scrolling
* Add viewport meta
* Javascript tidy up
* Made post box collapsable

### Version 1.0.0
* Initial Realease!

## Modified Templates
* header.php - Removed `get_sidebar()`. Added `.header-inner`.
* footer.php - Added `get_sidebar()`.
* post-form.php - Removed post types. Removed citation input. Removed post title input. Changed gravatar size (retina love). Removed media buttons. Added 'beneath-post-box' sidebar. Added `.inputs` wrapping div.
* sidebar.php - Just call the sidebar...