Commit graph

44 commits

Author SHA1 Message Date
Sarah Norris
da3442a201
Replace experimental-link-color with link-color (#7221) 2023-07-13 09:51:43 -04:00
Jason Crist
78fc9b0861
Revert "Added block template support to seedlet. (#4251)" (#4261)
This reverts commit 9f89265cb5.
WP.com doesn't seem ready for this change yet. Reverting until it is.
2021-07-21 10:44:35 -04:00
Jason Crist
9f89265cb5
Added block template support to seedlet. (#4251) 2021-07-21 09:47:56 -04:00
George Stephanis
8347656eb8 Add filter to change bundled google fonts.
Initially intended as a part-fix for #3134 to enable child themes to swap typefaces that get included more easily, this also extends that change across to many themes using the common patterns.

It explicitly does not change the following themes:

Spearhead (uses different endpoint and method)

And the following themes that have multiple functions that generate typeface includes so as to avoid confusion:

* canard
* gazette
* illustratr
* publication
2021-02-18 10:20:38 -05:00
Ben Dwyer
5a410e23c4 All Themes: Fix whitespace in functions.php 2021-02-18 10:17:16 +00:00
Ben Dwyer
40581b9ef5 Spearhead: Use the Seedlet scripts for IE11 fixes 2021-02-01 17:25:00 +00:00
Ben Dwyer
ae13b4e606 Add support for newer Gutenberg features to Seedlet and Varia themes 2021-01-29 09:33:23 +00:00
Jeff Ong
4c2475db18 Fix merge conflicts and editor stylesheet location. 2020-11-12 16:03:38 -05:00
Ben Dwyer
09070c7be6 fix PHP notices 2020-11-12 16:02:34 -05:00
Ben Dwyer
e67ff5c9df implement the jetpack author bio 2020-10-27 12:59:32 +00:00
Ben Dwyer
b06ec63321 Seedlet: Make it possible to hide the author bio 2020-10-27 12:59:32 +00:00
Jeff Ong
e5ecd874aa Bump versions. 2020-10-09 13:53:14 -04:00
Ben Dwyer
2e239058e7 add an RTL stylesheet for the navigation 2020-10-08 10:00:30 +01:00
Ben Dwyer
3f3beec61a Separate the seedlet menu CSS into a different file 2020-10-07 16:37:04 +01:00
Ben Dwyer
69b3264454 update seedlet version number 2020-10-05 13:08:48 +01:00
Ben Dwyer
9ef3e86e3e fixes based on comments on the PR 2020-10-05 12:21:57 +01:00
Ben Dwyer
d4d98a9871 update version number 2020-10-05 11:33:04 +01:00
Ben Dwyer
6f96f604ee Add a version number for the IE11 script 2020-10-05 11:29:49 +01:00
Ben Dwyer
08f6616c18 Support IE11 via a ponyfill 2020-10-05 11:14:08 +01:00
audrasjb
2665cd593a Seedlet: Declare support for HTML5 navigation widgets 2020-09-17 00:29:51 +02:00
Ben Dwyer
47dde347cc Fix seedlet font translator comments 2020-09-09 12:20:51 +01:00
Noah Allen
de000ad8a7
Seedlet: Use WordPress global to detect IE support (#2387) 2020-08-31 11:28:07 -07:00
Kjell Reigstad
d9a7f1f3b0
Add custom units support. (#2408) 2020-08-27 14:39:16 -04:00
Kjell Reigstad
3f6c03cf5c Add Alternating Grid block style for the Latest Posts block. 2020-08-25 12:27:02 -04:00
Jeff Ong
c384005333 Use class_exists instead of get_theme_mod. 2020-08-24 09:07:17 -04:00
Kjell Reigstad
bacbe42355
Merge pull request #2233 from Automattic/try/seedlet/color-annotations
Seedlet: Begin adding color annotations
2020-08-14 08:05:55 -04:00
Kjell Reigstad
91b0354833
Add theme support for custom spacing controls. (#2297) 2020-07-30 09:46:21 -04:00
Jeff Ong
3f93343a9d
Seedlet: Fix Theme Review bugs (#2285)
* Fix package name, missed escapes, and variable prefixing.

* Remove accidental commit of experimental link color commenting out.

* Remove a line to trigger a diff.

* Remove second translation function.

* Rename menu variable.

* Update theme URI.

* Prefix global message variable.
2020-07-29 13:44:19 -04:00
Jeff Ong
fc639e66bf Merge branch 'master' into try/seedlet/color-annotations 2020-07-28 11:58:11 -04:00
Kjell Reigstad
0bff9da405
Opt in to line custom-line-height (#2266) 2020-07-17 14:36:48 -04:00
Kjell Reigstad
c98e957be0
Merge branch 'master' into try/seedlet/color-annotations 2020-07-16 13:10:59 -04:00
Jeffrey Ong
0361b283b5 Add IE-specific editor stylesheet. 2020-07-14 13:58:51 -04:00
Jeffrey Ong
1f98fece40 Try moving the editor palette replacement to the wpcom file. 2020-07-14 09:37:12 -04:00
Kjell Reigstad
8b0e4eb7fc
Merge branch 'master' into try/seedlet/jetpack-global-styles 2020-07-10 08:56:57 -04:00
Kjell Reigstad
55b9f99880
Add support for custom link color. (#2208)
* Add support for custom link color.

* Update seedlet/assets/sass/base/_editor.scss

Co-authored-by: Jeff Ong <jeff.ong@automattic.com>

* Use --global--color--primary as a fallback rule.

* Update seedlet/assets/sass/abstracts/_config.scss

Co-authored-by: Jeff Ong <jeff.ong@automattic.com>

* Remove extra code comment.

* Enforce the custom link color even on blocks that have a color background.

Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
2020-07-10 07:22:25 -04:00
Jeffrey Ong
92b2863c0f Comment about wpcom color annotations conditional. 2020-07-09 18:14:39 -04:00
Jeffrey Ong
d48258061e Update editor color palette when color annotations are active.
Conditionally load the built-in custom color implementation.
2020-07-09 17:46:05 -04:00
Jeffrey Ong
b4a6d7563d Bundle editor variables with editor styles, load custom color variables separately. 2020-07-08 10:41:00 -04:00
Jeffrey Ong
7a34b93c1a Try enqueuing via add_editor_style. 2020-07-07 16:24:32 -04:00
Kjell Reigstad
c428abfa13 Initial try. 2020-07-02 18:25:05 -04:00
Jeff Ong
f55efa498b
Seedlet: CSS Variables fallback support for IE11 (#2177)
* Try single stylesheet with fallbacks.

* Load IE styles conditionally

* Do not preserve variables for IE11

* Remove unneeded comments.

* Remove stray comment.

* Reduce calc references whenever possible.
2020-06-30 10:17:55 -04:00
Kjell Reigstad
070be747b6 Remove conditional logic to hide navigation scripts. 2020-06-18 08:28:16 -04:00
Kjell Reigstad
a6822670c1 Use seedlet text domain everywhere 2020-06-17 15:05:46 -04:00
Jeffrey Ong
66fe602d0c Adding 1.0 seedlet theme. 2020-06-10 12:58:55 -04:00