This guide covers common issues with CP Groups and how to resolve them.
Archive Page Issues
Archive Page Returns 404
- Go to Settings → Permalinks in the WordPress admin
- Click Save Changes without making any modifications — this flushes the rewrite rules
- Try visiting
/groups/again - If the issue persists, verify Disable Archive Page is unchecked in Groups → Settings → Main
Archive Page Shows Wrong Groups
- Check for active filters in the URL — clear them by visiting
/groups/directly - Verify groups are published (not in draft or pending status)
- If using CP Sync, confirm the latest sync completed successfully
Filter Issues
Taxonomy Filters Not Showing
- Taxonomies with no assigned terms are automatically hidden — assign at least one group to a term
- Verify the taxonomy exists under Groups in the admin sidebar
- Check that you have not removed the taxonomy via a custom filter on
cp_groups_filter_facets
Badge Filters Not Showing
- Navigate to Groups → Settings → Advanced
- Verify the corresponding badge filter is enabled (Kid Friendly, Wheelchair Accessible, Meets Online)
- The Show/Hide Full Groups filter must be set to Hide or Show (not Disable)
Filters Not Working
- Check for JavaScript errors in your browser’s developer console
- Verify no caching plugin is serving stale pages — clear all caches
- Test in an incognito window to rule out browser extensions
Contact Form Issues
Form Not Appearing
- Navigate to Groups → Settings → Advanced
- Verify Contact Action is set to Use Contact Form
- Confirm the group has a Group Leader Email address entered
- Check that the contact button is not hidden (Advanced Settings → Hide Contact should be unchecked)
Emails Not Sending
- Verify WordPress can send emails — install a test plugin like WP Mail SMTP
- Check the From Email and From Name in Advanced Settings
- Verify the group leader’s email address is valid
- Check your server’s email logs for delivery failures
Rate Limit Reached
If you or a tester hits the rate limit during testing:
- The limit resets daily (tracked by date)
- To reset immediately, delete the rate limit option from the database:
- Look for rows with
option_namestarting withcp_ratelimit_in thewp_optionstable
- Look for rows with
reCAPTCHA Not Working
- Verify your site key and secret key are entered correctly in Advanced Settings
- Confirm your domain is registered in the Google reCAPTCHA console
- Check the browser console for reCAPTCHA loading errors
- Ensure no other plugin or security rule is blocking Google’s reCAPTCHA scripts
Display Issues
Group Modal Not Opening
- Check for JavaScript errors in your browser’s developer console
- Verify jQuery and jQuery UI Dialog are loading (these are required dependencies)
- Test with a default WordPress theme to rule out theme conflicts
- Confirm Disable Modal is unchecked in Groups → Settings → Main
Missing Group Information
- Open the group in the editor and verify the fields are filled in
- Check that the corresponding badge or button is enabled in Advanced Settings
- If using template overrides, verify your custom templates include the relevant fields
- Clear any page or object cache
Default Thumbnail Not Showing
- Verify a default thumbnail is uploaded in Groups → Settings → Main
- Check that the image file still exists in the media library
- If the group has a featured image set, it takes priority over the default thumbnail
Performance Issues
Slow Archive Page
- Reduce the Groups Per Page setting in Advanced Settings
- Optimize group images — large images slow down page loads
- Ensure your hosting environment has adequate PHP memory
- Consider enabling a page cache plugin
For additional help, see the Getting Help guide.
