James Koster
e8968b50bf
fieldset bg. #527
2017-02-27 11:20:36 +00:00
James Koster
2a6e968200
Fix the layout control
2017-02-16 20:41:32 +00:00
James Koster
a89dae7a16
review styling tidy up
2017-02-09 12:39:39 +00:00
James Koster
863f04191e
various typographic tweaks
2017-02-07 14:33:17 +00:00
James Koster
c3c5c9fcb6
white header and other typographical tweaks.
2017-02-06 12:27:24 +00:00
James Koster
4499470f0e
button loading styles
2017-01-20 13:05:41 +00:00
James Koster
d57496cd03
WooCommerce 2.7 compatibility
...
* Cross sells layout
* Order item meta styling
* Don’t display icon if .stock is empty
2017-01-17 12:49:18 +00:00
James Koster
3dbcf40099
Style WooCommerce 2.7's gallery. closes #499
2016-10-17 15:37:22 +01:00
Claudio Sanches
eff55ca707
Fixed customizer and PHP 5.2 compatibility, closes #493
2016-10-08 02:22:00 -03:00
James Koster
230440feeb
move each selector to a separate line
2016-10-03 13:58:29 +01:00
James Koster
885e13a2a5
Fixes star rating selector when WooCommerce lightbox is disabled
...
Also tweaks the styling to always use the ‘star’ icon font to reduce
asset dependency
2016-10-03 13:40:18 +01:00
James Koster
5eeb44399e
check add_partial()
exists before doing selective refresh things. closes #469
2016-09-08 10:58:17 +01:00
James Koster
e126dff16d
copy/paste fail xD
2016-09-07 09:49:03 +01:00
James Koster
b9c6634d5b
Tweak how Customizer defaults are set so that checkboxes will work
2016-09-06 22:31:39 +01:00
Tiago Noronha
f2b02dcc29
Change customizer transport from postMessage to refresh. closes #462
2016-09-01 12:55:39 +02:00
James Koster
71bc5b3961
custom logo selective refresh
2016-08-03 09:49:16 +01:00
James Koster
161d67f1ee
Merge pull request #445 from woothemes/add/selective-refresh
...
Add/selective refresh. closes #362
2016-07-28 16:22:55 +01:00
Claudio Sanches
ff9e81f1c3
Removed closure from Storefront_Customizer
2016-07-28 11:34:41 -03:00
James Koster
c863fb30e2
remove unused code #362
2016-07-27 21:03:47 +01:00
James Koster
9696d24eff
Make the site title and description use selective refresh #362
...
Also removes the js currently used for asynchronous refresh
2016-07-27 19:58:58 +01:00
James Koster
233014aff2
Saved payment method styling. #419
2016-06-20 12:40:50 +01:00
James Koster
715891b6de
Active link color when using the Custom Menu widget in the sidebar. closes #402
...
Should only be applied to the header
2016-05-31 11:40:04 +01:00
James Koster
2b3f52e345
Apply the 'alt' button style to the checkout button in the cart widget.
2016-05-11 14:43:56 +01:00
James Koster
26e5012423
Check that the 'single' theme mods exist before trying to call them. closes #392
...
This will fix the issue folks have been having where styles were
missing (but visible in the Customizer) after upgrading to 2.0.
2016-05-10 16:36:47 +01:00
James Koster
a98ba55b12
Apply defaults when the Customizer is open
...
We need to ensure these are applied when the Customizer is live because
child themes can filter the values.
2016-05-10 15:59:49 +01:00
James Koster
2511f2e0a6
order details
2016-05-03 19:36:50 +01:00
James Koster
cce0f5f811
review / comment style tweaks
...
Makes the individual comments/reviews more distinguishable between one
another
2016-04-25 14:08:07 +01:00
James Koster
3557986345
comment style tweaks
2016-04-25 13:49:21 +01:00
James Koster
20f8edba4b
Use icons for order review radios/checkboxes
2016-04-20 12:14:02 +01:00
James Koster
2120759f49
color defaults
2016-04-18 17:54:32 +01:00
James Koster
83aca2b6b9
various color / style tweaks
...
* Default bg color is now white
* All images have a small border radius
* Embeds now also use source sans
2016-04-15 10:10:20 +01:00
James Koster
edf3eaa510
various typography / design tweaks
2016-04-11 15:16:11 -05:00
James Koster
ccaca9fe6d
checkout style tweaks
2016-03-21 15:30:26 +00:00
James Koster
6dda6623ca
color tweaks
2016-03-21 11:21:37 +00:00
James Koster
a4e201b5eb
remove unnecessary logo prompt in the customizer. #340
2016-03-21 10:22:39 +00:00
James Koster
a832ad3c65
dropdown tweaks
2016-03-18 14:38:59 +00:00
James Koster
d2fb9475b5
Adds support for WordPress 4.5's site logo feature. closes #340
2016-03-18 14:34:16 +00:00
James Koster
b914179964
Use Customiser to style tables and tweak checkout payment styles. closes #349
2016-03-18 12:32:07 +00:00
James Koster
79159b1203
Wrap the main nav / cart in a section and style it
2016-03-18 12:10:14 +00:00
James Koster
6da59b8b59
revert static var
2016-03-17 10:53:28 +00:00
Ernesto Méndez
767a1467fe
Optimize calls for Storefront_Customizer::get_storefront_theme_mods()
...
Currently, each call to `Storefront_Customizer::get_storefront_theme_mods()` incurs several calls to `get_theme_mod()`. Since the method is used in other places, it is a good idea to cache the results during runtime to improve performance. Subsequent calls to the method will use the cached data instead.
2016-03-16 12:10:58 -04:00
James Koster
9dd25a244c
Assign Storefront theme mods to a single option. #348
...
That option is update on theme switch and customizer save.
The inline styles add that option, or the raw settings/styles if the
Customiser is open.
Also adds various new methods to the Storefront_Customizer class to get
styles/theme mods.
2016-03-16 14:15:39 +00:00
James Koster
25bd98c449
improve cart on handheld devices.
2016-03-16 10:24:48 +00:00
James Koster
1d6eec5cac
animate the menu toggle button icon
2016-03-15 16:06:04 +00:00
James Koster
f66f11ce9d
automate the styling of the menu toggle button. closes #342
2016-03-15 15:57:26 +00:00
James Koster
34aad619e5
revert the default settings
2016-03-03 13:38:40 +00:00
James Koster
335c59035b
spacing
2016-03-03 13:27:26 +00:00
James Koster
7b52f2e393
use get_storefront_default_setting_values
to set defaults
2016-03-03 11:45:09 +00:00
James Koster
1409ee5c66
lots of coding standards tweaks. #326
2016-02-19 16:57:56 +00:00
James Koster
c4920aad86
add priorities for clarity
2016-02-17 17:50:07 +00:00