Sarah Norris
738fb07fd9
Version Bump
2024-04-29 17:07:32 +01:00
Miguel San Segundo
3abd38958b
Radcliffe 2 & Photos: Revert SVG icon files ( #7773 )
...
* Revert icons.svg after image compressing
* Restore icons in photos theme
2024-04-27 00:08:07 +07:00
Grant Kinney
8064f85b3a
Version Bump
2024-04-23 17:31:31 -05:00
Grant Kinney
c5481c18e7
Removes logo resize reset testing code ( #7760 )
2024-04-23 17:13:41 -05:00
Sarah Norris
f48835ca93
Version Bump
2024-04-04 11:01:48 +01:00
Matthew Reishus
836413ef04
pub themes: Restore changes overwritten from latest themes deploy (D144213 D144218 D144223 D144228 D144234 D144240 D144244) ( #7708 )
2024-04-03 15:21:45 -05:00
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
alaczek
99bd5fdfa5
Version Bump
2024-01-05 14:30:22 +11:00
Matthew Reishus
662c5718b0
radcliffe-2: PHP 8.1 updates from wpcom ( #7584 )
2024-01-04 09:20:06 -06:00
Vicente Canales
cf5d5b443d
Version Bump
2023-11-14 13:42:27 -03:00
Aurorum
bc54cdc968
Radcliffe 2: Fix Scroll on Table Block ( #7477 )
2023-11-14 13:35:50 -03:00
alaczek
2205d68513
Version Bump
2023-09-29 09:55:20 +10:00
Matthew Reishus
09e868f737
Public Themes Q, R: PHP Rector fixes ( #7392 )
2023-09-27 16:56:42 -05:00
madhusudhand
c58ac1b8a8
Version Bump
2022-07-15 15:33:31 +05:30
Bob Matyas
c3cf6b6efc
#4567 : Radcliffe 2: Fix editor post title alignment ( #6203 )
2022-07-15 15:16:13 +05:30
Sarah Norris
320304de51
Version Bump
2022-05-24 18:36:37 +01:00
Bob Matyas
b011df8b71
#2073 : Radcliffe 2: Fix Blog Posts block text overlay ( #5992 )
...
* #2073 : Radcliffe 2: Fix Blog Posts block text overlay
* #2073 : Merge with trunk
2022-05-24 18:27:55 +01:00
madhusudhand
69b49d572f
Version Bump
2022-05-13 16:09:05 +05:30
Bob Matyas
cf7c157cf2
Radcliffe 2: Fix Blog Posts block display list w/images ( #5993 )
...
* #2220 : Radcliffe 2: Fix Blog Posts block display list w/images
* #2220 : Radcliffe 2: Adjust Blog Post Block image display for mobile
2022-05-13 16:06:31 +05:30
Ben Dwyer
abf42f0743
Add language files from dotcom
2021-06-10 09:42:35 +01:00
Caroline Moore
7548e0a710
Merge pull request #718 from Aurorum/fix/radcliffe-2-blocks-warning
...
Radcliffe 2: Fix Error Warning with Blocks CSS File
2021-05-11 13:03:49 -04:00
Caroline Moore
d7fd5682e0
Merge pull request #717 from Aurorum/fix/695
...
Radcliffe 2: Fix Media & Text Block Justification
2021-05-11 13:01:17 -04:00
Ben Dwyer
5a410e23c4
All Themes: Fix whitespace in functions.php
2021-02-18 10:17:16 +00:00
Ben Dwyer
3f9a515ac3
Fix RTL comment syntax and update version numbers
2021-01-08 11:12:57 +00:00
Yoav Farhi
e587621eca
Fix right/left arrows in RTL mode
...
Replace right arrow css (\2192 or \02192) with left arrow ( \2190 or \02190) and vice versa
2021-01-07 15:07:23 +02:00
Jason Crist
c69defa26b
Returning .pot files to git version control
2020-11-12 09:36:04 -05:00
Jason Crist
0f3883049b
Removing Resources excluded via .gitignore
2020-11-11 17:30:23 -05:00
Daniel Dudzic
773d1d7062
Merge pull request #2109 from Automattic/fix/alignwide-full-nested-multiple-themes
...
Multiple Themes: Fix nested wide/full blocks
2020-06-11 02:45:23 +02:00
Allan Cole
1813db5259
Merge pull request #1942 from Automattic/fix/#1941
...
Radcliffe 2: Fix Social Icons Block alignment
2020-06-08 18:12:13 -04:00
Kjell Reigstad
4c92413bea
Radcliffe 2: Fix nested alignwide/full items
2020-06-08 13:19:41 -04:00
Allan Cole
e306d1b320
Merge pull request #1864 from Automattic/add/fullwide-group-block-styles
...
[Multiple Themes] Assign a max-width to containers in group and cover blocks.
2020-05-06 17:45:48 -04:00
Niels Lange
6f06e3378e
Radcliffe 2: Fix Social Icons Block alignment
2020-04-27 10:58:45 +07:00
Niels Lange
c904dd7eea
Radcliffe 2: Fix Social Icons Block alignment
2020-04-27 10:52:42 +07:00
Ian Stewart
522ed3757a
Remove Headstart Annotations from themes in this repo
...
This PR should remove all Headstart Annotations from themes in this repo.
Why? Headstart annotations stored in WP.com themes are generated, tested, and sent for translation via WP-CLI scripts running on subversion-ed WordPress sandboxes. I recently updated Headstart annotations for our 20+ recent themes in order to correct some issues in our FSE Plugin and Page Layout feature. When discussing how to get these annotations updated in this themes repo @michaeldcain and came up with two options.
1. Copy-paste back into the affected themes in this repo.
2. Just remove all the Headstart annotations from this repo.
The second option seemed the simplest. It leaves **all** Headstart annotations on WP.com "ignore-able" for this GH repo and reduces the chance of Headstart annotations becoming out of date in this GH repo, potentially reducing future errors.
2020-04-08 12:00:06 -05:00
Kjell Reigstad
67ce870d44
Update Radcliffe 2.
2020-03-24 15:44:52 -04:00
Niels Lange
93daa30764
Add LICENSE to Radcliffe 2
2020-01-22 10:48:55 +07:00
Danny Dudzic
09ea105cee
Radcliffe 2: Fix the Contact Info email masking generating PHP warnings
2019-11-22 01:48:17 +01:00
Danny Dudzic
ff504f5db3
Radcliffe 2: Improve the performance of the antispambot email masking
2019-11-13 00:34:11 +01:00
Danny Dudzic
4019e2673a
Radcliffe 2: Mask Contact Info email from bots
2019-10-25 15:16:14 +02:00
Danny Dudzic
82bb2bc090
Radcliffe 2: Remove unused search toggle code. Closes #966
2019-10-22 13:04:15 +02:00
Takashi Irie
158fc79b09
Radcliffe 2 Update screenshot
2019-07-20 16:28:15 +01:00
Jeffrey Pearce
b4af3715be
Radcliffe 2 2.0.8
2019-06-04 15:26:21 +02:00
Takashi Irie
f67f617861
Radcliffe-2: Add posts list block style
2019-06-04 02:09:19 +01:00
torres126
816e517789
Radcliffe 2: Fix Warning with Blocks File
2019-04-08 21:47:36 +01:00
torres126
c21f774a8c
Radcliffe 2: Fix Media & Text Block Content Positioning
2019-04-08 09:07:33 +01:00
alaczek
6e7a89242a
Radcliffe 2: Fix submit button text color when using custom colors feature.
2019-03-22 09:07:42 +11:00
Laurel Fulford
d8a8494e52
Radcliffe 2: Update contact info behaviour to allow deleting of old theme_mods. Fixes #492 .
2019-02-14 10:19:17 -08:00
Chris Runnells
9e4aece69c
Update to call fullScreenImages() after all assets load
2019-02-11 10:44:01 -10:00
Chris Runnells
c1b186c860
Updated JS to changed the featured image height
...
The code looks at the size of the header and compares it to the default ( Window.width * 1.33 ), and sets the image to the larger of the two. Fixes #284
2019-02-08 16:03:42 -10:00