Basically when I vote a post or choose the best reply (QeA layout) some times it doesn’t work. If i disable PeepSo Plugin everything works correctly!
i have inspected the scripts on my staging site, especially the Wpforo script which handles the vote, which can be found here: /wp-content/plugins/wpforo/wpf-assets/js/ajax.js
Wpforo script check for $.active === 0
before performing an ajax request, which means that it must have no other active ajax requests on the current page. This will fail to proceed if there is another ajax request currently in-progress, be it from PeepSo, other plugins, or its own plugin. This explains why sometimes clicking the vote button only shows a loading indicator.
Can help me please?
Hi @xfok,
Please wait for the next version release. This issue have already been fixed.