Hello, I remember, similar issue was reported by someone. His issue was due to cache. Please check if you are having same issue. go to this line and comment it: https://github.com/anspress/anspress/blob/master/includes/votes.php#L381 And then see if voting works. Lemme know.
It happens when I select a Category from the admin screens. Â Like…. /wp-admin/term.php?taxonomy=question_category&tag_ID=137&post_type=post&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dquestion_category
Just follow the standard WordPress debuging. Enable debug.log, disable one by one the plugins and check what causes a possible confict and finally switch to default theme.
How I will update the theme without losing the settings
Thanks for your quick reply. You’re right there is a js error, but I’m not sure what’s causing it. Here is the console error: jquery.min.js Error: Syntax error, unrecognized expression: array(9) { [”post_author”]=> int(9) [”post_status”]=> string(7) “publish” [”post_name”]=> string(0) “” [”comment_status”]=> string(4) “open” [”attach_uploads”]=> bool(true) [”post_title”]=> string(37) “What are the best Triathlon wetsuits?” [”post_content”]=> string(50) “I need a new Triathlon wetsuit, what should I buy?” [”post_parent”]=> int(0) [”post_type”]=> string(8) “question” } <div id=”ap-response”>{“action”:”new_question”,”message”:”Question submitted successfully”,”do”:{“redirect”:”***URL REMOVED***”},”ap_responce”:true,”message_type”:”success”,”is_ap_ajax”:true}</div>
Theme “Askbug” will be adapted to this version?