Christofer Roth
Member
Posted 1 year ago #
It worked when I edited lines 560 and 561 in category-images-ii.php to:
return $CategoryImagesII->display_images( $cat );
echo $CategoryImagesII->display_images( $cat, $r[ 'link_images' ] );
That is, I changed from $cat_ids to $cat.
This plugin really could be better in many ways. But it has some great features too.
Anders Ekkje Slettebø
Member
Posted 9 months ago #
I had the same problem, but this seems to be fixed in version 1.31.
I still have the same problem with version 1.3.3.
The ciii_category_archive_image does not show up.
Somehow the code you were referring to moved to this file but I can not find the correct place to fix the bug:
class-Category-Images-II.php
Thanks for any hints.