Tiago Noronha
bcf18d84d6
Merge pull request #700 from woocommerce/fix/680
...
WooCommerce 3.3 columns & rows
2018-01-05 10:23:40 +00:00
Tiago Noronha
38f3d10237
Remove max_rows since we are not setting a limit.
2018-01-04 17:51:15 +00:00
Tiago Noronha
66b0d944c0
Merge pull request #703 from woocommerce/fix/699
...
Add RTL support to icons.css
2018-01-04 14:22:21 +00:00
Jack
9be0aa1012
update link ( #657 )
...
* update link
* Update archive.php
* Update content-none.php
* Update class-storefront.php
* Update index.php
2018-01-04 14:05:25 +00:00
ElectricFeet
d8fbadab61
Remove non-standard outdated CSS
...
Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in #698
2018-01-03 17:49:31 +01:00
Tiago Noronha
29218ebf8a
Add RTL support to icons.css.
2018-01-03 11:55:20 +00:00
Tiago Noronha
f19333235c
Add child theme version to wp_enqueue_style().
2018-01-02 17:30:06 +00:00
Tiago Noronha
13618acfee
Third parameter of wp_enqueue_style() should be an array.
2018-01-02 17:15:22 +00:00
Tiago Noronha
cd5e674dd2
Define WooCommerce default, min, and max columns and rows.
2018-01-02 14:53:53 +00:00
Tiago Noronha
a0b863cf34
Update WooCommerce image sizes to match full width layout sizes.
2017-12-06 16:21:24 +00:00
Tiago Noronha
6735e92a4c
Closes #675 : Define WooCommerce image sizes.
2017-12-04 19:03:20 +00:00
Tiago Noronha
9b48d45eee
Merge pull request #638 from manchumahara/patch-1
...
Custom sidebar hook facility
2017-08-03 13:02:51 +01:00
Tiago Noronha
e4f4c2619a
Enqueue non-minified versions of scripts when SCRIPT_DEBUG is defined.
2017-08-03 12:57:59 +01:00
Sabuj Kundu
b373aee75c
Custom sidebar hook facility
...
childtheme or plugin can hook to add extra sidebar without writing extra widget init hook and also this will work the same way other sidebar work
So, I suggest before sidebar register loop starts put a hook
$sidebar_args = apply_filters( 'storefront_sidebar_args', $sidebar_args );
2017-08-03 17:13:00 +06:00
Tiago Noronha
1790927f8c
Remove structured data.
2017-07-07 17:35:28 +03:00
Tiago Noronha
024631842d
Localize all aria labels
2017-06-23 13:07:47 +03:00
Paul de Wouters
16f312dad7
Escape before output
2017-04-19 11:16:10 +01:00
James Koster
6b793110f9
Add theme support for wc 2.7 gallery
2017-02-09 13:38:54 +00:00
James Koster
aa691a8591
include source sans 600 weight
2017-02-02 21:43:21 +01:00
James Koster
58c94f822f
move rgbaster to vendor dir and update grunt file etc.
2017-01-24 12:34:05 +00:00
James Koster
ee8afc9b7d
Lose adaptive backgrounds, we only need RGBaster
2017-01-24 12:13:11 +00:00
James Koster
4138b170cf
Set the hero color(s) based on the image average color
2017-01-23 19:13:08 +00:00
James Koster
6a943f221f
Display the homepage content section as a 'hero' element when a featured image is set
2017-01-23 17:54:58 +00:00
James Koster
472f5ea993
Allow font awesome to be dequeued. #524
2017-01-19 18:42:23 +00:00
James Koster
df07999d48
Footer widget tweaks
...
* Set default rows to 1
* Rename storefront_footer_widget_regions to
storefront_footer_widget_columns
* Tweak footer widget region names / descriptions based on number of
rows
2017-01-19 14:41:42 +00:00
opportus
53e2e193f4
top footer widget regions - optimization 2nd pass
...
- Fixes column template condition bug
- Added some comments
- Code standardization
2016-10-15 02:31:51 +02:00
opportus
9b451d7006
top footer widget regions - optimization
...
- revert back to the classic naming convention of footer sidebar ID
- delete some blanck spaces
- rename some variables
2016-10-14 21:30:29 +02:00
opportus
859133165a
top footer widget regions - cleaner code
2016-10-14 16:05:25 +02:00
opportus
9662797eb5
top footer widget regions - revision1
2016-10-12 23:25:51 +02:00
opportus
4ce3e5790e
Fixes #484
...
To merge **after** #494 is merged (if it is in first place)
2016-10-08 15:31:11 +02:00
opportus
75718c08fe
top footer widget regions - initial implementation
...
closes #492
2016-10-08 02:23:22 +02:00
opportus
60f22c5572
structured data update
2016-09-26 23:14:46 +02:00
James Koster
fe4ca01477
embed padding/margins
2016-08-22 11:30:38 +01:00
James Koster
4fa21f5b33
selective refresh for widgets.
2016-08-03 10:03:48 +01:00
James Koster
3287622031
adds modularscale-sass and updates css. #431
2016-08-02 15:52:28 +01:00
James Koster
89eb8587d3
coding standards tidy up
2016-08-01 11:17:10 +01:00
James Koster
08f8aad830
Merge pull request #439 from opportus/improved-semantic-html
...
Improved Semantic HTML
2016-08-01 10:46:51 +01:00
Claudio Sanches
f5d7f1a431
Removed closure and properly sanitize all structured data
2016-07-28 11:18:46 -03:00
opportus
528060d7c1
improved semantic html - widgets - revision4
2016-07-27 21:20:02 +02:00
opportus
1adc3b273b
improved semantic html - single post - revision2
2016-07-27 21:15:50 +02:00
opportus
3c1a3b6c00
improved semantic html - widgets - revision3
2016-07-27 20:14:04 +02:00
opportus
c66d6c4da4
improved semantic html - single post
2016-07-27 19:40:14 +02:00
opportus
7185449abb
improved semantic html - widgets - revision2
2016-07-27 02:43:40 +02:00
opportus
d41f4037df
improved semantic html - widgets - revision1
2016-07-27 02:25:29 +02:00
opportus
74ec0499bd
improved semantic html - widgets
2016-07-26 13:07:36 +02:00
opportus
c681270db7
improved semantic html - header and footer fixes
2016-07-26 08:20:51 +02:00
opportus
d6ef3a1f20
structured data security patch
2016-07-20 01:02:40 +02:00
James Koster
7010b86281
$content_width
declaration. closes #406
2016-06-03 15:07:36 +01:00
James Koster
d877359a77
coding standards / changelog
2016-06-01 12:26:01 +01:00
opportus
f05eea7117
Structured data improvement
2016-05-26 07:57:50 +02:00