Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #499195

    Hi Team,
    for my blog I need 2 more pictures in the category listing. The pictures can shown in the excerpt and I can use ACF when it is necessary but I don’t know what is to do that they shown in the listing. Further are the options for the article thumbnail are not right for me. The small is to small and the big is to big. Where I can edit this size?! Hope you can help me!

    Kind Regards
    Mike

    #499201

    Hi Mike61!

    You can go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);

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

    I am not sure if i understood your question about more images in category. Can you please post a screenshot and show the changes you would like to make?

    Best regards,
    Yigit

    #499210

    Hi Yigit,

    ok, here is an screen with the both extra picture, orignila site take a look at the private link.
    I don’t whant more images sizes to generate, I whant two more picures for any Blogitem
    showing at my a archivepages.
    Screen

    #499213

    ..or you can help me to get html tag at the output of the excerpt. Then I can use an plugin for the excerpt field and put the pictures on this way in my archivepages.

    Kind Regards
    Mike

    #500280

    Hey!

    for this job you would need to hire a freelancer. However, I think WordPress is allowing HTML in excerpt, so good luck with the plugin!

    Best regards,
    Andy

    #501241

    Hi,

    I found an solution, you can close this ticket.

    Regards
    Mike

    #501453

    Hi Mike,

    Great, thanks for letting us know.

    Thanks,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need more images in categorylisting’ is closed to new replies.