Commit graph

5 commits

Author SHA1 Message Date
James Koster
fd4c2b4972 adds a menu bar on handheld devices. #315 2016-02-08 17:13:41 +00:00
James Koster
08f5089c90 redesigned the post meta section 2016-02-05 09:55:25 +00:00
James Koster
97eebe0924 A large code cleanup and sets $storefront_version as a global var
* Strip spaces
* more efficient syntax
* Coding standards compliance
2016-02-04 13:16:31 +00:00
James Koster
03b74ffffd template file tidy up
Also removes and deprecates `storefront_categorized_blog()`
2016-01-21 10:50:49 +00:00
James Koster
5dd0d0d5b5 Refactor step 1!
Replaces the old convoluted / confusing file structure with a neater
class based system. It should now be easier to understand the purpose
of each file.

Performance should see a small bump and it will be easier to extend
core features like the Customizer integration.

File names are more akin to WooCommerce core which improves consistency
/ recognisability.

Assets are all arranged into a single dir rather than being spread out
all over the place.

Deprecated `storefront_sanitize_hex_color()`.

Updated Gruntfile.js to reflect new structure.
2016-01-20 16:02:53 +00:00