Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #503487

    Hey!

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['widget'] 		 	= array('width'=>70, 'height'=>70 );		
    	return $size;	
    }

    then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    #503572

    Thank you,

    regeneration is not ended yet but I still see this code
    <span class=”news-thumb “>perfume-organ</span>

    I have flushed cache of Wp super cache and Bwp minify

    #503601

    Hi!

    I can see that images are now 60x60px – http://i.imgur.com/TGTRgRO.png
    Please flush browser cache and refresh your page a few times.

    Regards,
    Yigit

    #504273

    Ok thank you

Viewing 4 posts - 31 through 34 (of 34 total)
  • The topic ‘Images in footer too small’ is closed to new replies.