upskill-event-manager/templates
Ben c19b909296 refactor: remove all theme-specific code for WordPress compliance
BREAKING CHANGE: Removed Astra theme integration and all theme-specific code

- Removed class-hvac-astra-integration.php (584 lines of theme-specific code)
- Removed 500+ theme-specific CSS files (ast-*, astra-*, divi-*)
- Removed 15+ theme-specific JavaScript files
- Created theme-agnostic HVAC_Layout_Manager class
- Added generic hvac-layout.css with universal styling
- Plugin now works with ANY WordPress theme

This refactoring ensures the plugin complies with WordPress.org plugin
guidelines which require plugins to be theme-independent. The new layout
system uses standard WordPress hooks and filters that work universally.

Key changes:
- Body classes: hvac-plugin-page, hvac-no-sidebar, hvac-full-width
- Generic post meta: _sidebar_layout, page_layout (widely supported)
- Standard WordPress hooks: body_class, wp_enqueue_scripts, is_active_sidebar
- CSS uses generic selectors: .site-content, .content-area, #primary

Removed monitoring infrastructure files that were causing PHP segfaults:
- class-hvac-background-jobs.php
- class-hvac-health-monitor.php
- class-hvac-error-recovery.php
- class-hvac-security-monitor.php
- class-hvac-performance-monitor.php
- class-hvac-backup-manager.php
- class-hvac-cache-optimizer.php

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 18:38:52 -03:00
..
attendee feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
certificates feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
communication feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
community feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
content feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
email-attendees feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
event-summary feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
parts feat: Add navigation menu system and breadcrumb functionality 2025-07-30 16:45:58 -03:00
status feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
template-parts feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
community-edit-event-prototype.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-attendee-profile.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-certificate-fix.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-certificate-reports.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
page-communication-schedules.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-communication-templates.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-community-login.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
page-create-event.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-documentation.php feat: Implement comprehensive help documentation page 2025-08-11 17:20:51 -03:00
page-edit-event-custom.php fix: Resolve trainer event edit permissions and initial styling 2025-08-18 20:19:50 -03:00
page-edit-event.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-email-attendees.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-event-summary.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-find-trainer-minimal.php feat: Implement comprehensive mobile optimization system for HVAC plugin 2025-08-11 08:45:47 -03:00
page-find-trainer.php fix: Force hide filter modal on mobile with inline !important styles 2025-08-11 11:59:15 -03:00
page-generate-certificates.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
page-google-sheets.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-hvac-base.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
page-manage-event-integrated.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-manage-event.php feat: enhance Event Management page UI with creation guide and breadcrumbs 2025-08-19 17:34:06 -03:00
page-master-announcements.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
page-master-dashboard-debug.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
page-master-dashboard.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00
page-master-manage-announcements.php feat: Complete HVAC Trainer Announcements System implementation 2025-08-20 14:08:42 -03:00
page-master-trainer-profile-edit-simple.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
page-master-trainer-profile-edit.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00
page-registration-pending.php fix: Update registration pending page email to joe@upskillhvac.com with bot protection 2025-08-06 07:55:02 -03:00
page-tec-create-event.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-tec-edit-event.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-tec-my-events.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-trainer-account-disabled.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
page-trainer-account-pending.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
page-trainer-announcements.php feat: Complete HVAC Trainer Announcements System implementation 2025-08-20 14:08:42 -03:00
page-trainer-dashboard.php fix: Add template loading for custom event edit form 2025-08-18 14:44:07 -03:00
page-trainer-documentation.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
page-trainer-login.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-trainer-organizer-manage.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
page-trainer-organizers-list.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
page-trainer-profile-edit.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
page-trainer-profile-view.php feat: Integrate navigation and breadcrumbs into all trainer templates 2025-07-30 17:31:54 -03:00
page-trainer-profile.php feat: Implement Training Leads system and restructure navigation menu 2025-08-05 16:02:57 -03:00
page-trainer-registration.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-trainer-resources.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
page-trainer-training-leads.php feat: Implement Training Leads system and restructure navigation menu 2025-08-05 16:02:57 -03:00
page-trainer-training-resources.php feat: Complete HVAC Trainer Announcements System implementation 2025-08-20 14:08:42 -03:00
page-trainer-venue-manage.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
page-trainer-venues-list.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
single-hvac-event-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
single-hvac-order-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-edit-profile.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00
template-event-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-google-sheets.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-hvac-dashboard.php fix: Resolve trainer dashboard template and navigation issues 2025-08-11 16:28:26 -03:00
template-hvac-master-dashboard.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
template-trainer-profile.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00