Hi,
I want to use the 80×80 thumbs instead of the 36×36 thumbs. I found the position in enfold/framework/php/class-framework-widgets.php:
$image_size = isset($avia_config[‘widget_image_size’]) ? $avia_config[‘widget_image_size’] : ‘widget’; (line 446)
What I have to do to change the image-size? There is no possibility in the backend.
Thanks,
Daniela
Hi Daniela!
Try changing that in Settings > Media. Remember to regenerate the thumbnails afterwards.
Best regards,
Josue
Hi Josue,
the thumbnails are generated in 80×80 px, but they are displayed in a smaller size.
Best regards,
Daniela
HI Josue,
i think that is set in the enfold-theme. But I can’t find where.
Best regards,
Daniela
Hey!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);
and change it to
$avia_config['imgSize']['widget'] = array('width'=>80, 'height'=>80);
then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit
Hi Yigit,
it worked fine!
Thank you very much!
Daniela