Troubleshooting
Solutions to common issues in TheDock.
General Issues
TheDock won't load
Symptoms: Blank screen, loading indefinitely, JavaScript errors
Solutions:
- Clear browser cache and refresh
- Try a different browser (Chrome/Firefox recommended)
- Disable browser extensions temporarily
- Check for JavaScript errors in browser console (F12)
- Increase PHP memory limit in wp-config.php:
define('WP_MEMORY_LIMIT', '256M'); - Deactivate other plugins to check for conflicts
Changes not saving
Symptoms: Work disappears, reverts to previous state
Solutions:
- Check network connection
- Look for error messages in header
- Verify WordPress session hasn't expired
- Check server disk space
- Review PHP error logs
- Try manual save (Ctrl/Cmd + S)
Slow performance
Symptoms: Laggy interface, slow preview updates
Solutions:
- Close unnecessary browser tabs
- Use a modern browser (Chrome/Firefox)
- Check server resources
- Reduce image file sizes
- Disable browser dev tools if open
Export Issues
Export fails
Symptoms: Export hangs, error message, incomplete export
Solutions:
- Increase PHP execution time
- Increase PHP memory limit
- Check folder permissions (wp-content/themes)
- Review PHP error logs
- Try exporting in smaller batches (CSS first, then templates)
Changes not visible after export
Symptoms: Site looks the same after export
Solutions:
- Clear caching plugin cache
- Clear CDN cache if using one
- Hard refresh browser (Ctrl+Shift+R)
- Clear browser cache entirely
- Check correct theme is active
- Verify export completed successfully
CSS not applying
Symptoms: Styles missing or wrong on live site
Solutions:
- Check CSS file is loading (browser dev tools > Network)
- Clear all caches
- Check for specificity conflicts
- Verify custom CSS syntax
- Re-export theme
Template Issues
Template not showing
Symptoms: Wrong template displays, default template used
Solutions:
- Verify template assignment in Theme Structure
- Check WordPress Reading settings
- Verify template is in "In Use" category
- Clear any caching
- Re-export and test
Sections overlapping
Symptoms: Content overlaps incorrectly
Solutions:
- Check section padding settings
- Verify grid configuration
- Look for negative margins
- Check z-index values in custom CSS
- Preview on different devices
Content not displaying
Symptoms: Blocks show empty, dynamic content missing
Solutions:
- Verify WordPress content exists
- Check block configuration
- Verify post type settings
- Check custom field mapping
- Review template structure
Design Issues
Colors look different
Symptoms: Colors vary between editor and site
Solutions:
- Check color values are correct
- Verify no conflicting CSS
- Check monitor color profile
- Clear caches and refresh
Fonts not loading
Symptoms: Fallback fonts display, custom fonts missing
Solutions:
- Check font is properly selected
- Verify font files exist
- Check for CORS issues (browser console)
- Re-export theme
- Check font licensing
Spacing inconsistent
Symptoms: Elements have unexpected spacing
Solutions:
- Check global spacing settings
- Verify default values
- Look for element-specific overrides
- Check responsive settings
- Inspect with browser dev tools
WordPress Integration Issues
Menu not appearing
Symptoms: Navigation empty or missing
Solutions:
- Verify menu exists in Appearance > Menus
- Check menu location assignment
- Verify menu has items
- Check navigation block in template
- Re-export theme
Featured images not showing
Symptoms: Thumbnails missing, placeholders shown
Solutions:
- Verify images are set in WordPress
- Check image sizes are generated
- Verify template uses featured image
- Check file permissions
- Regenerate thumbnails (plugin)
Custom fields not displaying
Symptoms: ACF data not appearing
Solutions:
- Verify ACF is installed and active
- Check field group location rules
- Verify field mapping in TheDock
- Ensure data is entered in WordPress
- Check field name accuracy
Mobile/Responsive Issues
Layout breaks on mobile
Symptoms: Overlapping content, broken layout on phones
Solutions:
- Check responsive preview in TheDock
- Review column span settings
- Check for fixed widths
- Test on actual devices
- Adjust mobile-specific settings
Text too small/large on mobile
Symptoms: Typography issues on mobile devices
Solutions:
- Adjust mobile font sizes
- Check base size settings
- Review typographic scale
- Test with actual devices
WooCommerce Issues
Product pages unstyled
Symptoms: WooCommerce pages look broken
Solutions:
- Verify WooCommerce is active
- Check WooCommerce templates
- Re-export theme
- Review WooCommerce styling settings
- Check for plugin conflicts
Cart not updating
Symptoms: AJAX cart not working
Solutions:
- Check for JavaScript errors
- Clear caches
- Disable conflicting plugins
- Verify AJAX is enabled
- Check PHP error logs
Getting More Help
Before Contacting Support
- Check this troubleshooting guide
- Search documentation
- Clear all caches
- Try in incognito/private mode
- Disable other plugins temporarily
- Note exact error messages
- Check browser console for errors
Information to Provide
- TheDock version
- WordPress version
- PHP version
- Browser and version
- Exact steps to reproduce issue
- Error messages (screenshots)
- Console errors
Support Channels
- Documentation (you're here!)
- thedock.app/support
Related Topics
- Installation - Setup issues
- Export Process - Export problems
- Interface - Navigation help