Forum Replies Created
-
AuthorPosts
-
Hi Harry
- still trying to understand so thumbnails size 269 is it required by your theme?
what about main image size 570, does it come from you theme setting too? why is it not 750 as it was before.
2. So it is better then that I deleted all WP settings thumbnails for blog posts this sizes 150×150, 300×300, 1024×1024
so it is not generating this thumbnail for all my product images automatically. If I don’t use blog only shop, then if needed I can upload correct sizes for blog images separately.
3. How can I deregister in fuctions.php yith_wcbr_logo_size – 0x30 and yith_wcbr_grid_logo_size – 0x60
will it be correct as below
function remove_yith_wcbr_plugin_image_sizes() {
remove_image_size( ‘yith_wcbr_logo_size’ );remove_image_size( ‘yith_wcbr_grid_logo_size’ );
}
add_action(‘init’, ‘remove_yith_wcbr_plugin_image_sizes’);as at the moment this add this thumbnail sizes again to all product images when it is only needed for images of the brands that I can do manually if needed only for brand pictures.
4. where is the setting for woocommerce_gallery_thumbnail – 100×100 is it same as shop_thumbnail – 100×100
and medium_large – 768×0 what is this for? I don’t see it on blog post settings
thank you
This reply has been marked as private.Hi Harry sorry I don’t understand how to do the replacements as my line numbers don’t match any columns from https://core.trac.wordpress.org/attachment/ticket/42814/42814.patch
Could you attach the correct file that I need to replace I attach my file here? thank you
Attachments:
You must be logged in to view attached files.I have also read that if standard thumbnail sizes are not required by the theme I can stop generating it, so please let me know which sizes I need and how to add the missing sized 269 and 193 I think usually is is added in functions php.
that is what I have read here
https://www.webnots.com/how-to-cleanup-thumbnails-in-wordpress/
same when I check my home page it asks lot of images to be resized to 269×358 and 269×269 this seem to be images from best sellers section and trending, so how can I optimize them to the right size
I have installed plugin Webcraftic Clearfy with additional Webcraftic Robin image optimizer
when you go to the image optimiser main settings below you can see all the thumbnails including the sizes required by different plugins on the site, however, 269×358 and 269×269 or 193 are not presented there, so I think there is some issue that thambnails that are required by the theme blocks are not recorded in the system, so Regenerate Thumbnails plugin same is this plugin just don’t know about that required sizes.
Could you please have a look at it and fix as I have a lot of images on Woocommerce and this is a huge issue for google page speed test.
Many thanks
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts