FAQ
This page collects the questions photographers ask before and after buying. Honest, direct answers — no marketing fluff. Aimed at anyone evaluating whether the plugin fits their workflow, plus existing users with a “wait, does it…?” question.
What you’ll learn
Section titled “What you’ll learn”- How the plugin handles your photos and visitor data
- Whether it works with your theme and page builder
- What happens to galleries and orders if you uninstall
- Whether limited downloads are supported
- Real storage-cost expectations vs. competing hosted services
Prerequisites
Section titled “Prerequisites”None — this page is read-anywhere reference.
Tutorial video
Section titled “Tutorial video”Video coming soon.
Pre-sale and general
Section titled “Pre-sale and general”Do my photos get uploaded to your servers?
Section titled “Do my photos get uploaded to your servers?”No. Photos stay in your Google Drive or Dropbox account. The plugin only fetches thumbnails (cached locally on your WordPress server for performance) and streams originals on demand. No image data is sent to any third-party or plugin-developer server.
Do I need a Google account or a Dropbox account?
Section titled “Do I need a Google account or a Dropbox account?”Yes — at least one. You create a free OAuth app in Google Cloud Console or Dropbox App Console (both free) and paste the credentials into the plugin settings. A step-by-step guide is included for each provider — see Google Drive setup and Dropbox setup.
Can I use both Google Drive and Dropbox at the same time?
Section titled “Can I use both Google Drive and Dropbox at the same time?”Yes. Connect both and choose the storage provider per gallery.
Does it work with any WordPress theme?
Section titled “Does it work with any WordPress theme?”Yes. The gallery is rendered in a self-contained shortcode block and does not depend on theme templates or scripts. The only common gotcha is themes with transparent headers — see the spacer-block trick in Password protection.
Why is there no column setting?
Section titled “Why is there no column setting?”Because a fixed column count can’t lay out mixed portrait and landscape photos without either cropping them or leaving ragged gaps. The gallery uses a justified layout instead — the same principle Flickr and Google Photos use:
- Every image keeps its original aspect ratio — nothing is cropped.
- Images are grouped into rows and scaled so each row fills the full width, flush on both edges.
- The number of images per row therefore varies by row (a row of three panoramas, the next with five portraits) and adapts to the window width — the same gallery reflows on a phone without a separate mobile setting.
So you don’t set columns, you set density — how tall a row should roughly be:
| Setting | Target row height | Result |
|---|---|---|
| Small | ~200 px | Many images per row — dense contact-sheet look |
| Medium (default) | ~300 px | Balanced, works for most galleries |
| Large | ~400 px | Fewer, bigger images per row |
| Extra large | ~520 px | Showcase look — 2–3 images per row on desktop |
Set it per gallery under Grid image size, or override it per page with the size attribute:
[ccgal_gallery id="42" size="large"]The value is a target, not a hard rule: rows stretch or shrink slightly around it so the edges stay flush. Full attribute list: Shortcodes.
Coming from an older version that had a columns setting? It was migrated automatically: 2 columns → Extra large, 3 → Large, 4 → Medium, 5+ → Small.
What happens if a visitor’s session lasts more than 24 hours?
Section titled “What happens if a visitor’s session lasts more than 24 hours?”Download nonces expire after 24 hours. The visitor needs to reload the page to get a fresh nonce — the gallery itself remains accessible as long as the page session (password cookie) is valid.
Can I import existing Drive or Dropbox folders?
Section titled “Can I import existing Drive or Dropbox folders?”Yes. Set a main folder once in the settings and every gallery picks its folder from a dropdown of that folder’s subfolders — no URLs to copy. You can still paste a folder URL or ID directly if you prefer. Either way the plugin reads the folder contents live via the cloud API; nothing is imported or duplicated.
Does the print-order shop handle payment processing?
Section titled “Does the print-order shop handle payment processing?”No direct card processing. Orders are sent by email; payment is collected via PayPal.me link, PayPal Standard (email-based) or SEPA bank transfer details that you configure. This keeps the plugin PCI-DSS-free.
Is this plugin GDPR compliant?
Section titled “Is this plugin GDPR compliant?”The plugin stores anonymous visitor identifiers (a hashed cookie ID — no email address, no plain-text IP address) for favourites and optional statistics. All data is stored in your own WordPress database, not transmitted to any third party. A cookie-control switch per gallery lets visitors opt out, and the plugin integrates with WordPress’s standard Tools → Export/Erase Personal Data workflow.
For hesitating buyers
Section titled “For hesitating buyers”How much do storage costs really come to?
Section titled “How much do storage costs really come to?”Cloud storage is dramatically cheaper than dedicated photo-hosting services. Concrete reference points (early 2026):
- Google One: 200 GB for ~3 EUR/month, 2 TB for ~10 EUR/month.
- Dropbox Plus: 2 TB for ~12 EUR/month.
For perspective, 2 TB holds roughly 50,000–80,000 high-quality JPEGs at 25–40 MB each, which is many years of weddings for a single photographer.
Does it work with Elementor, Divi, Beaver Builder or block themes?
Section titled “Does it work with Elementor, Divi, Beaver Builder or block themes?”Yes to all — and since version 1.15 the two most common ones are native. The WordPress editor gets a Cloud Gallery block and Elementor gets a Cloud Gallery widget: pick the gallery from a list, see a preview while you edit, no shortcode to copy. Divi, Beaver Builder, the Classic editor and any other builder use the shortcode ([ccgal_gallery id="42"]) in their shortcode element, which works everywhere and isn’t going away. Block themes work either way. Theme styling does not affect gallery internals — the gallery has its own CSS. Details: Block, Elementor and other page builders.
Can I put a cover photo above the gallery?
Section titled “Can I put a cover photo above the gallery?”Yes, with Pro. A gallery can carry a title image: a large cover photo above the grid with the gallery title and an optional subtitle on it, either a photo from the cloud folder or an upload from the media library, in content width or edge to edge. Because it belongs to the gallery rather than the page, it shows up wherever that gallery is placed. In the free version you build a hero out of your theme’s own blocks instead. See Title image.
Can galleries be created automatically?
Section titled “Can galleries be created automatically?”With Pro, yes. Point the plugin at a main folder and it creates a gallery for every new subfolder that appears there — titled after the folder, configured like a template gallery you nominate, as a draft or published straight away. See Automatic galleries.
Can I limit downloads (e.g. originals off, JPEGs on)?
Section titled “Can I limit downloads (e.g. originals off, JPEGs on)?”The plugin offers a per-gallery disable downloads switch which removes the download buttons entirely. There’s no built-in transcode — you offer whatever resolution you put in the cloud folder. If you want a “preview only” gallery and a separate “downloadable” gallery, the simplest path is two folders (e.g. JPG-web and JPG-full) and two galleries. Some photographers use the print shop instead of downloads, so visitors order prints rather than self-serve digital files.
What happens if I uninstall?
Section titled “What happens if I uninstall?”- Deactivate keeps everything: galleries, settings, OAuth tokens, orders, statistics. Reactivating restores the plugin in its previous state.
- Delete (the explicit “Delete” action in Plugins → Installed Plugins) runs the uninstaller, which removes plugin options, custom tables (orders, favourites, downloads, views), gallery posts, and the thumbnail cache. The original photos in Drive or Dropbox are never touched — your cloud storage stays exactly as it was.
If you want to switch hosts, deactivate, move WordPress, then reactivate — your galleries come along intact.
Is data sent to your servers?
Section titled “Is data sent to your servers?”The plugin author runs no servers that process your data. Direct connections at runtime:
- Your Drive/Dropbox account via OAuth credentials you generated.
- Freemius for license validation, only if you opt in during activation. The free version is fully functional without opting in.
No telemetry, no ad tracking, no usage analytics phoning home. The plugin is fully open-source on the WordPress.org SVN; you can audit the network calls yourself.
Does it support video?
Section titled “Does it support video?”No. Galleries show images only — video files in the folder are skipped, and nothing about them is changed in your cloud storage. That has been the behaviour since 1.12.0. Video is an idea for a later release, not something currently planned.
Next step
Section titled “Next step”If you’re ready to install: Installation. If something specific is broken, check Troubleshooting first.