-
AuthorPosts
-
September 7, 2015 at 12:40 pm #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
MikeSeptember 7, 2015 at 1:13 pm #499201Hi 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,
YigitSeptember 7, 2015 at 1:28 pm #499210Hi 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.
September 7, 2015 at 1:35 pm #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
MikeSeptember 9, 2015 at 10:25 am #500280Hey!
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,
AndySeptember 10, 2015 at 6:00 pm #501241Hi,
I found an solution, you can close this ticket.
Regards
MikeSeptember 11, 2015 at 7:56 am #501453 -
AuthorPosts
- The topic ‘Need more images in categorylisting’ is closed to new replies.