* Videomaker: Update the single post template
* Update to use next and prev post blocks
* Add missing file
* Rebuild
* Make the next/prev links display: block
* 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>
* Videomaker: Add dynamic template references to the block templates so that they work regardless of the theme position
* replace get_template with get_stylesheet
* 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>
* Adjusted menu CSS to match recent changes in the block
* Adjusted mobile menu styling to fit recent changes to navigation block
* Style social nav on mobile only
* Made the same menu changes in Geologist as in Quadrat
* Corrected blockbase classes due to recent changes to navigation block
* Adjusted skatepark's navigation classes
* corrected videomaker classes
* Improved mobile navigation alignment for Seedlet Blocks
* Further addressed Seedlet's mobile stylings. Better addressed Blockbase mobile submenu spacing.
* Remove the margins on the social links block when in the nav
* Add a block style for 'clean mobile navigation block' and cleaned up base navigation block styles polyfill
* moved social menu location of styled mobile menu
* Renamed block style to improved responsive navigation
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* renamed a couple of functions from 'newtheme' to 'geologist'
* Update the build script to use the theme slug in the function names
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Removed paragraph margin gap styles. They no longer seem to be needed.
* Add back needed paragraph styles
* add back missing file
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Videomaker: Add block patterns
* Remove autoplay, loop and muted
* Match post meta to the comps
* Add more translations to the patterns
* Set the site title CSS in the theme.json
* Reset the header
* Update patterns - add video controls and update the source video
* Zoologist: Adding Zoologist from wpcom
* Copy changes back from Geologist to Zoologist
* Update templates and theme.json from Geologist and remove block patterns
* Remove query CSS
* Reset settings back to the right ones
* Put settings back to how they were
* Add social nav
* 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>