Commit graph

22 commits

Author SHA1 Message Date
arthur791004
721d8e8e04
Make theme available for translation as much as possible (#6484)
* Add the load_theme_textdomain function call

* Fix incorrect domain

* Load blockbase translations

* Moved all calls to load_theme_textdomain to be handled by Blockbase (not the children)

* Refactored calls to load_theme_textdomain to not include the default location to simplify the call

* Added load_theme_textdomain call to block canvas

* Removed unrelated videomaker changes

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-10-28 11:43:41 -04:00
Madhu Dollu
1e52de50cf
Skatepark: refactor patterns (#5858) 2022-04-20 12:13:59 +01:00
Maggie
3a8f7ecf4e
Skatepark: trac ticket fixes (#5551)
* removed links from social icons

* namespace function

* fix outline color

* social links
2022-02-22 09:56:09 +01:00
Maggie
4d3c803ca9
Try making skatepark standalone block theme (#5523)
* removed parent theme, added functions file

* refactor json, functions.php added

* header and footer

* 404 page

* spacing for 404

* blank template, extra styles for buttons

* header and footer only template

* fixed missing alignment variables

* removed navigation pattern, removed label from navigation

* spacing on home page navigation

* fix separator styles

* removed two columns of text pattern

* Add hover state to navigation items.

* Reviser header template part to match the screenshot.

Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2022-02-16 15:06:58 +00:00
Ben Dwyer
1483ab4a9f
Remove block style registration (#5368)
* Remove block style registration

* update variations

* Revert seedlet changes
2022-02-02 16:00:30 +00:00
Ben Dwyer
c44ebf2bc4
Blockbase: Load Block Patterns for children automatically (#5363)
* Blockbase: Load Block Patterns for children automatically

* Regenerate variations
2022-01-19 09:06:55 +00:00
Ben Dwyer
8f72219e9d
Blockbase: Add child CSS if it exists (#5047)
* Blockbase: Add child CSS if it exists

* add comment
2021-11-17 19:04:16 +00:00
Ben Dwyer
c23cac3067
Blockbase: Add social navigation to blockbase themes (#4482)
* Blockbase: Add social navigation to blockbase themes

* Add social navigation links to primary navigation

* move to a different file

* add missing file

* suppress warnings for HTML5 elements

* only append social links to a navigation block if the block opts in

* Fix fatal

* Removed requirement to have social parent container be primary menu (or even have content)

* Fix layout for social nav

* Update the structure of the social links when appended to match the way that the navigation block works

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-10-12 14:58:21 +01:00
Ben Dwyer
290dcac0a4
Blockbase: Add site logo (#4692)
* removed non-gap margins from heading
* Blockbase: Add site logo
* Blockbase: Reduce the default logo size
* Refactored blockbase headers to include all of Quadrat's header design
* Added tagline to mayland blocks
* resized suggested dimensions per reccomendation

Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com>
2021-09-27 14:31:07 -04:00
Ben Dwyer
435d89a95c
Quadrat+Skatepark: Remove code that removes support for block templates (#4693) 2021-09-24 14:27:03 +01:00
Maggie
ae920f332f replaced blockbase domain 2021-08-30 13:06:11 +02:00
Sarah Norris
3071cdd468 Skatepark: Add class to body if featured image exists 2021-08-27 13:54:54 +01:00
Maggie
4e133c3d39
Blockbase + co: Universal Social menu (#4467)
* used render_callback to insert social menu from customizer

* return block content early

* change the condition under which we hijack the menu

* Remove extra navigation

* output block markup for the whole menu

* Render the menu at the social location, rather than the one called social

* map the right alignment from the nav block to the social icons block

* move the social nav to skatepark

* Replace any trailing numbers on menu items to better match them to service names

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-08-27 11:48:08 +01:00
Maggie
f21bc7d6e5 two columns pattern and indented paragraph block style 2021-08-13 10:07:21 +02:00
Maggie
c840c418c7 created block style, changed approach to use caption instead of columns 2021-08-13 09:48:10 +02:00
Jeff Ong
92dc007494
Skatepark: add text list with button block pattern (#4390)
* Add text list with button pattern.

* Use columns instead of a group.

* Update to percentage units instead of vw.
2021-08-12 13:15:32 -04:00
Ben Dwyer
e5113f1ad6
Blockbase: Load editor styles for blockbase before those of the child theme (#4377)
* Blockbase: Load editor styles for blockbase before those of the child theme

* Remove var_dumps
2021-08-10 10:50:40 +01:00
Maggie
0e1b51260f changed footer pattern to use search block and primary navigation 2021-08-05 11:42:47 +02:00
Maggie
0e35f459ff moved pre footer to block pattern 2021-08-05 09:08:46 +02:00
Maggie
bf85b4f947 added secondary menu, initial blocks for footer 2021-08-05 09:06:45 +02:00
Maggie
cc2f4f79a2 button and link styles and settings 2021-08-04 11:13:47 +02:00
Maggie
7e8706ed7f
Skatepark: added a starting boilerplate (#4325)
* added a starting boilerplate for skatepark

* removed quadrat text from readme

* Bring version down to 1.0.0 and remove labels from pagination.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-07-26 16:22:07 -04:00