Commit graph

29 commits

Author SHA1 Message Date
Grant Kinney
c5481c18e7
Removes logo resize reset testing code (#7760) 2024-04-23 17:13:41 -05: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
Matthew Reishus
09e868f737
Public Themes Q, R: PHP Rector fixes (#7392) 2023-09-27 16:56:42 -05: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
0f3883049b Removing Resources excluded via .gitignore 2020-11-11 17:30:23 -05: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
alaczek
6e7a89242a Radcliffe 2: Fix submit button text color when using custom colors feature. 2019-03-22 09:07:42 +11:00
Laurel Fulford
779032016c Radcliffe 2: Update headstart annotation to remove the position of the edit link. Fixes #509. 2019-02-08 15:02:25 -08:00
Laurel Fulford
22e65f1ec5 Radcliffe 2: Add style pack, colour annotation to existing fix for menu issue. See #435. 2019-02-05 12:19:36 -08:00
Laurel Fulford
ef87e65cae Sync up headstart file with what's on SVN. 2019-01-25 12:21:57 -08:00
Laurel Fulford
89f0e941ad Radcliffe 2: Update Headstart content to make homepage copy less theme-specific. 2019-01-25 12:14:11 -08:00
Laurel Fulford
22665ca7aa Radcliffe 2: Make sure theme is not trying to load the non-existant default.css when the stylepack is set to default. 2018-11-16 13:54:37 -08:00
Laurel Fulford
f607fc7a70 Radcliffe 2: Add Headstart verticals screenshots to the relate directory. 2018-10-23 14:31:14 -07:00
Chris Runnells
b399ab11ab Revert "Revert "Merge branch 'master' of https://github.com/Automattic/themes""
This reverts commit 96c1216748.
2018-10-18 18:45:50 -10:00
Chris Runnells
96c1216748 Revert "Merge branch 'master' of https://github.com/Automattic/themes"
This reverts commit b882c24560, reversing
changes made to 1ec346a4e7.
2018-09-24 16:30:11 -10:00
Laurel Fulford
800783adc6 Radcliffe 2: Remove Site Title from Headstart annotations for the different verticals, since it overwrites what's added during signup. See https:/github.com/Automattic/wp-calypso/pull/27366. 2018-09-24 08:58:46 -07:00
Laurel Fulford
b844489783 Radcliffe 2: Update different vertical headstart files to use custom menus, to avoid showing the too-long home page title at the top. 2018-09-21 11:45:44 -07:00
Laurel Fulford
01e1322b7c Radcliffe 2: Add Headstart annotations for the various verticals used in the VLP. 2018-09-14 12:12:11 -07:00
Jeffrey Pearce
4495b543c7
Merge branch 'master' into jetpack_infinite_scroll_wc_products_fixes 2018-07-20 11:24:34 +02:00
Danny Dudzic
2a1070be13 Radcliffe 2: Fixes Jetpack Infinite Scroll on WooCommerce pages 2018-07-05 17:05:42 +02:00
Daniel Dudzic
cd9e2b5714
Merge pull request #180 from Automattic/radcliffe-2-additional-wc-fixes
Radcliffe 2: Adds additional WooCommerce fixes
2018-07-05 01:03:48 +02:00
Danny Dudzic
81fc9744f6 Radcliffe 2: Moves WooCommerce RTL styles to a separate file and adds minor WC fixes 2018-07-04 23:47:48 +02:00
Laurel Fulford
96c8602293 Radcliffe 2: Make hover transparency more consistent. Fixes #140. 2018-07-04 14:46:22 -07:00
Laurel Fulford
9bfa24ccd9 Radcliffe 2: Remove colour annotations for inputs and text areas; they're always against a white background, so don't need to change. Fixes #124. 2018-07-04 11:42:10 -07:00
Jeffrey Pearce
1e449bcc92 Radcliffe 2: Fixes Jetpack Infinite Scroll WC issues. 2018-06-29 20:36:36 +02:00
Danny Dudzic
af87fcc5c9 Radcliffe 2: Bumps the version number and fixes incorrect products per row number in code comment 2018-04-10 02:59:07 +02:00
Danny Dudzic
8bb8799a8a Radcliffe 2:
* Fixes WooCommerce products column layout
* Adds support for the 3.3+ new Customizer options (See #87)
* Fixes flash sale badge styling
2018-04-09 18:50:45 +02:00
Lance Willett
58e5f6291c Radcliffe 2: fix fatal error when get_the_tag_list() returns a WP_Error object and not a string.
```
Catchable fatal error for wp-content/themes/pub/radcliffe-2/inc/template-tags.php:78 - Object of class WP_Error could not be converted to string #theme
```

Change applies the same check to `get_the_category_list()` in the same file.
2018-03-26 07:51:57 -07:00
Caroline Moore
ffa589af27 Initial commit of Radcliffe 2 2018-01-24 10:56:58 -05:00