Clicked checkbox for creating/linking post didnt work
-
Hello,
I recently did a large scale update of our WordPress site and when I updated the site the plug in wouldn’t open the settings on linking new posts if I click the checkbox.
After rummage through the code it looks like it is using attr to check if the checkbox is checked which seems to be bringing a false result. I switched to
if(jQuery(this).prop(‘checked’)) {
in the two places in the index.php and the code works again.
This seems to be more a jQuery side effect than anything else. I can reproduce the problem with older code and new.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
The topic ‘Clicked checkbox for creating/linking post didnt work’ is closed to new replies.