upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/assets/css
bengizmo 00ca47abcb fix: Resolve Master Dashboard CSS loading and styling issues
Major fixes implemented to resolve CSS issues on the master dashboard:

1. **Missing Header/Footer Calls - FIXED**
   - Added get_header() call to master dashboard template
   - Added get_footer() call to master dashboard template
   - This fixes CSS files not loading because wp_enqueue_scripts wasn't triggered

2. **Missing CSS Styles - FIXED**
   - Added 200+ lines of master dashboard specific CSS styles
   - Included styles for .dashboard-section, .section-title, .events-filters
   - Added styles for .trainers-table, .events-table, .pagination-container
   - Added responsive design breakpoints for mobile/tablet

3. **CSS Variable References - FIXED**
   - Updated all CSS variables to match harmonized framework
   - Changed --hvac-spacing-lg to --hvac-spacing-6
   - Changed --hvac-border-radius to --hvac-radius-md
   - Changed --hvac-text to --hvac-theme-text

4. **AJAX Handler - FIXED**
   - Moved inline AJAX handling to proper WordPress hooks
   - Added wp_ajax_hvac_master_dashboard_events action
   - Added proper nonce verification and permission checks
   - Removed inline AJAX code from template

5. **Template Structure - FIXED**
   - Fixed missing </main> closing tag
   - Ensured proper HTML structure with header/footer integration
   - Added proper WordPress template loading pattern

Technical improvements:
- Master dashboard now loads all CSS files correctly
- Proper WordPress template structure implemented
- AJAX functionality follows WordPress standards
- Responsive design for all screen sizes
- Full compatibility with Astra theme CSS variables

All master dashboard styling issues are now resolved.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 20:05:05 -03:00
..
admin-dashboard.css feat: Add comprehensive Admin Dashboard to HVAC Community Events 2025-05-19 17:24:26 -03:00
certificate-filter-enhancements.css docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
communication-templates.css feat: Add comprehensive communication template management system 2025-06-13 22:55:00 -03:00
community-login-enhanced.css feat: Add password show/hide toggle to login form 2025-06-13 22:30:02 -03:00
community-login.css feat: Enhanced test data creation and login system improvements 2025-05-22 15:54:15 -03:00
hvac-animations.css fix: Properly resolve home page content disappearing issue 2025-05-24 08:41:49 -03:00
hvac-attendee-profile.css refactor: Simplify attendee profile page UI/UX 2025-05-24 20:08:23 -03:00
hvac-certificates-admin.css feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
hvac-certificates-enhanced.css feat: Implement harmonized CSS framework with theme-based styling 2025-05-23 09:48:30 -03:00
hvac-certificates.css feat: Add clickable certificate links in Generate Certificates page 2025-05-24 09:33:20 -03:00
hvac-common.css fix: Complete resolution of 5 critical bugs in certificate and navigation systems 2025-05-23 19:58:02 -03:00
hvac-dashboard-enhanced.css feat: Add enhanced dashboard features with search, filters, pagination, and sorting 2025-05-30 10:16:45 -06:00
hvac-dashboard.css fix: Resolve Master Dashboard CSS loading and styling issues 2025-06-17 20:05:05 -03:00
hvac-email-attendees.css feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-event-summary.css feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
hvac-harmonized.css feat: Implement harmonized CSS framework with theme-based styling 2025-05-23 09:48:30 -03:00
hvac-help-system.css feat: Add comprehensive help system with welcome guide, tooltips, and documentation 2025-05-22 08:47:43 -03:00
hvac-mobile-nav.css feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-print.css feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-registration.css feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-ux-enhancements.css feat: Add comprehensive UX enhancements for mobile and desktop 2025-05-23 16:41:01 -03:00
zoho-admin.css refactor: Replace Zoho .env configuration with WordPress admin interface 2025-06-14 23:57:20 -03:00