Appearance
Troubleshooting
Quick solutions to common problems.
Quick Fixes
Try these first:
- Clear all caches - Browser, WordPress, and server
- Flush permalinks - Go to WordPress Dashboard → Settings → Permalinks, click Save Changes
- Deactivate other plugins - Check for conflicts
- Update WordPress - Make sure everything is current
- Try a different browser - Rule out browser-specific issues
Links Not Working
Link shows 404 error
- Check link status is Published (not Draft)
- Go to WordPress Dashboard → Settings → Permalinks, click Save Changes
- Clear your cache
- Check slug doesn't have special characters
Link redirects to wrong URL
- Edit link and verify destination URL
- Check for redirect plugin conflicts
- Clear all caches including CDN
Tracking Issues
Clicks not recording
- Go to Settings, verify Click Tracking is enabled
- If "Track Logged-in Users" is off, your clicks won't count
- Test link and wait a few minutes
- Check data retention setting (old data may be deleted)
Click count seems too high
- Likely bot traffic - check analytics for patterns
- Install a security plugin to block bots
- Turn off "Track Logged-in Users" to exclude your own clicks
Auto-Linking Issues
Auto-links not appearing
- Check if auto-linking is enabled in Settings
- Verify rule is active (not paused)
- Check keyword spelling matches exactly
- Ensure "Maximum Links Per Post" limit isn't reached
Too many auto-links
- Reduce "Maximum Links Per Post" in Settings (try 3-5)
- Make keywords case sensitive
- Use longer, more specific keywords
- Pause or delete unnecessary rules
Performance Issues
Site slower after installing
- Reduce health check frequency (daily → weekly)
- Reduce data retention period in Settings
- Clean up old click data
- Consider upgrading hosting if you have thousands of links
Installation Issues
Can't install plugin
- Check file permissions (contact hosting provider)
- Upload manually via FTP to
/wp-content/plugins/ - Increase PHP memory limit in
wp-config.php:phpdefine( 'WP_MEMORY_LIMIT', '256M' );
Import/Export Issues
Import fails
- Check CSV format (comma-separated, correct headers)
- Ensure file is UTF-8 encoded
- Split large files into smaller batches (500-1000 links)
Export has no data
- Check date range selection
- Clear all filters
- Verify you have admin access
Common Error Messages
| Error | Solution |
|---|---|
| Link already exists | Choose a different slug |
| Invalid destination URL | Check URL format (must start with http:// or https://) |
| Permission denied | Make sure you're logged in as Administrator |
Still Need Help?
- Check our FAQ
- Contact support with:
- WordPress version
- Plugin version
- PHP version
- Error messages or screenshots
- Steps to reproduce the issue