• Thanks for this plugin.
    I have a JS error on the Taxonomy overview pages which is preventing other scripts from plugins to run.

    I get the following error.
    wp-texonomy-meta-scripts.js?ver=4.6.1:38
    Uncaught ReferenceError: enable is not defined(…)

Viewing 1 replies (of 1 total)
  • Nono

    (@tombstones)

    Got the error, too. It’s caused by a variable named ‘enable’ which was not declared as global. If you can’t wait for the author’s reply, edit wp-texonomy-meta-scripts.js and insert this right after the first line:

    enable = false;

Viewing 1 replies (of 1 total)
  • The topic ‘JS error on Taxonomy overviews’ is closed to new replies.