Commit graph

16 commits

Author SHA1 Message Date
Miguel
1196e44266 Version Bump 2024-04-03 14:09:49 +02:00
Dan Luu
2f1167d9ad
Lossless image optimization (#7671)
* Lossless image optimization (using ImageOptim).

This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.

* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
2024-03-20 11:46:05 +00:00
madhusudhand
7af4710866 Version Bump 2022-08-05 12:34:01 +05:30
Madhu Dollu
92ac19042c
lock post-content block by default (#6314)
* lock post-content and the containing group blocks to not allow remove option without unlocking

* Added a few missing locks

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-05 12:16:56 +05:30
Jason Crist
ad9d522178
Reverting the mess caused renaming template folders (#5317) 2022-01-13 15:38:55 -05:00
Jason Crist
79e6594713 Version Bump 2022-01-13 14:48:11 -05:00
Jason Crist
304254e9af
Remove templates improperly nested in a folder due to script error in #5105 (#5314) 2022-01-13 19:15:55 +00:00
Jason Crist
eea5498372
Refix/5105 script refactor template folders (#5312)
* Re-moved everything to the correct location, fixing the incorrect nested location from previous execution
2022-01-13 12:05:31 -05:00
Jason Crist
e2644501a6 Ran script moving template resources 2022-01-13 11:38:42 -05: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
Jason Crist
7c679f3bfa Bring (seemingly unmodified) images into sync 2020-11-11 17:30:24 -05:00
Ian Stewart
6e1c46c7b1 Ibis: Update header defaults and screenshot to match
- Update header to be a bit more compact with a custom font size.
- Add a screenshot to match the front end.

This should get Ibis to a state where it's good enough to start testing on WP.com with our Starter Designs and Patterns.
2020-07-30 13:50:06 -05:00
Ian Stewart
3944332883 Ibis: Correctly load Editor Styles, update them to match front-end, fix typo
This PR has a few fixes.

- Correctly loads the Editor Styles for Ibis _after_ the Seedlet ones. Props @alaczek for pointing me in the right direction with her debuggin'.
- Adds some of the new front-end styles to the editor styles. Layout and fonts'll match now.
- Fixes a typo in the code I stole from Mayland. :)
2020-07-30 12:49:41 -05:00
Ian Stewart
b67b0a1217 Ibis: Compact Header
Quick update with a more compact two-column, wide-width header.
2020-07-29 14:27:01 -05:00
Ian Stewart
97fef31187 New theme: Ibis
This PR is the first commit of new, proposed, block-based theme, Ibis. Forked from Seedlet Blocks, and a variation that more closely aligns with some of the defaults the WP.com View Team has come to expect from our favourite Varia-based themes on WP.com. It's named after a bird because birds are cool.

There are several things wrong, potentially wrong, or unfinished with it. Here's a few todo items off the top of my head.

- The header template part needs updating.
- The editor styles don't match the front-end.
- The default palette is probably lame in practice.
- The grid proportions need to be adjusted down to mobile.
2020-07-29 13:26:17 -05:00