-
Notifications
You must be signed in to change notification settings - Fork 813
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
Tiled Gallery Block: add option to disable all Tiled Galleries and revert all existing galleries to classic gallery blocks #19658
Comments
You should be able to convert a Tiled Gallery Block into a Gallery block like so: Screen.Recording.2021-04-27.at.11.09.09.movYou will need to do it for all existing galleries though. As you indeed mentioned, there is currently no setting to update the content of multiple posts at once.
That's correct. Tiled Galleries (whether you use the block editor or the old Tiled Galleries in the classic editor) use Jetpack's Image CDN so the images can be resized to create the tiled effect without impacting your site's performance. If Jetpack did not use the image CDN, it would have to load full-size images, thus making your posts load slower. |
Yes you can revert one by one, but also I disabled the cdn in the modules and in some galleries no appear the block in Gutenberg..error we no can load this block, something how that, but in the web appear, so I search the images and create the standard gallery from zero. I don't no why. Is better left the user decide. I think is one good idea change the name to Tiled CDN. So user know what they are using. One old plugin make this but is older, "tiled gallery without jetpack" At least make one function or plugin for revert all automatically. Is more simple 2 or 3 buttons in Media. 😐 |
That is indeed something where we could improve wording to make things clearer. This is something we've discussed in the past in #7576
I'm afraid that is not the best solution, since this would limit the layouts that can be produced by the gallery to the different image sizes available on the site.
Indeed. That plugin suffers from the performance issues I mentioned earlier, though. By loading full-size images in each gallery, you potentially slow down loading time on pages with large images and / or galleries with lots of images.
We'll consider adding an option, and update this issue when we have some news! |
You can disable CDN, even for tiled gallery, with this filter:
|
Thank you for this! The CDN kept failing for half the images in my galleries, returning an 400 error and failing to load the images. Only fix was to manually update each gallery and re-publish the page. I was quite discouraged to see that you couldn't easily just disable the CDN. Your solution proved perfect. Hopefully it isn't something that'll has some unforeseen consequences. |
The image thumbnails are still attempted to be fetched via URLs like |
That's correct. As I mentioned above, Tiled Galleries always use Jetpack's Image CDN. That filter will not change that. |
Is your feature request related to a problem? Please describe.
You no can revert the tiled gallery in Gutenberg to standard wordpress gallery, you need make it by hand, one by one
And you no can use Tiled Gallery without the CDN (also if you no enable the CDN images)
People who use the new tiled gallery no know that is different to the old tiled.
And I think, how I no enable the site accelerator images and script files, tiled gallery will use my server images,
So you never enabled the CDN but Tiled gallery use it, and if you want no use more the tiled gallery, you need replace it by hand, that was my problem.
Describe the solution you'd like
This is one easy solution
I want 2 options in wordpress media or jetpack desk:
One option is for transform the standard gallery to tiled gallery and choice (mosaic, circle, etc)
Other option is for use or no CDN images, use CDN or use the different standard size images, small medium large
Can be another extra option for transform the actual tiled gallery to standard wordpress gallery and no replace it by hand one by one.
Describe alternatives you've considered
One alternative necessary is one buton in jetpack desk for revert the tiled gallery in gutenberg to standard wordpress gallery, something we lost from the old tiled gallery (and was great because you no broke your wordpress galleries).
Additional context
And now the gutenberg is the standard in wordpress, no many users use the classic editor.
You are ingeneer but no think like one user...
The idea is make Wordpress easy, I am System Analyst and like ergonomics, I like to contribute with jetpack and wordpress, :)
Thank you and have a nice day!
The text was updated successfully, but these errors were encountered: