Skip to content

Troubleshooting FAQ

Encountering unexpected behavior? Consult the troubleshooting guide below for common issues, root causes, and verified solutions.


Common Issues & Solutions

IssueRoot CauseSolution
Google OAuth 403 access_denied (“App is blocked” or “Access blocked: This app hasn’t been verified”)Google Cloud projects in Testing mode restrict OAuth authentication exclusively to accounts listed in the project’s Test Users roster.1. Go to Google Cloud Console.
2. Select your project and open APIs & Services > OAuth consent screen.
3. Scroll down to Test users and click + ADD USERS.
4. Add the exact Google account email address you are attempting to authenticate with and save.
Missing or unresponsive “Connect Account” buttonCredentials have been entered into the text fields but not yet committed to the database.You must click Save Credentials at the bottom of the Authentication tab before clicking the Connect button. The OAuth flow requires stored database credentials to generate valid authorization requests.
The “Analytics” tab does not appear in WordPress AdminSquare Orb adheres to strict privacy-by-default standards; engagement tracking is deactivated upon initial installation.1. Navigate to Square Orb > Global.
2. Scroll down to the Privacy & Telemetry section.
3. Toggle Enable Local Telemetry to ON and click Save Changes.
4. The Analytics tab will immediately appear in the admin navigation.
Traveler’s Map shows an empty map or missing markersThe images assigned to the gallery do not contain embedded EXIF GPS latitude/longitude metadata.Check whether your export settings (e.g. in Adobe Lightroom, Photoshop, or smartphone settings) stripped GPS metadata. Square Orb extracts GPS tags natively; if no location data is found in an image, no marker pin can be plotted on the Leaflet map.
Changes to image titles, captions, or categories are not appearingSquare Orb uses transient database caching with a 24-hour time-to-live to ensure sub-second page performance.1. In your WordPress admin, go to Square Orb > Global.
2. Under Performance Data Vault (Transient Cache), click Purge High-Performance Cache.
3. If using site caching plugins (e.g., WP Rocket, LiteSpeed Cache) or a CDN (e.g., Cloudflare), clear those caches as well.
Shortcode does not load styles or lightbox animationsThe shortcode is being rendered dynamically in an archive template, widget, or custom PHP function where WordPress conditional script detection fails.Add a custom filter hook to your theme’s functions.php:
add_filter( 'square_orb_enqueue_assets', '__return_true' );
This forces Square Orb frontend styles and scripts to load across all pages.
Watermark is not applied to mediaWatermarking is only applied during intermediate image thumbnail generation and requires a valid PNG watermark source.1. Go to Square Orb > Global and ensure a valid PNG URL is entered in Watermark Image URL.
2. Ensure Auto-Apply on Upload is enabled.
3. For existing images already in your Media Library, select them in Media > Library (List view) and run the bulk action Apply Watermark.
Video fails to autoplay in LightboxBrowser autoplay policies restrict media with unmuted audio, or autoplay is disabled globally.1. Check Square Orb > Presentation Defaults > Video Settings to confirm Autoplay Lightbox Videos is enabled.
2. Note that modern browsers (Chrome, Safari, Firefox) automatically block unmuted video autoplay unless the user has actively interacted with the page.