This commit is contained in:
2026-04-11 00:37:12 +02:00
parent 65d99059e0
commit 97778c38be
18 changed files with 1204 additions and 229 deletions

View File

@@ -0,0 +1,22 @@
# 2026-04-11
## Co zrobiono
- [Phase 1, Plan 01] Migracja strony 2707 (Ogrody zimowe) z hardkodowanego HTML do ACF Flexible Content
- Dodano 3 brakujące layouty do sections.php (hero_with_form, gallery, collaboration_steps)
- Utworzono nowy partial section-collaboration-steps.php (numerowane kroki współpracy)
- Przepisano page-2707.php na Flexible Content (3 linie PHP)
- Utworzono skrypt migracyjny migrate-2707.php z pełną treścią (10 layoutów)
- Dodano layout collaboration_steps do ACF JSON (group_6494221367141.json)
- Poprawiono hero-with-form template (div zamiast p dla wielu paragrafów)
- Przyciemniono tło hero na stronie 2707 (custom.css)
## Zmienione pliki
- `wp-content/themes/ostal_WP/sections.php`
- `wp-content/themes/ostal_WP/page-2707.php`
- `wp-content/themes/ostal_WP/template-parts/sections/section-collaboration-steps.php`
- `wp-content/themes/ostal_WP/migrate-2707.php`
- `wp-content/themes/ostal_WP/template-parts/sections/section-hero-with-form.php`
- `wp-content/themes/ostal_WP/css/custom.css`
- `wp-content/themes/ostal_WP/acf-json/group_6494221367141.json`