* 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>
* Test commit.
* Test.
* Test.
* test.
* test
* Update package.json.
* Update package-lock.json.
* Remove incorrect formatting.
* Test a syntax error.
* Test a style error.
* Remove weird undefined.
* test
* test
* test commit
* Update phpcodesniffer-composer-installer
* Update phpcompatibility-wp
* test
* fix composer
* test
* test
* Update composer lock
* test
* test.
* Fix linters error?
* test
* test
* reset
* test
* test
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Use dart sass instead of node sass
* Update deps
* Add postcss to themes not already using it
* Update all package-lock files for node 16
* Remove package files from generated variations
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Font size name: updating 'huge' to 'x-large'
* Mayland-blocks: rename 'normal' to 'medium'
* Seedlet-blocks: renaming 'normal' to 'medium'
* Russell: removing unused 'normal' font size
* Blockbase & children: moving 'normal' font size from presets to custom
* Blockbase & family: renaming custom fotsize from 'tiny' to 'x-small'
* 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>
* 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
* WIP variations script
* add some initial code to copy theme variants
* Add more variations
* Fix blue and slate variations
* Remove commas breaking theme.json
* Refactored script to exclude unnecessary elements, copy additional resources and merge theme.json data
* Added npm script target to variations build. Added readme files to variation destination.
* Removed unused 'foreground' palette color from geologist variations. Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.
* Removed unused 'foreground' palette color from geologist variations. Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.
* Made the variations script smart
* Made site title adjustments per design request
* Update the header to use the standard blockbase header
* Refactored the usage of default header out of a change to template part and instead introduced the concept of 'mods' that will change templates to suit
* Removed header modifications to Geologist variations
* Added Google font URL information to geologist-blue
* Add IBM Plex Mono to our list of cusotmization fonts
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* consolidate header styles designed for child themes into Blockbase which child themes can use as header/footer options.
* Refactor header spacing mechanism to use a spacer in a template part
* Refactor header layouts to allow for full-width background colors.
* Tweak navigation styles leveraged by headers to align with design intentions
* Various other header and navigation tweaks.
* Affects all Blockbase children
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Replace user key with custom
* Rename user to custom in functions.php
* Added stopgap so that the solution will work with both < and > Gutenberg version 12.1
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Update Blockbase template part blocks
* Update Arbutus template part blocks
* Update Geologist template part blocks
* Update Payton template part blocks
* Update Russell template part blocks
* Update Seedlet Blocks template part blocks
* Update Skatepark template part blocks
* Update Videomaker template part blocks
* Update Zoologist template part blocks
* Remove zero margin
* Remove reference to Blockbase
* Remove zero margin from all themes
* Move align setting to group block
* absorb group into the footer block
* remove layout from header footer only template
* remove wrappers from russell
* Move layout settings to footer template part for Seedlet Blocks
* Remove footer wrapper for Skatepark
* Remove wrapper from post-meta-icons
* Fix Mayland Blocks post meta icons spacing
* remmove space
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Videomaker: Update navigation width
* Update font sizes
* change the jusificiation to be center
* add social links to the navigation
* prevent the navigation wrapping
* Quadrat: fixing hover styles for buttons inside the subscribe form
* Quadrat: fix contact form submit button font weight
* Jetpack issue workaround: adding TODO commets to remove the CSS when the Jetpack issue is fixed
* Revert "Jetpack issue workaround: adding TODO commets to remove the CSS when the Jetpack issue is fixed"
This reverts commit b04559d5de.
* Revert "Quadrat: fix contact form submit button font weight"
This reverts commit 49573f481b.
* Revert "Quadrat: fixing hover styles for buttons inside the subscribe form"
This reverts commit efeb97a6ea.
* Blockbase: Fixing button font-weight and hover styles
* Blockbase: Simplify our approach to font customization
* remove commented code
* Handle fonts that are customized the old way
* add comments
* update all child themes to use the new font customization settings
* Add a comment about this being a breaking change
* Add a notice when a user has an old version of blockbase
* Refactor Blockbase 404 page to block pattern instead of PHP page
* Adjustments to get 404 to render in child themes.
* Adjustments to style Skatepark's 404 based on original PHP file.
* corrected 404 page layout styles
* Refactored videomaker 404 to use Blockbase pattern but match original PHP file styling.
* Refactored videomaker 404 to use Blockbase pattern but match original PHP file styling.
* Added 'blank' message to index.php
* formatted PHP comment
* Hide the pattern in the inserter
* Only use the copy in the block
* adding 404 templates
* Removed unused class
* rename the prompt
* added spacer to align with what other child themes are doing
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
* Update all vertical nav blocks to new markup
* Update Videomaker header nav
* Update Arbutus header nav
* Update Blockbase header nav
* Update Geologist nav blocks
* Update Kerr nav block
* Update Mayland Blocks nav blocks
* Update Payton nav block
* Update Quadrat nav block
* Update Russell nav block
* Update Seedlet Blocks nav block
* Update Skatepark header nav block
* Update Videomaker pattern nav blocks
* Update Zoologist nav block
* Fix Blockbase menu
* Add missing setCascadingProperties prop
* Reset top margin on header navigation
* Updated build process to merge ALL attributes (as Gutenberg does) and re-defined the now missing custom templates items in the themes that would now lack them
* removed the build step tooling from blockbase
* converted build tool to a 'replacement tool'
* Removed build scripting from children package files
* Removed build scripting from children package files
* Run the script to remove child-theme.json files
* Update the version number and changelog for Blockbase
* Remove the rebuild script, we don't need it anymore
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* added duotone support for blocks, removed it from the patterns markup
* Add duotone to site logo too
* If the user changes colors via the customizer also update the default Duotone filter
* created a new filter for the custom duotone
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* delete new transient
* fix customizer preview and invert darker palettes
* check luminescence on php to see if we need to invert before saving
* Refactoring the code to make it easier to understand
* Remove closure
* refactor for readability
* merge user filter with theme ones
* Whitespace
* Check the array keys exist properly
* remove var_dumps
* check for the correct values when we define the custom filter
* minified colord file
* updated changelog and credited the colord library
* minified version of colord.js
* removed filter from logo
* Removed duplicated comment
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Blockbase: Add query title block to all index templates
* remove from skatepark
* Add query title to payton and russell
* Add a space below the query title
* move blockbase post meta icons to block styles
* refactored geologist, removed unneeded css coming from Quadrat
* added meta icons to russell
* seedlet, zoologist refactored like geologist
* refactored Quadrat
* more unnecesary css
* applied to Mayland
* removed CSS from videomaker
* built mayland
* refactored Skatepark
* correct icon and size for Skatepark
* Videomaker: center nav items
* Videomaker: remove uppercase from nav block
* Videomaker: center social links
* Videomaker: add current-menu-item styles
* Videomaker: add underline to parent menu item
* Videomaker: increase nav spacing
* Videomaker: tweak spacing again
* Videomaker: style current menu item
* Videomaker: fix submenu centering
* Videomaker: make all pattern navs uppercase
* Blockbase: Remove ! important rules from navigation CSS
* Always show submenu items
* Remove another ! important
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Update style.css
Adds auto-loading-homepage to stylesheet. Fixes homepage switching on WordPress.com
Themes:
- Blockbase
- Geologist
- Mayland Blocks
- Payton
- Quadrat
- Russell
- Seedlet Blocks
- Skatepark
- Videomaker
- Zoologist
* Adds at least 1 tag before auto-loading-homepage
Adds at least 1 tag before auto-loading-homepage to account for the dotorg script.
* Add copy of Quadrat's index.php to Geologist
* Remove all index.php and add to Blockbase
* Also delete the index from russell
Co-authored-by: Ben Dwyer <ben@scruffian.com>