The tcPhotoGallery package is installed like all other Concrete5 packages through the Add Functionality page in the Concrete5 Dashboard.
Add a new Photo Gallery to a page by simply editing a page and adding the tcPhotoGallery block to your page. Filtering and search is added by adding the tPhotoGalleryFilter to the same page. Each block may be added to separate areas of the page.
To configure a photo gallery follow the steps below:
Q: I added a custom file attribute. Why doesn't it appear on the settings page when I add or edit my gallery?
A: tcPhotoGallery only supports "Select" file attributes. Make sure you did not choose another file attribute type.
Q: I enter a keyword to search on but it's not returning results that I expect.
A: tcPhotoGallery determines which photos display by following the steps below:
Q: How many tcPhotoGallery blocks can I have on one page?
A: At the present time you should only place one tcPhotoGallery block and one tcPhotoGalleryFilter block on each page.
Q: I want users to be able to find links to particular photos, how do I do that?
A: There are two options. The first is to enable Photo Reference numbers. When photo references are enabled, the reference number is a link that will can be used to return directly to that photo within the gallery. This may be handy if you want to provide an easy way for users to copy links for adding to emails or for other purposes. The second option is to enable image links in the gallery block. When this option is enabled, photos become a clickable link that loads a blank page with only the photo. This option may also be useful for creating lightbox enabled custom views.
Q: How do I use zoom mode?
A: First, your images need to be larger than the area they will appear in. If not, zoom mode won't have anything to do. Zoom mode uses only one version of each image. The image display in the gallery is scaled down using CSS from the full image size. The image that appears in the reticule (zoomed area) is the full size image.
Second, set the maximum width/height and zoom width/height values in your gallery block settings. This tell's tcPhotoGallery what size to scale the gallery images and how big of a zoom reticule to use.
Third, if you'd like the zoom reticule to appear as a circle (or ellipse), style the tc-photo-gallery-image-zoom class with border-radius values equal to half the zoom width/height values. This will only work, of course, with browsers that support border-radius.