Commit Graph
76 Commits
Author SHA1 Message Date
Keith Solomon de48640b57 🔵 other: Update .gitignore 2026-07-29 15:49:53 -05:00
Keith Solomon 7dbb991fb9 🔵 other: Rename project and publish 2026-07-29 14:25:19 -05:00
Keith Solomon 5512918b0f docs: Update readme 2026-05-03 17:43:37 -05:00
Keith Solomon 61307fc970 docs: language graph 2026-05-03 17:43:04 -05:00
Keith SolomonandClaude Opus 4.7 b3cc21a860 docs: Add onboarding documentation for new developers
Add four comprehensive guides to help new developers get started
with the VDI-Starter-v5 WordPress theme:

- docs/getting-started.md: Setup from zero, local WordPress options,
  env config, theme activation warnings, troubleshooting
- docs/architecture.md: Bootstrap flow, 7 architectural layers,
  namespace conventions, WP hooks cleanup, enqueue system, theme.json
- docs/creating-blocks.md: Step-by-step ACF block creation tutorial,
  helper functions, parent-child patterns, Tailwind integration
- docs/reference.md: Hooks/filters tables, design tokens, CSS import
  tree, JS module graph, class reference, CLI commands, deployment

Update README.md: trim deep-dive API docs (moved to reference),
add documentation links section, fix CSS paths (views/styles/ →
styles/), add missing contact-info block, fix deployment filename
typo (wpengine,yml → wpengine.yml), add backToTop.js and
enqEditorAssets(), add namespace conventions table.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 17:41:32 -05:00
Keith SolomonandClaude Opus 4.7 bcc701120b docs: Add onboarding documentation design spec
Defines the structure and content for four new guides (getting-started,
architecture, creating-blocks, reference) plus README updates to fix
known discrepancies and add documentation links.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 16:46:59 -05:00
Keith Solomon 7a578c67c0 feature: Move back top top button styling to buttons.css 2026-03-19 15:59:17 -05:00
Keith Solomon ced4f4c021 Update action 2026-03-16 10:33:57 -05:00
Keith Solomon b2afbe957e 🐞 fix: Update enqueue script 2026-03-16 09:14:35 -05:00
Keith Solomon 47a0b5726d 🐞 fix: Adjust editor styles to prevent content overflow 2026-03-13 09:06:44 -05:00
Keith Solomon 9bde54a41c feature: Update "back to top" button to work on scroll up after scroll down 2026-03-09 09:05:53 -05:00
Keith Solomon 5b7fed2cb8 🐞 fix: Revert admin UI style overrides, typography updates (#9) 2026-03-04 08:55:15 -06:00
Aarish 3ef6385935 Remove wp_print_styles action from wp_head (#5)
Removed the remove_action hook for wp_print_styles in lib/hooks.php. Previously, this hook was preventing stylesheets from loading in the <head> and forcing them to load in the footer. This caused a significant Flash of Unstyled Content (FOUC) where the raw HTML would render before styles were applied.
2026-03-04 08:51:55 -06:00
Keith Solomon a90272f0af 🐞 fix: Alignment fix 2026-02-24 12:19:03 -06:00
Keith Solomon 57129db550 feature: Update font sizes 2026-02-24 12:18:12 -06:00
Keith Solomon a420cc430e Merge pull request #6 from Vincent-Design-Inc/fix/wp-script-module-args
Update script enqueueing for WordPress version 6.9
2026-02-20 08:25:31 -06:00
Keith Solomon 45fe3b1cf0 Merge branch 'main' into fix/wp-script-module-args 2026-02-20 08:24:35 -06:00
Keith Solomon c07436c1f6 🐞 fix: Remove bogus parameters that were causing critical errors, remove unneeded version checks 2026-02-20 08:21:00 -06:00
Keith Solomon 8ef9e0c759 Merge pull request #7 from Vincent-Design-Inc/bugfix/footer-menu-guard
Refactor footer navigation retrieval logic
2026-02-19 14:12:23 -06:00
Keith Solomon 179754d6d0 🐞 fix: Cleaned up phpcs errors 2026-02-19 14:10:59 -06:00
Keith Solomon 7d24009fae 🐞 fix: Get rid of parameters causing critical errors in script calls 2026-02-18 11:57:40 -06:00
Keith Solomon 131252bd67 🐞 fix: Fix bogus target logic 2026-02-05 12:36:35 -06:00
willpalahnuk dc33dea120 Refactor footer navigation retrieval logic
Prevent:

Warning: Undefined array key "footer_navigation" in /Users/will/Local Sites/banffs-indigenous-experiences-map/app/public/wp-content/themes/Banff/footer.php on line 19

Warning: Undefined property: WP_Error::$term_id in /Users/will/Local Sites/banffs-indigenous-experiences-map/app/public/wp-content/themes/Banff/footer.php on line 20
2026-01-30 18:00:56 -06:00
willpalahnuk bc9cf9bcdb Update script enqueueing for WordPress version 6.9
Backwards compatible for earlier versions, changes can be simplified if we only ever need to consider 6.9+
2026-01-30 17:57:59 -06:00
Keith Solomon b5c3c5d6d0 Merge branch 'main' of github.com:Vincent-Design-Inc/VDI-Starter-v5 2026-01-26 08:53:50 -06:00
Keith Solomon f7d689dc3b 🐞 fix: Update block.json files for correct block category slug 2026-01-26 08:53:47 -06:00
Keith Solomon 65f0d1d758 🐞 fix: Use proper escaping function in boilerplate 2026-01-13 15:31:35 -06:00
Keith Solomon 68362258c6 🐞 fix: Update boilerplate block definition 2026-01-12 08:43:00 -06:00
Keith Solomon d6159a8840 🐞 fix: Remove editor width constraint 2026-01-09 09:20:47 -06:00
Keith Solomon 9d346f3a68 feature: Add excerpt to post index page 2026-01-09 08:48:48 -06:00
Keith Solomon dfdf12a62a 🐞 fix: Add array position helper function for custom excerpt 2026-01-09 08:41:36 -06:00
Keith Solomon 2ae983108c feature: Add custom excerpt function 2026-01-09 08:37:10 -06:00
Keith Solomon c70aa6923a Merge branch 'main' of github.com:Vincent-Design-Inc/VDI-Starter-v5 2026-01-09 08:36:22 -06:00
Aarish bd5cf037b5 Add responsive padding to container 2025-12-30 15:55:12 -06:00
Keith Solomon c542deaa2b 🐞 fix: Update script equeues for WP 6.9 2025-12-04 15:41:59 -06:00
Keith Solomon a1d2b59919 feature: Add field for ARIA label in button block 2025-11-25 08:50:39 -06:00
Keith Solomon f086c17d26 📄 docs: Add comment about not removing class function call in block boilerplate 2025-11-25 08:03:37 -06:00
Keith Solomon 38ec5f850d 🐞 fix: Migrate blocks to use helper function for wrapper classes 2025-11-20 10:20:29 -06:00
Keith Solomon 974cb70b5e Merge branch 'main' of github.com:Vincent-Design-Inc/VDI-Starter-v5 2025-11-17 14:00:37 -06:00
Keith Solomon 82ff6e8784 🐞 fix: Add text domain for translation support 2025-11-17 14:00:33 -06:00
Keith Solomon a965fb3ee0 feature: Contact Info block complete 2025-11-11 16:47:14 -06:00
Keith Solomon a6266e8244 feature: add theme.json 2025-11-11 16:46:47 -06:00
Keith Solomon e8d8308729 🐞 fix: Add margin to headings 2025-11-11 15:24:38 -06:00
Keith Solomon 845d7fb21f 🐞 fix: Add headings 2025-11-11 15:23:44 -06:00
Keith Solomon d849941b2e 🐞 fix: Change mode setting 2025-11-11 15:17:33 -06:00
Keith Solomon 44df51f46f feature: Add content for block 2025-11-11 15:16:21 -06:00
Keith Solomon 6ece64abd1 feature: Scaffold contact info block 2025-11-11 15:07:28 -06:00
Keith Solomon 4312130329 🔵 other: Set up WPE env for change work 2025-11-11 13:14:39 -06:00
Keith Solomon 8ba3106f82 🐞 fix: Reorganize/clean up form css 2025-11-11 11:57:57 -06:00
Keith Solomon 111bde4808 📄 docs: Update readme 2025-11-11 11:35:46 -06:00