Troubleshooting Common Issues in Eschelbacher Enterprises WebEditor
Keeping your site running smoothly with Eschelbacher Enterprises WebEditor requires knowing how to diagnose and fix common problems quickly. This guide covers frequent issues, step-by-step troubleshooting, and preventive tips.
1. Editor won’t load or is blank
- Possible causes: network issues, browser cache conflicts, incompatible extensions, or service outages.
- Steps to fix:
- Reload the page (Ctrl/Cmd+R).
- Clear browser cache for the site and reload.
- Open in Incognito/Private mode to rule out extensions.
- Try a different browser (Chrome, Firefox, Edge).
- Check service status (status page or admin console) for outages.
- If the problem persists, capture console errors (F12 → Console) and contact support with the error messages.
2. Changes not saving or revert after publish
- Possible causes: session timeout, permission conflicts, server-side validation errors, or concurrent edits.
- Steps to fix:
- Confirm user permissions for the page/resource.
- Save drafts frequently; use explicit “Save” before “Publish.”
- Check for validation errors shown in the editor and address them.
- Look for concurrent edits: coordinate with other users or use versioning features.
- Verify server timeouts and extend session duration if necessary.
- Review logs for failed save requests (network tab in DevTools).
3. Media (images/videos) fail to upload or display
- Possible causes: file size/type restrictions, CDN issues, wrong file paths, or permissions.
- Steps to fix:
- Confirm allowed file types and max size; resize or convert files if needed.
- Upload via the media manager rather than drag-and-drop to surface errors.
- Check file URLs in the rendered HTML and ensure they point to the correct CDN or storage.
- Verify CDN/storage credentials and permissions.
- Clear CDN cache after replacing media.
- Inspect network requests to the media endpoint for error codes (403, 404, 413).
4. Formatting/CSS changes not appearing on site
- Possible causes: caching, stylesheet order, or selector specificity.
- Steps to fix:
- Hard-refresh the page (Ctrl/Cmd+Shift+R) to bypass browser cache.
- Clear server/CDN caches and any caching plugins.
- Inspect computed styles in DevTools to see which rule overrides yours.
- Ensure stylesheet is loaded after theme defaults or increase selector specificity.
- Use versioned asset filenames (e.g., style.v2.css) to force updates.
5. Broken links or routing errors
- Possible causes: moved pages, incorrect slugs, or rewrite rules.
- Steps to fix:
- Run a link checker to list broken links.
- Verify page slugs/paths in the page settings.
- Check routing rules or .htaccess/nginx configs for recent changes.
- Implement 301 redirects for moved pages and update internal links.
6. Slow editor performance
- Possible causes: large pages, many plugins/widgets, slow network, or client machine limits.
- Steps to fix:
- Close unnecessary tabs/apps and try again.
- Break large pages into smaller sections or lazy-load widgets.
- Disable nonessential plugins/widgets temporarily.
Leave a Reply
You must be logged in to post a comment.