make all the modifications you want to KK i Like It plugin settings in the admin panel, then comment this line in /plugins/kk-i-like-it/admin.php :
//add_action(‘admin_enqueue_scripts’, ‘kklike_admin_enqueue_scripts’);
Thanks, this may work partly – but it didn’t stop my new post problems (set featured image became bug etc).
If you go to meta.php in the plugin and comment out the following JS it will work again:
<script type=”text/javascript”>
// jQuery(document).ready(function(){
// jQuery(‘.kknewcheckbox:visible’).iphoneStyle({
// checkedLabel: ‘Tak’,
// uncheckedLabel: ‘Nie’
});
});
</script>