Commit graph

368 commits

Author SHA1 Message Date
James Koster
1bed2b1d4d new: scrolling header cart
The more products in the cart, the less user-friendly the header
dropdown becomes. Giving it a `max-height` and making it scroll
resolves this. It also addresses an issue where using the Sticky header
/ Sticky nav option in the Storefront Designer extension would render
the bottom of the dropdown un-viewable when there are many products in
the cart, as it is always off-screen.
2015-07-24 13:33:54 +01:00
James Koster
672938d703 added 'free' marker to appropriate child themes on welcome screen
ProShop / Galleria have ‘buy now’ buttons so it’s clear they are
commercial products. Deli and Boutique just had ‘install now’ buttons
though so there may have been confusion there.
2015-07-24 10:45:41 +01:00
James Koster
3fcb6749a1 Cart widget buttons now display: block.
Previously they displayed inline. This could cause issues with small
sidebars / font size changes - the buttons would stack and look ugly.
Making them `display: block;` provides a more consistent experience.
2015-07-23 16:31:15 +01:00
James Koster
a7faf3b74f Only enqueue the Storefront welcome screen css on the welcome screen. closes #208 2015-07-23 16:24:31 +01:00
James Koster
72b3ea9314 Ensure all controls added to the Customizer have a priority
So that extensions / child themes have control over where custom
controls they add appear in the display order of settings.
2015-07-22 15:29:50 +01:00
James Koster
ee3b2c0e5a Creates consistency of color setting naming order. closes #206
Previously Header, Footer and Typography settings had random ordering
of controls. Now they all follow the same pattern: Background color >
Heading color > Text color > Link color
2015-07-22 15:26:34 +01:00
James Koster
d8b4da7b94 Adds a title to the header image control. closes #207
Because Storefront changes the ‘Header image’ section title to just
‘Header’ and adds other controls, we need to add a title to the header
image control to create separation between the header settings.
2015-07-22 15:15:04 +01:00
James Koster
54b67cb24a arrows. #203 2015-07-21 20:48:25 +01:00
James Koster
b197714d35 extensions rtl. #203 2015-07-21 17:57:15 +01:00
James Koster
a9cbc4bcdf Merge pull request #205 from fklein-lu/enhancement-automate-rtl
Add Automated RTL Support
2015-07-21 17:43:43 +01:00
Fränk Klein
f9f903cc44 Add Automated RTL Support
- Uses the Grunt RTLCSS plugin to automatically generate the stylesheet.
- Stylesheet enqueuing is handled in the theme.
2015-07-21 18:23:37 +02:00
James Koster
c3a0f9520b Merge pull request #204 from fklein-lu/fix-sanitization-handling
Fixes for custom sanitization functions.
2015-07-21 15:20:51 +01:00
Fränk Klein
0b0710227a Fixes for custom sanitization functions.
- Removes extra wrapper functions around Core sanitization functions.
- Simplifies the code of the `storefront_sanitize_checkbox()` function.
- Updates the changelog.
2015-07-21 15:54:09 +02:00
James Koster
edab08b2fb No need for read more's. 2015-07-21 14:48:34 +01:00
James Koster
2ce94f43fc welcome screen revamp 2015-07-21 14:41:49 +01:00
James Koster
d9164ad48c typo. closes #202 2015-07-21 10:10:03 +01:00
James Koster
08ec5395d5 Pay for order screen layout when using full width page template on my account. 2015-07-20 12:59:11 +01:00
James Koster
987075b714 image update 2015-07-14 19:19:25 +01:00
James Koster
77a55b2709 add reviews to welcome screen. closes #199 2015-07-14 11:23:00 +01:00
James Koster
6cd5000cd5 Merge pull request #198 from SiR-DanieL/patch-1
Commented translation
2015-07-14 10:45:03 +01:00
Nicola Mustone
f98b2519c1 commented translation 2015-07-13 12:54:05 +02:00
James Koster
00bcda8d27 single product layout. #197 2015-07-13 11:12:50 +01:00
James Koster
f8cb359fc2 bundles files. #197 2015-07-13 10:58:22 +01:00
James Koster
2fe0689c5b doc 2015-07-09 16:36:27 +01:00
James Koster
19b6f250ad new fangled 404. closes #190 2015-07-09 16:23:09 +01:00
James Koster
af674be682 display features images on pages. closes #191 2015-07-09 13:11:24 +01:00
James Koster
fed1182d2f add proshop to welcome screen. closes #192 2015-07-09 12:41:45 +01:00
James Koster
c0c17c0185 spacing 2015-07-07 16:57:59 +01:00
Yoav Farhi
ac1ce8dd30 default layout in rtl to left sidebar 2015-07-07 14:13:14 +03:00
James Koster
6f99f6a805 localization stuffs 2015-07-02 15:32:07 +01:00
James Koster
29f9deac68 tidy up 2015-06-25 12:36:26 +01:00
James Koster
d740d473c9 hello Storefront_Custom_Radio_Image_Control 2015-06-25 11:54:20 +01:00
James Koster
9dccf829b2 new sanitisation functions 2015-06-25 11:29:09 +01:00
James Koster
ef07ea0296 welcome screen visibility. closes #189 2015-06-23 11:14:24 +01:00
James Koster
366194e54d deposits rtl. #122 #186 2015-06-15 15:30:33 +01:00
James Koster
57ac70fb35 deposits #186 2015-06-15 15:11:09 +01:00
James Koster
89eb9dda6a tabberinos 2015-06-10 15:47:26 +01:00
James Koster
3117807496 No more do_shortcode(). closes #184 2015-06-10 15:32:20 +01:00
James Koster
e8cfc2e383 galleria. closes #183 2015-06-10 12:15:16 +01:00
James Koster
7a1f6a52e2 escaping / $storefront_version 2015-06-10 10:49:48 +01:00
James Koster
b32e5f3795 hook city 2015-05-14 11:55:52 +01:00
James Koster
44a8e99dd4 added deli to welcome screen. closes #181 2015-05-12 20:23:37 +01:00
James Koster
979fcb3c40 featured products. closes #177 2015-05-12 15:46:37 +01:00
Nirav Mehta
93237d2ac6 Check to see if "Layout_Picker_Storefront_Control" class exists
This will allow child themes to override Layout options. (we created a child theme that offers a 1 column layout, so had to override this class)
2015-05-08 17:24:34 +05:30
Caleb Burks
318d1c97ad Increase readability debug logs in messages 2015-05-05 16:31:21 -07:00
Caleb Burks
b9b98d4424 Increase readability for debug info 2015-05-04 20:09:18 -07:00
James Koster
207158ab16 modular scale ^^ 2015-05-01 10:06:09 +01:00
James Koster
0b94528a9e Merge pull request #173 from WPprodigy/patch-1
Provide spacing for multiple my-account buttons
2015-05-01 10:05:25 +01:00
James Koster
df8da6b077 pagination. closes #172 2015-05-01 09:59:48 +01:00
Caleb Burks
4365dc1c36 Provide spacing for multiple my-account buttons
When there are more than one actions available on the account page for an order, the buttons are run together.

Before: http://cld.wthms.co/wwHD

After: http://cld.wthms.co/1hM9n
2015-04-30 19:37:44 -07:00