Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue. After searching in the code, I found that the problem is caused by the lines 31-33 in file plugins/sc-catalog/sc-catalog-admin.php

    wp_enqueue_script( 'autocomplete',
    	                   plugins_url( 'jquery-ui-1.8.17.autocomplete.min.js',
    	                                __FILE__ ) );

    If I remove these lines, actually I cannot input image or media in product description. Any opinion about this ?

    Maybe it’s the jqueryUI version. But I don’t know how to fix it.

    Thread Starter invot

    (@invot)

    I contacted the developers. Nikos, you had the right idea the first time. Here’s what the devs said:

    Indeed, I reproduced it, there is a javascript conflict with autocomplete. As a quick workaround to fix it you can disable autocomplete by commenting lines 31 to 33 and lines 253 to 263 in sc-catalog-admin.php. You will lose autocomplete on categories but it is still usable with the form data caching in your browser.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Drag Custom Menu Items’ is closed to new replies.