adaringdesign
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Allow Multiple Accounts] Plug-In not working with WP 4.7.4Any alternatives?
- This reply was modified 8 years, 10 months ago by adaringdesign.
Same bug here, I’m on 4.7.5. I figured out what the issue was though. In “action-admin.js”, on line 83, change “window.ama_fav = jQuery.parseJSON(response);” to “window.ama_fav = response;”.
It looks like jQuery is trying to parse json while the response is already json.. For some reason jQuery doesn’t recognize the datatype.. Applying the above changes fixed the issue for me.
Hi, thank you for your reply. Regarding feedback, it would be of great value if there was an option that would let you extend the default 4-field-display to display all fields as this would make comparing multiple submissions a lot easier.
Forum: Plugins
In reply to: [Team Members] Invalid argument supplied for foreach() tmm.php on line 618Awesome Darko, the instructions from the second comment worked just fine! Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)