*

makmortifera

  • *
  • 2 posts
Item pic not display on item form - SOLVED
« on: December 22, 2017, 02:15:58 PM »
Go to
Quote
oc-content/plugins/instant_messenger/index.php

Remove line 27
Quote
osc_enqueue_script('jquery-validate');

You will probably be able to republish images again.

Go to your item post page, click with right button and "View page source", make sure that your script have

Quote
<script type="text/javascript" src="https://www.yoursite.com/oc-content/themes/osclasswizards/js/jquery.validate.min.js"></script>

Use "CTRL + F" and search for "jquery.validate.min.js" to find it more fast

Maybe the script OsclassWizards or another plugin already have the jquery.validate.min.js, when activate the IM Plugin it goes up and stop work the PIC image on item post, worked for me, maybe it works for you too.

The IM plugin continues to work correctly as far as I tested it.