Commit Graph
104 Commits
Author SHA1 Message Date
Keith Solomon 6dcd1233be style: PHPCS clean across theme PHP 2026-08-16 13:37:49 -05:00
Keith Solomon aaef1ee4f8 feat(buttons): dark-surface button variants with WCAG-AA contrast 2026-08-16 13:24:04 -05:00
Keith Solomon 8125d1c818 feat(templates): namespace swap + dark surface + remove picsum fallbacks 2026-08-16 13:20:06 -05:00
Keith Solomon 2d9f92618b feat(footer): Carbon Blue surface + cleaner widget rendering 2026-08-16 13:12:01 -05:00
Keith Solomon bb8c35a0a3 feat(header): three-region layout + dark nav colors 2026-08-16 13:09:48 -05:00
Keith Solomon 9005aeed1a refactor: rename namespace SoloFrameEvo to KsPortfolio 2026-08-16 13:06:38 -05:00
Keith Solomon 664e227f15 feat(home): rebuild front-page template to match Carbon Blue mockup 2026-08-16 13:00:32 -05:00
Keith Solomon 353030d2dc feat(projects): add single-projects detail template 2026-08-16 12:54:38 -05:00
Keith Solomon 5ab42f02ab feat(projects): add taxonomy-project-type template 2026-08-16 12:47:03 -05:00
Keith Solomon b0ed0d7a5a fix(aura): drive blur via @media instead of broken argument 2026-08-16 12:44:15 -05:00
Keith Solomon 1caef627a0 feat(projects): add archive-projects template 2026-08-16 12:41:50 -05:00
Keith Solomon 5619522bf6 feat(projects): add project meta-row component 2026-08-16 12:39:20 -05:00
Keith Solomon 3fae5e54ac feat(projects): add stat-card partial 2026-08-16 12:36:21 -05:00
Keith Solomon 248179ac58 fix(projects): replace raw color literals with tokens in project-card.css 2026-08-16 12:33:58 -05:00
Keith Solomon 631ff4e1d0 feat(projects): add reusable project-card component + styles 2026-08-16 12:30:50 -05:00
Keith Solomon 83d4540a07 fix(projects): add class-level docblock to satisfy WPCS 2026-08-16 12:28:02 -05:00
Keith Solomon 0e502b64cb feat(projects): add provider-agnostic helper for templates 2026-08-16 12:25:26 -05:00
Keith Solomon 8c4e6d8d08 feat(aura): add Carbon Blue atmospheric background partial 2026-08-16 12:21:29 -05:00
Keith Solomon 1fef4c22a4 feat(tokens): add Carbon Blue dark-surface tokens; fix theme.json presets 2026-08-16 12:19:21 -05:00
Keith Solomon ccccd87544 feat(theme): add --font-headings; flip body to Carbon Blue dark 2026-08-16 12:16:20 -05:00
Keith Solomon 969cdb14a0 chore: set Playwright baseURL to portfolio.test 2026-08-16 12:13:08 -05:00
Keith Solomon af8e13d3a8 Add Portfolio 2026 implementation plan 2026-08-16 12:04:21 -05:00
Keith Solomon 6f828ad3d8 Add Portfolio 2026 design spec 2026-08-16 11:58:22 -05:00
keith bf4c2cf2e3 Set up new portfolio theme (#2)
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-08-16 02:28:47 +00:00
Keith Solomon d27240226b Merge pull request #3 from ksolomon/SoloFrame-Evo
Style.css update
2026-07-29 16:02:14 -05:00
Keith Solomon cb3afb7453 Merge branch 'main' into SoloFrame-Evo 2026-07-29 16:00:32 -05:00
Keith Solomon c5250c594b 🔵 other: Update style.css 2026-07-29 15:59:24 -05:00
Keith SolomonandClaude Opus 4.7 e2f6270717 Release as SoloFrame Evo (#2)
* 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>

* docs: language graph

* docs: Update readme

* 🔵 other: Rename project and publish

* 🔵 other: Update .gitignore
2026-07-29 15:52:21 -05:00
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