@ Peggy
re: I am still having a problem with this every time I update the software.
Back in this reply and more specifically in this reply, I did give instructions on how to fix this. It is strongly recommended that you do this otherwise you will continue to have this issue.
re: now not all entries can be located with the search function
Those specific entries are very likely the ones that need to have their images scaled down.
re: Can you give me the instructions for removing the picture from the Manage Function so I can re-apply it after each update?
Editing the code is not a solution, it is a bandaid. But, that said, here’s how:
Edit the manage.php file found in this folder:
../wp-content/plugins/connections/admin/pages/
On line 546 you’ll find this:
$entry->getImage( array( 'image' => 'photo', 'height' => 54, 'width' => 80, 'zc' => 2, 'fallback' => array( 'type' => 'block', 'string' => __( 'No Photo Available', 'connections' ) ) ) );
Delete this line or change it to this:
//$entry->getImage( array( 'image' => 'photo', 'height' => 54, 'width' => 80, 'zc' => 2, 'fallback' => array( 'type' => 'block', 'string' => __( 'No Photo Available', 'connections' ) ) ) );
Either will do.
Save and upload the file.
That’s it, hope that helps!
