This is what the plugin instruction says to change
Setup
For this plugin to work you need to make a little modification in your theme. Find all occurrences of this line:
ItemForm::ajax_photos();
(Usually found in item-post.php and possibly item-edit.php as well)
Replace it with:
if (function_exists('przi_ajax_uploader')) przi_ajax_photos();
else ItemForm::ajax_photos();
How exactly to enable drag & drop image uploads?
It works with OsclassWizards 2.0.4, what should I change so it also works with Elena theme?