Commit graph

579 commits

Author SHA1 Message Date
James Koster
59f862db5b remove style.css & style-rtl.css
No need to track files that are generated automatically.
2015-08-04 11:27:45 +01:00
James Koster
0b80a2832c Removing WooCommerce .css files
No need to track files that are generated automatically.
2015-08-04 10:46:17 +01:00
Fränk Klein
a2ea5647aa .gitignore: Ignore compiled CSS files in the WooCommerce includes. 2015-08-02 13:30:06 +02:00
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
3a0d120afa Revert "stringmap"
This reverts commit edfad4452e.
2015-07-22 15:12:17 +01:00
James Koster
edfad4452e stringmap 2015-07-22 10:45:06 +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
db9879dd40 Merge pull request #200 from fklein-lu/fix-escaping-on-404
Fix escaping on 404
2015-07-21 10:11:37 +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
Fränk Klein
759fc7e7c9 Fixes escaping in the 404.php template.
- Static strings (as in `echo 'hey';`) or numbers do not need to be
escaped, as there is no possibility to change them without changing the
code.
- When escaping numbers passed to query functions, `absint()` should be
used instead of `intval()`, to make sure to obtain positive integers.
- Strings that are output in HTML should be escaped with `esc_html()`
instead of `esc_attr()`.
- `esc_attr( __() )` can be written as `esc_attr__()`, same for
`esc_html( __() )`.
- Translations should always be escaped.
2015-07-16 18:25:17 +02: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
James Koster
6efbabed80 handheld menu spacing 2015-07-13 14:53:22 +01:00
James Koster
6ca67531ae horizontal scroll. closes #195 2015-07-13 14:44:57 +01:00
Nicola Mustone
f98b2519c1 commented translation 2015-07-13 12:54:05 +02:00
James Koster
8f1b19de99 changelog. #197 2015-07-13 11:16:25 +01: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
16db9af905 sanitise & space 2015-07-10 22:52:06 +01:00
James Koster
ce59edb84a 404 2015-07-10 16:50:34 +01:00
James Koster
b2af4b864b sanitize 2015-07-09 16:37:52 +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
4566a73fa1 bump dep vers 2015-07-09 13:37:29 +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
James Koster
4f0c877666 tab icons and some tidy up. closes #194 2015-07-07 13:47:33 +01:00
James Koster
c5800b6dbc Merge pull request #193 from yoavf/RTLFixes
RTL fixes
2015-07-07 13:29:57 +01:00
Yoav Farhi
c31dbb21ba move this outside of the media query since it's also relevant for smaller screens 2015-07-07 14:41:22 +03:00
Yoav Farhi
ac1ce8dd30 default layout in rtl to left sidebar 2015-07-07 14:13:14 +03:00
Yoav Farhi
7d1ae4788a default the email field to LTR 2015-07-07 14:03:01 +03:00
Yoav Farhi
7d743936fc adjust margin of arrows in shopping cart menu 2015-07-07 13:57:48 +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