Commit graph

7 commits

Author SHA1 Message Date
Jeff Ong
9725bca0d1
Remote: add footer and tags pattern (#5543)
* Add tags pattern and register it.

* Revise footer.

* categories pattern, used different blocks, added to the footer

* Corrected a couple of comments

* Remove CSS that is in gutenberg now.

* Make tags uppercase.

* Remove text tranform from tag cloud.

Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-02-25 14:15:08 -05:00
Maggie
aa7de3be4d
Remote posts grid pattern (#5533)
* added posts grid pattern

* test phpcs

* test

* forced size of image

* move post date uppercase to theme.json

* make image a link

* change category of block pattern

* tighten spacings

* we don't need to make these blocks have text transform anymore since its done in the theme.json

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-25 14:20:52 +01:00
Matias Benedetto
31299d088a
Remote: Adding 404 page template (#5542)
* Remote: Adding hidden 404 page template
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-02-21 15:49:28 -05:00
Matias Benedetto
570322c22d
Remote: Adding search template and moving posts list to a pattern (#5539)
* Remote: Making posts list a pattern
* Remote: adding search template
* Remote: adding hidden to the search pattern filename

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-02-21 15:35:21 -05:00
Matias Benedetto
b2a94f5a0c
Remote: Remove hero from index template and make it a pattern (#5535)
* Remote: Add Hero as pattern and remove it from home template
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-02-21 15:17:19 -05:00
Matias Benedetto
3b0ae93dde
Blockbase: Use the Global Styles rest API in the customizer (#5492)
* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* remove unused function

* move settings to the theme key

* revert skatepark changes

* revert skatepark changes

* Renaming variables

* Reverting dded23b133

* re-adding delete_transient

* Remonving condition to unset fonts when default is selected

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-15 17:15:50 -03:00
Maggie
e6a67e1cd9
boilerplate for Remote theme (#5495)
* boilerplate for Remote theme

* home text block

* adjustments to home page, image

* header and alignments
2022-02-11 09:46:46 +01:00