Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteration of Tiled Gallery settings #7576

Open
MichaelArestad opened this issue Aug 2, 2017 · 9 comments
Open

Iteration of Tiled Gallery settings #7576

MichaelArestad opened this issue Aug 2, 2017 · 9 comments
Labels
Admin Page React-powered dashboard under the Jetpack menu [Feature] Photon aka "Image CDN". Feature developed in the Image CDN package and shipped in multiple plugins [Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Pri] Normal [Status] Needs Design [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it

Comments

@MichaelArestad
Copy link
Contributor

Currently Tiled Gallery is connected to Photon in settings. It looks like this:
image

After some discussion with @rickybanister, we think it would be a good idea to move it and provide access to a suboption that is missing from Jetpack Settings, yet available in wp-admin.

It would look like this:
image

We would also need to remember to update the search keywords and one-way updates for tiled galleries.

We should also mirror this change in Calypso. CC @tyxla @oskosk

@MichaelArestad MichaelArestad added [Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it labels Aug 2, 2017
@rickybanister
Copy link

That's so much more clear.

Also cc @dereksmart

@MichaelArestad
Copy link
Contributor Author

Benefits:

  • Exposes tiled galleries a bit more
  • allows the ability to set all galleries as a tiled mosaic

@danjjohnson
Copy link

Maybe this should be a separate issue, but...

image

The second line says

Show photo metadata (Exif) in carousel, when available

But the first line doesn't mention a carousel, so it's kinda confusing.

Should we change the first line to:

Display images and galleries in a gorgeous, full-screen carousel

@rickybanister
Copy link

Good catch @danjjohnson. We should also remove the word 'gorgeous'—that editorialization didn't make it into the wordpress.com version of these settings and doesn't add much. It's merely our opinion that it's gorgeous.

@stale
Copy link

stale bot commented Jul 2, 2018

This issue has been marked as stale. This happened because:

  • It has been inactive in the past 6 months.
  • It hasn’t been labeled `[Pri] Blocker`, `[Pri] High`.

No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.

@stale stale bot added the [Status] Stale label Jul 2, 2018
@tyxla
Copy link
Member

tyxla commented Jul 3, 2018

This could still be beneficial.

@stale stale bot removed the [Status] Stale label Jul 3, 2018
@stale
Copy link

stale bot commented Dec 30, 2018

This issue has been marked as stale. This happened because:

  • It has been inactive in the past 6 months.
  • It hasn’t been labeled `[Pri] Blocker`, `[Pri] High`.

No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.

@stale stale bot added the [Status] Stale label Dec 30, 2018
@jeherve
Copy link
Member

jeherve commented Jan 2, 2019

Related: #10753

@stale stale bot removed the [Status] Stale label Jan 2, 2019
@stale
Copy link

stale bot commented Jul 1, 2019

This issue has been marked as stale. This happened because:

  • It has been inactive in the past 6 months.
  • It hasn’t been labeled `[Pri] Blocker`, `[Pri] High`.

No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.

@stale stale bot added the [Status] Stale label Jul 1, 2019
@stale stale bot removed the [Status] Stale label Jul 1, 2019
@stale stale bot removed the [Status] Stale label Jul 1, 2019
jeherve added a commit that referenced this issue Mar 4, 2021
The existing Site Accelerator toggle under Jetpack > Settings > Performance acts as a "multi-toggle". When you toggle it, it toggles the 2 child settings below it: Photon and Asset CDN (aka photon-cdn).

Behind the scenes, that toggle also controls 2 additional settings:

- It enables Tiled Galleries, the module that adds gallery type settings to the classic gallery modal.
- It enables the option that makes all existing classic galleries use the Tiled Gallery style by default (that option is visible under Settings > Media in wp-admin).

We built things this way before the block editor, and before we had a Tiled Gallery block that would be available and function regardless of your Photon settings. For "classic" tiled galleries (the ones that can be created via the classic editor or a classic block), the images rely on Photon to be resized on the fly. We consequently opted to enable the Tiled Galleries module as soon as you would turn on the Photon module, since the latter gave you the option to use tiled galleries.
Admittedly, things got a bit more complicated when the block editor and the Tiled Gallery block were introduced, but the basic idea remains: when you enable the Photon module, you should get access to the option to pick different gallery types when creating or editing galleries. For more details around this behaviour, you can check #7576.

This commit takes that existing behaviour, and brings it to the new Site Accelerator toggle we added in the Recommendations tab in #18437. When you enable Site Accelerator there, you'll also enable Tiled Galleries behind the scenes.
jeherve added a commit that referenced this issue Mar 10, 2021
…19022)

The existing Site Accelerator toggle under Jetpack > Settings > Performance acts as a "multi-toggle". When you toggle it, it toggles the 2 child settings below it: Photon and Asset CDN (aka photon-cdn).

Behind the scenes, that toggle also controls 2 additional settings:

- It enables Tiled Galleries, the module that adds gallery type settings to the classic gallery modal.
- It enables the option that makes all existing classic galleries use the Tiled Gallery style by default (that option is visible under Settings > Media in wp-admin).

We built things this way before the block editor, and before we had a Tiled Gallery block that would be available and function regardless of your Photon settings. For "classic" tiled galleries (the ones that can be created via the classic editor or a classic block), the images rely on Photon to be resized on the fly. We consequently opted to enable the Tiled Galleries module as soon as you would turn on the Photon module, since the latter gave you the option to use tiled galleries.
Admittedly, things got a bit more complicated when the block editor and the Tiled Gallery block were introduced, but the basic idea remains: when you enable the Photon module, you should get access to the option to pick different gallery types when creating or editing galleries. For more details around this behaviour, you can check #7576.

This commit takes that existing behaviour, and brings it to the new Site Accelerator toggle we added in the Recommendations tab in #18437. When you enable Site Accelerator there, you'll also enable Tiled Galleries behind the scenes.
@jeherve jeherve added Admin Page React-powered dashboard under the Jetpack menu [Feature] Photon aka "Image CDN". Feature developed in the Image CDN package and shipped in multiple plugins labels May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Page React-powered dashboard under the Jetpack menu [Feature] Photon aka "Image CDN". Feature developed in the Image CDN package and shipped in multiple plugins [Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Pri] Normal [Status] Needs Design [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it
Projects
None yet
Development

No branches or pull requests

5 participants