• Man, I’m not having a good day, I’m not entirely sure if its wordpress’s error, although I havent added anything that I can recall that would give a javascript error… reason being I hate using javascript unless I have to. Anyways

    https://corefx.net/wordpress

    Gives a javascript error I can’t seem to locate so I’m guessing it’s from one of the plugins I installed.. sk2, bad behaviour (both spam blockers) and then democracy.. the poll. I, again, can’t seem to find the problem. Says line 11 of the index, but its just a normal tag with no javascript in the code itself. Making me mad, I’m hoping one of you intelligent people could possibly posess the power to point out my problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • Deactivate them one by one and check which one is causing the problem. (the poll plugin also causes validation errors)

    Firefox speak:

    Error: document.getElementById(“democracy”) has no properties
    Source File: https://www.corefx.net/wordpress/wp-content/plugins/democracy/js.php
    Line: 10

    In other words, you’re running the Democracy plugin, which inserts a link the to the “js” file mentioned above; but the page currently has no id called “democracy”, hence the error.

    Thread Starter corefx

    (@corefx)

    insane, Does the plugin creator know he did this, because I haven’t made any adjustments to the actual code itself.. in terms of taking out div’s, but I thank you guys.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Javascript error’ is closed to new replies.