• I tried this plugin, but it doesn’t seem to work with qTranslateX?

    Basically it displays the characters left in the text box, but it doesn’t update as I entered more text, and it doesn’t prevent the post submission even though the characters have exceeded.

    Now that the post is updated, it shows negative characters which i correct, but because it doesn’t update as I type, I couldn’t save the post even after reducing the title.

    Any help?

    https://wordpress.org/plugins/limit-post-titles/

Viewing 1 replies (of 1 total)
  • Thread Starter resting

    (@resting)

    Found that the input element was wrong.
    Fixed with

    var inputs = this.el.getElementsByTagName('input');
    this.titleInput = inputs[inputs.length - 1];

    in the appendCounter property.

    Maybe you could refactor and implement in the next release?

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't work with qTranslateX’ is closed to new replies.