Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello tmconnect,

    you have to modify the js file intuitive-custom-post-order/js/hicpo.js. In this case, we can only drag by the aera on the left with the input button we use to select one or more posts. All the rest of the line isn’t draggable and also editable .

    jQuery(document).ready(function() {
    	jQuery("#the-list").sortable({
    		'handle' : 'th.check-column',
    		'items': 'tr',
    		'update' : function(e, u) {
    			jQuery.post( ajaxurl, {
    				action:'update-menu-order',
    				order:jQuery("#the-list").sortable("serialize")
    			});
    		}
    	});
    	// jQuery("#the-list").disableSelection();
    });
    Thread Starter dreihochzwo

    (@tmconnect)

    Works great! Thanks!

    Plugin Author hijiri

    (@hijiri)

    Hi there

    It solved this problem.
    Please try lastet update.

    Plugin Author hijiri

    (@hijiri)

    This topic was solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘QuickEdit mode broken’ is closed to new replies.