WordPress Troubleshooting Guide
Quick solutions for common QuickAltText issues on WordPress
🚀
Quick Fix (Try This First)
90% of WordPress issues are fixed by:
-
Clear your browser cache and cookies
Chrome: Settings → Privacy → Clear browsing data → Select “Cookies” and “Cached images”
-
Sign out and sign back in
Click the extension icon → Sign Out → Sign In again
-
Refresh the WordPress page
Press Ctrl+F5 (Windows) or Cmd+Shift+R (Mac) for a hard refresh
🔍
Understanding WordPress Cache Issues
Why does clearing cache fix WordPress issues?
1. WordPress Nonces (Security Tokens)
WordPress uses time-sensitive security tokens called “nonces” that expire every 24 hours. When these get cached by your browser, they become invalid but your browser keeps sending the old tokens, causing authentication to fail.
2. Multiple Authentication Cookies
WordPress uses several authentication cookies (wordpress_logged_in, wordpress_sec, etc.) that must stay synchronized. Browser caching can cause these to become mismatched.
3. React/JavaScript State Caching
Modern WordPress (Gutenberg editor) uses React, which can cache authentication state in JavaScript memory. This cached state may conflict with the extension’s auth sync.
4. AJAX Request Conflicts
WordPress admin heavily uses AJAX requests with authentication tokens. Cached tokens in these requests can cause silent failures.
🛠️
Common Issues & Solutions
Issue: WordPress 4-Field Auto-Fill Not Working
Symptoms:
- Only Alt Text field is filled, not Title/Caption/Description
- No error messages shown
- Works after clearing cache
Solution:
-
Clear ALL browser data for your WordPress site:
- Go to Chrome Settings → Privacy → Clear browsing data
- Select “Cookies and other site data” AND “Cached images and files”
- Time range: “All time”
- Click “Clear data”
-
Sign out completely:
- Sign out of WordPress admin
- Sign out of QuickAltText extension
- Close all WordPress tabs
-
Sign back in fresh:
- Open WordPress admin in a new tab
- Sign into WordPress first
- Then sign into QuickAltText extension
- Try the 4-field auto-fill again
Issue: “Not Signed In” Despite Being Logged In
Symptoms:
- Extension shows “Not signed in” on WordPress pages
- You’re clearly logged into the extension
- Other sites work fine
Solution:
-
Check browser console for errors:
Right-click → Inspect → Console tab
Look for red error messages about “auth” or “session” -
Force a fresh auth sync:
- Open the extension popup
- Sign out
- Clear cookies for quickalttext.com
- Sign in again
- Wait 10 seconds before using
Issue: Auto-Apply Fails Silently
Symptoms:
- Right-click → Auto-Apply does nothing
- No error messages
- Manual overlay mode works fine
Solution:
-
Verify you’re on a supported WordPress page:
URL should contain: /wp-admin/
Must be in Media Library or Post Editor -
Check if fields are visible:
- WordPress media modal must be open
- All 4 fields must be visible on screen
- Try clicking the image first to open details panel
-
Enable Expert/Agency tier features:
- 4-field auto-fill requires Expert or Agency subscription
- Free/Pro tiers only fill Alt Text field
⚠️
Important: Random Logout Issue (Chrome Browser Behavior)
Why You May Experience Random Logouts
This is a Chrome browser behavior, not a QuickAltText bug. Chrome clears extension memory storage in these situations:
- Browser restart – All session storage is wiped
- System memory pressure – When RAM usage exceeds 75%
- Tab inactivity – Tabs inactive for 30+ minutes
- Chrome updates – Automatic updates clear session data
- System crashes or forced restarts
🆕 Solution: “Keep Me Signed In” Feature (v2.2.0)
QuickAltText now offers an optional “Keep Me Signed In” toggle that prevents random logouts by using persistent storage instead of memory storage.
How to Enable:
- Click the QuickAltText extension icon
- Sign in to your account
- Scroll to “Security Settings” section
- Toggle “Keep me signed in” to ON
- Read and acknowledge the security warning
⚠️ Security Trade-off
This feature stores your session on disk instead of memory. While more convenient, it’s less secure if your device is compromised. Only enable on personal, trusted devices.
Solution: Optimize Chrome Settings
-
Check Memory Saver Setting:
chrome://settings/performance
→ If “Memory Saver” is ON, turn it OFF -
Monitor System RAM Usage:
- Keep browser tabs under 20-30 open tabs
- Close memory-heavy applications
- Restart Chrome if it’s using >2GB RAM
-
Use “Continue where you left off”:
chrome://settings/onStartup
→ Select “Continue where you left off”
🔍 Technical Details
QuickAltText uses Chrome’s secure session storage for maximum security (patent-pending auth system). This memory-only storage prevents token theft but is cleared when Chrome needs memory. This is a tradeoff between security and persistence that affects all Chrome extensions.
🌐
Browser-Specific Cache Clearing
Chrome
- Settings → Privacy and security → Clear browsing data
- OR press Ctrl+Shift+Delete (Windows) / Cmd+Shift+Delete (Mac)
- Select “Cookies” and “Cached images and files”
- Choose “All time” for time range
Edge
- Settings → Privacy, search, and services → Clear browsing data
- OR press Ctrl+Shift+Delete
- Select same options as Chrome
Brave
- Settings → Privacy and security → Clear browsing data
- Process identical to Chrome
Firefox
- Settings → Privacy & Security → Cookies and Site Data → Clear Data
- OR press Ctrl+Shift+Delete (Windows) / Cmd+Shift+Delete (Mac)
🔎
How QuickAltText Detects WordPress Sites
The extension looks for these WordPress indicators:
- URL contains /wp-admin/ or /wp-content/
- WordPress-specific DOM elements like #wpadminbar
- WordPress REST API endpoints
- Gutenberg editor components
Note: Some highly customized WordPress sites might not be detected. If auto-apply isn’t working on your WordPress site, please contact support.
🤝
Still Need Help?
If these solutions don’t resolve your issue:
1. Collect diagnostic information:
- Your browser and version
- WordPress version
- Any error messages from browser console
- Screenshot of the issue
2. Contact our support team:
- Email: admin@quickalttext.com
- Include the diagnostic information above
- We typically respond within 24 hours
Pro Tip: Prevent Future Issues
- Clear cache weekly if you use WordPress daily
- Use incognito/private mode for testing
- Keep Chrome and the extension updated
Last updated: January 2025