wordpress/WordPress Troubleshooting
WordPress Troubleshooting
Solutions to common issues when using Intufind with WordPress.
Widget Issues
Widget not appearing
Possible causes:
- Widget disabled — Check Intufind → Settings and ensure "Enable Widget" is on
- JavaScript error — Open browser console (F12) and check for errors
- Caching — Clear your cache plugin and browser cache
- Theme conflict — Try switching to a default theme temporarily
Solution steps:
- Clear all caches (plugin, CDN, browser)
- Disable other plugins one by one to identify conflicts
- Check if widget appears in a default theme
Widget in wrong position
- Go to Intufind → Appearance
- Adjust the Position setting
- Save and clear cache
Widget not loading on mobile
- Check if you have mobile-specific caching
- Ensure widget isn't hidden via CSS media queries
- Try in incognito/private browsing mode
Sync Issues
Products not syncing
Check:
- Products are published (not draft)
- Products are not in an excluded category
- Your API connection is active
Force sync:
- Go to Intufind → Indexing
- Click Clear Index
- Click Sync All
Sync stuck or slow
For large catalogs (10,000+ products):
- Sync runs in batches automatically
- Don't navigate away during sync
- Check server resources (memory, timeout limits)
Changes not reflected
After editing products:
- Wait 1-2 minutes for auto-sync
- Or manually sync the product from edit screen
- Clear any result caching
Connection Issues
"License key invalid" error
- Copy key directly from dashboard (avoid extra spaces)
- Ensure subscription is active
- Check API key hasn't expired
- Try deactivating and reactivating
"Could not connect to server"
- Check your server allows outbound HTTPS requests
- Verify firewall isn't blocking api.intufind.com
- Try from a different network
Timeout errors
- Increase PHP timeout limits
- Check server isn't rate-limiting requests
- Contact support if persistent
Performance Issues
Slow search responses
- Check your internet connection
- Verify server isn't overloaded
- Consider upgrading plan for faster limits
High server load
- Enable lazy-loading for widget
- Use caching for repeat queries
- Check for runaway sync processes
Plugin Conflicts
Known incompatibilities
Some plugins may conflict:
- Security plugins blocking API requests
- Optimization plugins breaking JavaScript
- Other search plugins conflicting
Solution: Whitelist Intufind in security plugins and exclude from JS optimization.
How to test conflicts
- Deactivate all plugins except Intufind and WooCommerce
- Check if issue persists
- Reactivate plugins one by one to identify conflict
Getting Help
If issues persist:
- Check status — status.intufind.com
- Search docs — Use the search in our documentation
- Contact support — Contact us with:
- WordPress version
- Theme name
- Active plugins list
- Error messages/screenshots
We typically respond within 24 hours.