Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maya

    (@tdgu)

    Can you check your browser console for any JavaScript errors?

    Thread Starter marknopfler

    (@marknopfler)

    Ok I found a bug:
    Error on console log:
    edit.php?post_type=directori_dir_ltg&page=to-interface-directori_dir_ltg:418 Uncaught SyntaxError: missing ) after argument list

    File: taxonomy-terms-order\include\interface.php
    Line 200

    Localize:

    jQuery.post( ajaxurl, { action:'update-taxonomy-order', order: serialize_data, nonce : '<?php echo wp_create_nonce( 'update-taxonomy-order' ); ?>' }, function() {
                                        jQuery("#ajax-response").html('<div class="message updated fade"><p><?php _e( "Items Order Updated", 'taxonomy-terms-order' ) ?></p></div>');
                                        jQuery("#ajax-response div").delay(3000).hide("slow");
                                    });

    Site is not English but Catalan so the term “Items Order Updated” is translated to “S’ha actualitzat l’ordre dels elements”. So you can see the “‘” on the translation phrase is getting the error. (Single quote is the error)
    wp-content\languages\plugins\taxonomy-terms-order-ca.po

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.