Missing Next and Prev arrows when Photoswipe using in view fields.
I try both versions 4 and 5.

Issue fork photoswipe-3401194

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VasyOK created an issue. See original summary.

Anybody’s picture

Title: Missing Next and Prev arrows for views fields. » Photoswipe images in views are not shown as gallery
Version: 5.0.0-rc4 » 5.x-dev
Component: Miscellaneous » Documentation
Assigned: Unassigned » thomas.frobieter
Category: Bug report » Support request
Priority: Normal » Minor

Thanks for raising this. It's not a bug, but there's missing information in the README.md that needs to be added to show images from a Drupal view in a Photoswipe Gallery.

If not adding a photoswipe-gallery wrapper class in the view around, the photoswipe images won't be shown as gallery, but as single pictures. That's expected, but we should document how to group them into a gallery by adding the required photoswipe-gallery class.

@thomas.frobieter could you elaborate on that in a MR for the README.md? There's already a views subheading, which I think we should extend with the info where the class can / should be put.

I think it would be in the image field or in the views style?

Don't think we'll ever be able to add a UI for that while keeping the required flexibility.

Anybody’s picture

TL;DR: Add the class photoswipe-gallery on the view or another dom element around the images you want to group into a gallery.

thomas.frobieter made their first commit to this issue’s fork.

thomas.frobieter’s picture

Status: Active » Needs review

@anybody Done, pls review.

Anybody’s picture

Status: Needs review » Needs work

@thomas.frobieter nice! If possible could you please:
- Use code style for the class snippets
- Eventually add a code example if someone advanced wants to do it code-wise in a template?
- But more important, I think: Additionally to the general explanation, perhaps add the steps a user has to take in the Views UI to add these classes (for less advanced users)

Perhaps @LRWebks can help you with details?
This has low priority, but I think we should help newbies as good as possible.

Perhaps we should generally review the README and check if it explains the general concepts good enough for users starting with PS?

BTW. when using a single image field with the photoswipe formatter, I think these will be grouped, but not for cases where you'd like to have a gallery across fields or view results?

Anybody’s picture

PS: Of course, community help with the documentation is highly appreciated.

thomas.frobieter’s picture

Assigned: thomas.frobieter » Unassigned

Well, I think it's good enough. I won't invest more time into this topic.

Anybody’s picture

Issue tags: +Novice

Tagging for community help to add the steps to be taken in the View UI to add the classes there. @thomas.frobieter added the required general steps / themer steps.

Anybody’s picture

Title: Photoswipe images in views are not shown as gallery » Document how to group photoswipe images into a gallery in views using photoswipe-gallery wrapper class
thomas.frobieter’s picture

Here is the required information to add classes to views:

https://www.drupal.org/docs/8/core/modules/views/customize-the-output-st...

VasyOK’s picture

Thanx, @Anybody, you right!

I add class "photoswipe-gallery" to view field - and galleries worked!