lmaths
Forum Replies Created
-
I was just about to suggest the same thing!
Would love to be able to display data in %.
Forum: Plugins
In reply to: [Disqus Conditional Load] API errors after update (shared host)Hey, I found a workaround for this problem.
I reinstalled WordPress and got the same issue but when installed on localhost it works fine. So the host is obviously the problem.
I found that by manually inserting
disqus_api_keyand its value intowp_optionsin the SQL database, along with forum URL (shortcode) and activate options, it works fine. So the issue is just connecting to the API to get keys.Forum: Plugins
In reply to: [Disqus Conditional Load] API errors after update (shared host)I did some poking around and apparently it is a host problem. Shared hosts commonly block remote connections so you have to implement Disqus manually (https://help.disqus.com/customer/portal/articles/1183281). This explains why previous version (shortcode) works but plugin that uses API does not.
Thanks for help; guess I will just stick with Disqus Conditional Load <=7.5
Forum: Plugins
In reply to: [Disqus Conditional Load] API errors after update (shared host)Okay, tried and same problem. Official plugin not installed.
I read elsewhere that on shared hosts the communication with Disqus API may be blocked. Same issue exists with official plugin before. Like with your plugin using shortcode worked, but on Disqus profile clicking “verify” says it isn’t on my site even though it was. Now that you’ve integrated with official platform it may be unable to pull data from Disqus profile. Thus why I asked if it would be possible to add manual entries.