Commit graph

7157 commits

Author SHA1 Message Date
Kjell Reigstad
265fc3cde5
[Livre] Refine site title treatment (#5268)
* Try all-caps text in the header.

* Add "tiny" font size.

* Write more specific CSS.

* Use x-small instead of tiny.

* Update screenshot.jpg
2022-01-07 09:37:35 +00:00
Kjell Reigstad
f7d18c6dc7
[Livre] Clean up buttons and comment form (#5273)
* Tidy up buttons + comment form.

* Fix comments area spacing.

* Add :not([type="button"])
2022-01-07 09:31:51 +00:00
Kjell Reigstad
6fb4db5092
Stewart: Tidy up navigation (#5265)
* Tidy up navigation

* Change area of the sidebar template part.
2022-01-07 09:28:37 +00:00
Sarah Norris
a2f379c557
Canard: fix button styles outside of entry-content (#5272)
* Canard: apply default button styles to all button blocks

Not just those in entry-content

* Add default button colors

* Include buttons in color annotation selectors

* Add missing default border color
2022-01-07 09:27:54 +00:00
Jason Crist
9e7036e6c3
Fix Customizer Font Editing causing Site Editor WSOD (#5262)
* Clear fontFamilies data to ensure what is posted is always correct.  Refactored unset_property_if_it_exists() as it wasn't removing the fontFamilies Array as expected

* Change the way we fetch users CPT to use the Gutenberg function directly

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-01-07 09:27:37 +00:00
Kjell Reigstad
ef2172d82c
Refine link styles. (#5278) 2022-01-07 09:27:29 +00:00
Kjell Reigstad
3531a2302e
Enable dropcap for the Livre theme. (#5266) 2022-01-07 09:27:14 +00:00
Maggie
b5c99e9e9f
Skatepark: use grid of posts for Search page (#5234)
* use a template part for the grid of posts

* restored search template, improved styles

* use pattern instead of template part
2022-01-07 09:27:06 +00:00
Sarah Norris
0d8b97499b
Add appearanceTools: true setting (#5072) 2022-01-04 15:27:29 +00:00
Ben Dwyer
955628f282
Blockbase: Update the package.json (#5253)
* Blockbase: Update the package.json

* update

* Add author
2021-12-24 13:51:23 +00:00
Ben Dwyer
e3762b3329
Blockbase: Update customizer PHP library to work with latest version of Gutenberg (#5251)
* Fix customizer

* add string
2021-12-23 11:53:08 +00:00
Ben Dwyer
55eac831b5 Version Bump 2021-12-23 01:48:55 +00:00
Ben Dwyer
18c6bcb1f8
Fallback to the old function name in case users are still on the old version of Gutenberg (#5250) 2021-12-23 01:32:09 +00:00
Sarah Norris
47d758b63f
Manual version bump for some themes (#5246)
* Version bump Seedlet

* Version bump Spearhead

* Version bump Quadrat variations

* Version bump blank canvas blocks
2021-12-22 23:20:50 +00:00
Ben Dwyer
665a08d8f5
Blockbase: Rename Gutenberg functions (#5248) 2021-12-22 23:20:37 +00:00
Sarah Norris
b172d413cc Version Bump 2021-12-22 16:45:44 +00:00
Ben Dwyer
88cff87a49
Blockbase: Update alignment rules (#5220)
* Blockbase: Update alignment rules

* update variable name
2021-12-22 16:39:41 +00:00
Sarah Norris
58617b3188
Seedlet: Fix navigation block styles in editor (#5199)
* Remove background & margins from nav in editor

* Always set hover color to currentColor

* Set line height when there is a background color

* Move hover styles to wp-block-navigation-item

* Remove border from nav links in editor

* Remove editor stylesheet for nav block
2021-12-22 16:38:34 +00:00
Matias Benedetto
e13a82b15d
[Seedlet] Replacing border for text-decoration to add underline to links (#5195)
* replacing border for text-decoraction to add underline to links

* Spearhead: Replacing boder-bottom by text-decoration underline

* Seedlet: disable text-decoration for site title

* spaces to tabs

* reorder properties

* rebuild

* reorder properties

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-12-22 16:37:24 +00:00
Maggie
225656c65a
Blockbase: fix variables for 2 colored themes (#5241)
* fix variables for 2 colored themes

* same fix for tables css
2021-12-22 16:35:42 +00:00
Ben Dwyer
6e07073537 Version Bump 2021-12-21 09:23:58 +00:00
Maggie
2ad06443cc
removed header template part from skatepark's json (#5233) 2021-12-21 08:55:58 +00:00
Jason Crist
08492d5ac3
Fixed submenu style of focused submenu to match hover styling (#5221) 2021-12-21 08:55:48 +00:00
Ben Dwyer
d12ae9af5c
Blank Canvas Blocks: Rename to Blank Canvas - only the slug should be renamed (#5230) 2021-12-20 16:57:43 -03:00
Ben Dwyer
895ab5335d
Quadrat: Add images for different color variations (#5239) 2021-12-20 17:32:49 +00:00
Ben Dwyer
68715b8323
Deploy: Use the requirement rather than the tested version (#5235) 2021-12-20 15:18:46 +00:00
Ben Dwyer
2ef8a95e1f Version Bump 2021-12-20 09:53:16 +00:00
Ben Dwyer
80e35ff88c
Varia: Remove code that changes the cover block colors (#5212) 2021-12-20 09:32:09 +00:00
Ben Dwyer
92a6ea0856
Skatepark: Remove margin of the post content block (#5229) 2021-12-20 09:31:48 +00:00
Sarah Norris
42446d0cfc
Add TikTok icon to social menu in Varia, Seedlet + others (#5223)
* Varia: add tiktok icon

* Seedlet: add tiktok icon
2021-12-20 09:30:59 +00:00
Ben Dwyer
f546817e73
Skatepark: simplify nav (#5190)
* Skatepark: simplify nav

* Add a block gap between the logo and other branding

* align the mobile menu to the botton

* Simplify skatepark's header to just use the Blockbase one

* refactor the social navigation code to make it eassier to pinpoint errors

* Skatepark: simplify nav

* Add a block gap between the logo and other branding

* align the mobile menu to the botton

* Simplify skatepark's header to just use the Blockbase one

* Remove header css

* update skatepark to have a wide header
2021-12-20 09:05:38 +00:00
Grant Kinney
eed0d5171d
Kingsley: fix json syntax error in the footer (#5224) 2021-12-17 16:12:50 -06:00
Jeremy Yip
9d31c2dfc6
Blank Canvas 2: Rename to Blank Canvas Blocks (#5218)
* Update blank canvas 2 to blank canvas blocks

* Rename blank-canvas-2 directory
2021-12-17 17:39:33 -03:00
Kjell Reigstad
b1a0b76825
Add "Livre" theme (#5213)
* Initial commit.
2021-12-16 14:15:30 -05:00
Jason Crist
c9550de50b Fixed style css commit in deploy action 2021-12-16 14:06:38 -05:00
Jason Crist
513c6ed424 Version Bump 2021-12-16 14:02:23 -05:00
Maggie
49231bbc7d
removed rules for first alignfull child (#5208) 2021-12-16 13:55:54 -05:00
Ben Dwyer
d915c3eab8
Fix 5146 (#5214)
* Fix 5146: post comment block alignment issue
2021-12-16 13:54:44 -05:00
Jason Crist
ede0308425
Removed Payton and Kerr themes (#5142) 2021-12-16 12:00:20 -05:00
Jason Crist
3659b5c608
Exclude /sass from any premium themes pushed to premium repo (#5210) 2021-12-16 09:09:08 -05:00
Jason Crist
7e0d5a4297
Added script to push premium resources to sandbox (#5196) 2021-12-16 10:28:46 +00:00
Kjell Reigstad
48b3271382
Try adding "Stewart", a light blogging theme with a sidebar (#4369)
* Add "Stewart" theme
* Remove blockbase dependency.
* Add fonts implementation.
* Fix 50/50 columns enforcement on small screens.
2021-12-15 13:20:29 -05:00
Jason Crist
3ad0edcf69
removed the -a flag from the commit command which kept commiting the durn utility I was working on (#5200) 2021-12-15 13:18:32 -05:00
Jason Crist
fd36e70ebb Version Bump 2021-12-15 13:04:22 -05:00
alaczek
1cf24db079
Kingsley: Initial commit. (#5151)
* Kingsley: Initial commit.
* Kingsley: Add index.html to fix "Template part has been deleted or is unavailable" error. This can be removed when a fix lands in Gutenberg.

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-12-15 12:41:32 -05:00
alaczek
18ff88d4f5
Ames: Initial commit. (#5152)
* Ames: Initial commit.
* Ames: Add index.html to fix "Template part has been deleted or is unavailable" error. This can be removed when a fix lands in Gutenberg.

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-12-15 12:09:43 -05:00
Jason Crist
613b59347a Version Bump 2021-12-15 11:41:24 -05:00
alaczek
b7aa6a64aa
Jackson: Initial commit. (#5153)
* Jackson: Initial commit.
* Jackson: Add index.html to fix "Template part has been deleted or is unavailable" error. This can be removed when a fix lands in Gutenberg.

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-12-15 11:29:00 -05:00
Ben Dwyer
589e1a1e4d Version Bump 2021-12-14 16:45:07 +00:00
Ben Dwyer
61851034de
Blockbase: Force DOMXPath to use utf-8 encoding (#5193) 2021-12-14 16:24:50 +00:00