upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/assets/js
bengizmo 29c1d88082 fix: Properly resolve home page content disappearing issue
- Made CSS animations specific to .hvac-content wrapper to prevent affecting non-HVAC pages
- Added JavaScript safety checks to only run animations on HVAC pages
- Fixed overly broad CSS selectors that were hiding content globally
- Added early return in JavaScript if not on HVAC page
- Fixed animation table row selectors to be HVAC-specific

The root cause was CSS/JS affecting elements with generic class names site-wide.
Now animations only target elements within HVAC plugin pages.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-24 08:41:49 -03:00
..
admin-dashboard.js feat: Add comprehensive Admin Dashboard to HVAC Community Events 2025-05-19 17:24:26 -03:00
hvac-accessibility.js feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-animations.js fix: Properly resolve home page content disappearing issue 2025-05-24 08:41:49 -03:00
hvac-certificate-actions.js fix: Complete certificate functionality restoration 2025-05-23 21:36:58 -03:00
hvac-certificate-admin.js feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
hvac-dashboard.js feat: Improve dashboard UI and interactivity 2025-05-19 18:54:52 -03:00
hvac-event-summary.js feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
hvac-help-system.js feat: Add comprehensive help system with welcome guide, tooltips, and documentation 2025-05-22 08:47:43 -03:00
hvac-mobile-nav.js feat: Enhance plugin UI with improved styling and accessibility 2025-05-20 12:37:59 -03:00
hvac-registration.js feat(registration): Implement form, E2E tests, and debug processing 2025-03-30 22:20:40 -03:00
hvac-ux-enhancements.js feat: Add comprehensive UX enhancements for mobile and desktop 2025-05-23 16:41:01 -03:00
zoho-admin.js Replace alert() calls with HVACToast system in certificate and Zoho admin JavaScript 2025-05-23 16:27:14 -03:00