Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #326797

    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

    #327525

    Hi Daniela!

    Try changing that in Settings > Media. Remember to regenerate the thumbnails afterwards.

    Best regards,
    Josue

    #329613

    Hi Josue,

    the thumbnails are generated in 80×80 px, but they are displayed in a smaller size.

    Best regards,
    Daniela

    #329617

    HI Josue,

    i think that is set in the enfold-theme. But I can’t find where.

    Best regards,

    Daniela

    #329696

    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

    #330208

    Hi Yigit,

    it worked fine!

    Thank you very much!
    Daniela

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘News-thumbs in the sidebar’ is closed to new replies.