Hi,
First of all sorry for any mistakes, i’m not an english native and may be some errors con the message.
We are trying to update both wordpress’ and newspaper versions for a client and it seems some of the thumbnails sizes are different.
In the current version shows all thumbnails at 700px × 357px (scaled down to 456px × 233px in the case of the big picture in the image)
Image: https://www.dropbox.com/s/w8sap137i7gjjcp/old.jpg
And in the updated version that same thumbnails appears at 326×235 (without any scalation in the big picture in the image)
Image: https://www.dropbox.com/s/ny4r0y60mrsezor/new.jpg
The previous version was made by another company and we have bee looking at functions.php and all around and we don’t now where this different size of thumbnails come from.
Is there any way to choose which version of the images is getting from the database?
Hi!
Basically you will likely want to run the regenerate thumbnails plugin to redo the images to fit the images used by this theme.
You can see all the sizes used by various modules in the documentation, as so:
https://forum.tagdiv.com/modules-and-blocks/
The theme will pull the size that matches the size used in the module, presuming it exists.
Hi Christopher.
We have tried that and nothing. The images were previously generated on the 700×357 size.
Our doubt is to know where the block 1 take its picture from, why it takes one size in one version and another size in the other version?. If the thumbnails sizes on functions.php are intact and the sizes on the media section of wordpress too, were can it be?
thanks
Hi,
Block 1 is created using Module 2 and Module 3 see here within td_module_1.php file.
The module 2 and module 3 are created using the images sizes which are created when a picture is loaded, you can find all image size in functions.php file.
We haven’t made any changes, so maybe you have a plugin conflict.
Use this info to check your file and if the issue is still present try regenerating the thumb again following this steps https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and make sure you do this with only the themes required plugins to see if the issue is still appearing. If so please let us know.
Hope this helps!
Thanks for the message