hi. can you give url to one of these sites? also what version of WP and which theme is used.
Thank you for the quick reply! They are all higjy costumized themes, with a somewhat old architecture by now. Maybe that’s the problem; see my website here: http://www.nunocpinto.info/
thanks
Thanks. I will look into it in the evening and try to fix it ASAP
Would you mind to try this version – https://github.com/hashcash/wordpress-hashcash/archive/master.zip ?
If it works for you – I will publish update to wordpress plugin site.
Make sure when you extract files from this archive they get right foldername when uploading to /wp-content/plugins/ folder on your server.
It still doesnt work. I extracted the contents from the wordpress-hashcash-master folder to the hashcash folder on my server. That was it right?
Thanks for the help.
That sounds right, but I still see old code in this file – http://www.nunocpinto.info/wp-content/plugins/hashcash/public/assets/js/wp-hashcash.js
It seems like your server have some sort of cache, because when I add random argument to url I get valid response:
http://www.nunocpinto.info/wp-content/plugins/hashcash/public/assets/js/wp-hashcash.js?asd
Make sure to reset any cache in use on wordpress site or CDN if you use one.
Reseted cache and CDN. It still doesnt show. Can you still see old code?
Yeah. If you compare these two links:
http://www.nunocpinto.info/wp-content/plugins/hashcash/public/assets/js/wp-hashcash.js
http://www.nunocpinto.info/wp-content/plugins/hashcash/public/assets/js/wp-hashcash.js?asd
You can notice second one have ‘#commentform #submit’ in it. And first one – does not. This is have to be because of some caching somewhere.
‘#commentform #submit’ is needed to correctly apply widget to your comment form.
You can email me at pavel@karoukin.us with admin account info so I could log in and look around, if you can do that.
Pavel, it’s working now. I had to purge the single file from the CDN and it worked.
Will change the other sites when you update the plugin here.
Thank you 🙂
Awesome! Thank you for helping me fix it!
Just updated plugin here on wordpress.org, please upgrade it on your other sites.