If WooGallery icons (e.g., zoom, lightbox, arrows) are missing, check the following:
CSS/Font Not Loaded
Ensure the plugin’s icon font CSS is enqueued and loading correctly. Missing or blocked font files will prevent icons from rendering.
- Check for 404 errors in browser dev tools.
- Verify correct paths and MIME types.
- Confirm HTTPS is used consistently.
Theme/Plugin Conflicts
Other themes or plugins may override icon styles or enqueue conflicting versions of Font Awesome.
- Inspect icon elements for correct class names.
- Temporarily switch to a default theme (like Storefront) to test.
Caching/Optimization
CSS or font files may be excluded or minified improperly by caching/optimization plugins.
- Clear all caches.
- Disable CSS/JS minification to test.
Tip: Use browser dev tools to inspect icon elements and network requests for faster debugging.