Commit graph

63 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
alaczek
2205d68513 Version Bump 2023-09-29 09:55:20 +10:00
Matthew Reishus
62f9da4f99
Public Themes P: PHP Rector fixes (#7391) 2023-09-27 15:07:32 -05:00
madhusudhand
6f23b289fd Version Bump 2022-10-19 11:05:08 +01:00
Gustavo Hilario
3597829be4
#2817: Pique: Overrides paragraph block alignment added on cover block on home page (#6278)
* #2817: Pique: Overrides paragraph block alignment added on cover block on home page

Ensuring paragraphs alignment is preserved on hero banners on Pique panels -- home page

* Fixing paragraph alignment issue on Pique home page panel

A correction will ensure that paragraphs with the default alignment will be left aligned on the Pique home page.

Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com>

Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com>
2022-10-19 15:28:41 +05:30
madhusudhand
a6616b80b8 Version Bump 2022-10-03 11:36:42 +05:30
Bob Matyas
00b33f1af2
#6447: Pique: Remove border-top from social icons (#6641) 2022-10-03 11:35:03 +05:30
Bob Matyas
55e9eeb6d4
#6642: Pique: Fix social link widget background color (#6649) 2022-10-03 11:34:55 +05:30
madhusudhand
2ebd9dc0b1 Version Bump 2022-09-23 10:52:04 +05:30
Gustavo Hilario
a9c409863a
#4607: Pique: Front panel H2 heading centering issue (#6277)
Adjust style.css to ensure the customization for H2 elements on the home page panels is only applied to the H2 under the header parent element.
2022-09-23 10:50:19 +05:30
madhusudhand
bbbc50e415 Version Bump 2022-08-26 11:04:23 +05:30
Bob Matyas
05954b2d7f
#6351: Pique: Fix wide/full width columns on mobile (#6363)
* #6351: Pique: Fix wide/full width columns on mobile

* #6351: Pique: Fix wide/full width columns on mobile
2022-08-26 10:59:56 +05:30
Jason Crist
760fa66ab5 Version Bump 2022-08-09 14:21:26 -04:00
Gustavo Hilario
231df66fd9
#4628: Pique is not adding the default color palette css to the editor (#6342)
Adding CSS code for default theme colors to the page/post editor: editor-blocks.css
2022-08-09 14:20:03 -04:00
madhusudhand
a6069d2aeb Version Bump 2022-07-21 14:06:51 +05:30
Bob Matyas
449de3ce49
#5550: Pique: Fix dropdown menu w/image comparison block (#6204)
* #5550: Pique: Fix dropdown menu w/image comparison block

* #5550: Pique: Adjust menu dropdown after review
2022-07-21 14:04:26 +05:30
madhusudhand
c58ac1b8a8 Version Bump 2022-07-15 15:33:31 +05:30
Bob Matyas
d7d9a9a6fa
#2044: Pique: Fix button block width on mobile (#6096)
* #2044: Pique: Fix button block width on mobile

* #2044: Pique: Fix buttons on smaller screens
2022-07-15 15:17:10 +05:30
Ben Dwyer
abf42f0743 Add language files from dotcom 2021-06-10 09:42:35 +01: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
3f9a515ac3 Fix RTL comment syntax and update version numbers 2021-01-08 11:12:57 +00:00
Yoav Farhi
848c592f76 pique rtl.css update for arrows (manually mirroring what's in style.css) 2021-01-07 15:42:22 +02: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
Ben Dwyer
b54eacc9d6 update version number 2020-11-06 12:11:44 +00:00
eD! Thomas
51692bc90e #2059 - Pique: Blocks with Wide Alignment Displayed Incorrectly When Nested Inside Block with Full Alignment 2020-11-06 12:10:17 +00:00
Maggie Cabrera
174e6beec1 space 2020-10-21 17:05:54 +02:00
Maggie Cabrera
c7203e145f fixes for sticky navigation + marketing bar 2020-10-21 14:55:53 +02:00
Ben Dwyer
18f104e1f3 update version number for pique 2020-09-18 17:02:58 +01:00
Ben Dwyer
ce5b0b479e Fixes galleries in Pique 2020-08-24 14:08:16 +01: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
Jeff Ong
2a31242de8
Merge pull request #1760 from Automattic/update/#1758
Various themes: Add missing LICENSE file
2020-02-25 10:09:57 -08:00
Niels Lange
899ded8429
Pique: Disable zooming into site logo on hover (#1775)
Tested and it works fine.
2020-02-04 14:37:59 -04:00
Niels Lange
34bd0342ac Add LICENSE to Pique 2020-01-22 10:48:27 +07:00
Laurel Fulford
9e1c08720e Pique: Align quote icon to right when text is right aligned. See #594. 2019-02-15 16:40:15 -08:00
Laurel Fulford
7da99877f3 Pique: Update styles for buttons; see #434. 2019-02-07 12:49:45 -08:00
Laurel
653bddbb55
Merge pull request #111 from Automattic/109-fix_nav_show_more
Pique: Updated SHOW MORE nav item to open on click
2019-02-05 10:10:03 -08:00
Laurel Fulford
811474d71d Pique: Fix issues with widget block centre alignment. 2018-12-04 11:31:05 -08:00
Laurel Fulford
1481c24d65 Pique: Update default block placeholder CSS selector. Bump version number. 2018-12-03 11:02:41 -08:00
Laurel Fulford
0261d5a223 Pique: Bump version number. 2018-11-23 15:52:58 -08:00
Laurel Fulford
c4e25b5074 Pique: Minor fixes to Gutenberg implementation, including:
* Remove bottom margin styles from lists in editor.
* Update colour for pre tags in editor.
* Adjust top margin on drop caps.
* Update comment widget styles to better match theme's comment styles.
2018-11-22 11:35:03 -08:00
Laurel Fulford
561b8e6967 Pique: Make wide and full alignments more specific, to make sure they're all applied to the correct pages. 2018-11-12 15:31:45 -08:00
Laurel Fulford
c2dd310032 Pique: Continue building out Gutenberg styles and support in Pique. 2018-11-12 14:30:05 -08:00
Laurel Fulford
9977e1e360 Pique: Building out Gutenberg styles and support in theme. 2018-11-12 09:24:49 -08: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
Danny Dudzic
f0da28b04e Multiple Themes: Bumps the version numbers for Button 2, Karuna, Lodestar, Pique, Shoreditch 2018-07-20 15:32:06 +02:00
Danny Dudzic
567c0a2b16 Pique: Removes arrow from More Products Infinite Scroll handle 2018-07-20 14:52:05 +02:00