Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #657260

    Hi There!

    Yigit helped me out at: https://kriesi.at/support/topic/featured-image-portfolio-dimensions/

    I thought I had this one coverd, but when I place this code into my functions, it comes with a syntax error:

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

    See the link to the screendump.
    Can you give me a hint ;-)

    Best Regards, Annelies

    #657280

    Hey Annelies!

    When you copy past make sure that

    => the > is not been replaced with those strange characters.

    Take a look at that and let us know if it solves your issues

    Best regards,
    Basilis

    #661946

    Hi Basilis,

    Oh thanks, that did the trick ;-)

    Best Regards, Annelies

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured image portfolio dimensions’ is closed to new replies.