*

user77

  • **
  • 6 posts
Cant open/upload photos in the New Item Publish when this Plugin is on "Pre-resize images 1.1.1" plz see screenshoot and help.

*

MB Themes

@user77
It means there are javascrip errors caused by this plugin.
You should also enable drag & drop image uploads.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

user77

  • **
  • 6 posts
This is what the plugin instruction says to change
Quote
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?



*

MB Themes

@user77
Go to theme settings and check
"Use new Drag & Drop image uploader instead old one"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

user77

  • **
  • 6 posts
 it works now, problem solved, Thanks!

*

MB Themes

@user77
Cool, welcome.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots