Commit graph

266 commits

Author SHA1 Message Date
Jeff Ong
a6afc5ae90
Quadrat: add illustrations as patterns (#4247)
* First two image patterns.

* Add more patterns.

* Add all images as patterns.

* Remove unrelated change.

* Adding images programatically

* Add back space

* make file name lower case

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-07-20 09:57:30 -04:00
Jason Crist
048a70a216
Removed unused post-content class (#4252)
* Removed unused post-content class
* Removed unused post-header class usage
2021-07-19 21:09:43 -04:00
Jeff Ong
069e59b29e
Replace screenshot. (#4249) 2021-07-19 15:15:42 -04:00
Jeff Ong
491d542b1f
Quadrat: reference bundled assets inside patterns (#4244)
* Reference bundled assets inside patterns.

* Replace with correct media file.

* Replace the WAV with an MP3

* Bump version and update image paths.

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-07-19 11:03:29 -04:00
Ben Dwyer
e0aba681d0
Quadrat: Change the name of the front page template (#4238)
* Quadrat: Change the name of the front page template

* Add template to theme.json

* merge customTemplates rather than overwriting

* Update the build script
2021-07-16 11:22:08 +01:00
Ben Dwyer
35622e4ad7
Add files from SVN (#4241) 2021-07-16 11:07:46 +01:00
Jeff Ong
b99ba23755
Fix menu items to match demo site. (#4237) 2021-07-15 14:17:07 -04:00
Jason Crist
422ed7a51f
Fix/quadrat main element (#4225)
* Removed the now defunct 'page-content' class. (It's purpose is now being fulfilled by anything 'inheriting layout')
* Added (or converted) <main> elements to all page templates.
* Remove extraeneous closing div tag.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-07-14 14:50:08 -04:00
Jason Crist
dd4f57dbfe
Fix/quadrat localization domain (#4228)
* Added missing localization domain strings

* Changed esc_attr to esc_html per theme-check warning

* refactored calls to _x to __
2021-07-14 14:19:23 -04:00
Maggie
b05fa24dbc
bring back rotation animation (#4223) 2021-07-14 15:43:33 +01:00
Maggie
399c33b663 correct hover styles for titles and squares on block pattern 2021-07-14 11:37:30 +02:00
Maggie
d300b9bced
Merge pull request #4190 from Automattic/fix/remove-bottom-spacing
Quadrat: Remove bottom space
2021-07-14 11:32:36 +02:00
Ben Dwyer
4197e983b6
Quadrat: Use the breakpoint mixins (#4216) 2021-07-13 13:32:30 -04:00
Jeff Ong
c7cd8f29a9
Quadrat: add illustrations as starter content (#4213)
* Add illustrations as attachments in starter content.

* make file names lower case

* rename files

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-07-13 13:27:36 -04:00
Maggie
ed57346ded refactored to use flex 2021-07-13 17:37:14 +02:00
Maggie
fdcee55d76
updated tags for Blockbase + children (#4210) 2021-07-13 12:18:37 +01:00
Ben Dwyer
65a152dfd5 Quadrat: Remove bottom space 2021-07-13 11:06:59 +01:00
Sarah Norris
cb357939cb
Quadrat: Sync post title position on single and archive pages (#4195)
* Quadrat: Add spacer to top of index template on desktop

* Quadrat: Add vertical margin to post-template list

* Quadrat: Add padding-top to post meta at mobile

* Quadrat: Reset post title alignment changes

* Quadrat: Remove top padding from single template

* Quadrat: Remove default vertical margins from post-template ul

* Quadrat: Add bottom padding to global header

* Quadrat: Remove top, right and bottom padding from header
2021-07-09 14:46:17 -04:00
Maggie
66af48f8b7
created front page template (#4192) 2021-07-09 10:47:43 +01:00
Ben Dwyer
6cf1962c24
Blockbase: Remove the background color from Navigation Links (#4184)
* Blockbase: Remove the background color from Navigation Links

* Rebuild child theme.json removing nav link bg color.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-07-08 18:59:45 +01:00
Ben Dwyer
9faabc6957
Quadrat: Remove PHP templates (#4187) 2021-07-08 18:59:18 +01:00
Maggie
e0e6143eae
Merge pull request #4153 from Automattic/blockbase-minor-version-increase
Blockbase + children: increased minor version
2021-07-07 18:04:20 +02:00
Jeff Ong
c51e0edaab
Style text color of meta for latest posts. (#4175) 2021-07-07 10:50:36 -04:00
Maggie
5845f198fa
added tagline to header templates (#4072)
* added tagline to header templates
* Refactored blockbase (and quadrat) breakpoints to use 'small' instead of 'mobile' to follow navigation blocks's breakpoint usage
Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-07-07 10:20:37 -04:00
Kjell Reigstad
e52b6098a3 Add blockTypes prop 2021-07-07 09:34:26 -04:00
Kjell Reigstad
e4b8b3ef96 Rename to avoid mention of "hover" 2021-07-07 09:27:59 -04:00
Kjell Reigstad
a84f354724 Tidy up image and text treatment on various screen sizes. . 2021-07-07 09:27:45 -04:00
Maggie
77d28f1847 tweaked the post meta and updated the pattern markup 2021-07-06 19:36:39 +02:00
Maggie
5fa22e69d2 defaults for featured image 2021-07-06 19:07:10 +02:00
Maggie
7810ba3e23 created block pattern for query block 2021-07-06 18:43:11 +02:00
Maggie
3b2b857456 block styles for query block 2021-07-06 18:37:16 +02:00
Jason Crist
9e67e3d918 Rendered Blockbase Child Themes to pick up recent changes. 2021-07-05 13:07:29 -04:00
Ben Dwyer
0c061be791
Universal themes: Add a setting to disable the Site Editor (#4154)
* Universal themes: Add a setting to disable the Site Editor

* Check for index.html template before attempting to disable the FSE plugin (in the same way Gutenberg does)

* Only add a widgets menu item when there isn't one already

* Add an index template

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-07-05 12:39:40 +01:00
Maggie
9aa8a82369 increased minor version of blockbase + co 2021-07-02 09:38:06 +02:00
Jason Crist
fb040cb623
Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block (#4151)
* Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block

* Updated submenu border to match requested design
2021-07-02 08:25:22 +01:00
Jason Crist
25a3871c2d
Changes to quadrat table styles to match design and ensure editor and view are the same. (#4139)
* Changes to quadrat table styles to match design and ensure editor and view are the same.

* Involved Blockbase in some of the table changes necessary for Quadrat.
2021-07-02 08:16:55 +01:00
Jason Crist
dc863f8a9e
Fix Comments Styles for BB & Co. (#4109)
* Added and formatted comments for Blockbase refactoring font definitions for the block
* Fixed wp.com comment styles for Quadrat.  Removed unnecessary comment font stylings.
* Fixed Seedlet-blocks wp.com comment styles
* Moved .com specific fixes to appropriate space.

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-07-01 16:06:35 -04:00
Ben Dwyer
3c936623ef
Blockbase + children: Add footer credits that wordpress.com will recognise (#4142) 2021-07-01 11:09:58 +01:00
Ben Dwyer
5bab1dad6e
Quadrat: Add a readme (#4143) 2021-07-01 10:14:22 +01:00
Jeff Ong
91046bf782
Use semantic color names. (#4138) 2021-06-30 21:18:53 +01:00
Jason Crist
119c006974
Removed Quadrat's social menu location as it wasn't actually defined anywhere (#4134) 2021-06-30 12:46:58 -04:00
Jeff Ong
fb44366db4
Quadrat: fix featured images (#4108)
* Revise page and post featured image treatment.

* Simplify post and page headers with featured images.
2021-06-30 08:07:52 -07:00
Ben Dwyer
2e2933da02
Quadrat: Make site title uppercase (#4132) 2021-06-30 09:03:47 -04:00
Jeff Ong
356ed35a6f
Quadrat: fix query block markup (#4107)
* Add post template block markup.

* Try to make the markup more "readable"
2021-06-29 07:05:56 -07:00
Maggie
613d3402d0 updated the color palettes with the correct values 2021-06-29 12:05:58 +02:00
Ben Dwyer
9fc6f82038
Blockbase: ReMove list block styles from sass (#3958) 2021-06-28 09:50:03 -04:00
Maggie
9e49d27662
Blockbase: Add support for custom palettes customization (#4098)
* first pass at color palette controls without functionality

* made palettes look like color annotations plugin

* make color selection functional

* get palettes from theme.json

* rename file

* rename colors preview file

* rename files

* more file renaming for clarity

* simplify settings

* rebuilt mayland and seedlet with alternative palettes

* renamed default template, dynamic theme name

* remove space

* Added default Varia/Seedlet palettes to blockbase

* check if the custom palette array is empty

* Only render color palette picker controls if there are alternatives to default.

* Only render color palette picker controls if there are alternatives to default. (fix)

* Removed commented code

* change palettes to an array

* chagne props comment

* removed unnecesary credit

* undo last commit, brought back the credits

* readd the settings file

* rebuild children

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-06-28 14:39:57 +01:00
Jason Crist
c562229404
Add __unstableLocation to all BB&Co Themes (#4101)
* Add __unstableLocation to all BB&Co Themes

As BB & Co. themes ALL become "Universal Capable" this addition allows
the menues to be modifed (should these themes be used in "Classic Mode")

* Registered menu locations for all BB themes
2021-06-28 10:51:45 +01:00
Jason Crist
1392fe1de3
Remove Quadrat PHP Menu Renderer (#4100)
Now that the navigation block has the __unstableLocation attribute the
method of rendering the block is no longer needed and can be removed (as
well as the php header file that was calling it) since it all comes from
blocks now.
2021-06-25 12:08:39 -04:00
Jason Crist
d23f690a26
Refactor Blockbase font definitions (#4077)
* Refactor Blockbase Font Family Handling

Refactor Blockbase so that the font family provided is
DESCRIPTIVE instead of semantic.

Leverated SEMANTIC font family variables defined in custom
to assign to blocks.

(In this way USERS will see DESCRIPTIVE font family values to choose
from and theme configuration can use semantic values that can be
overridden by things such as the WP.com Font Picker)

* standardized line-height usage in quadrat and blockbase

* Refactored mayland configuration with font family and line height changes from blockbase

* Changes to Seedlet-blocks to support the font-face refactor
2021-06-25 16:28:51 +01:00