• My widget hasn’t been updating for for the past month and I was able to fix it for one refresh by changing the amount of items to display from 3 to 4 (then back to 3); it worked for a second but after I refreshed again it gave me a ‘no tweets available’ message. Looking at other posts it looks like this plugin is dead and it’s time for a replacement.

    https://www.ads-software.com/plugins/twitter-widget-pro/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having exactly the same issue with this.

    me too

    Same problem here. Seemed to have something to do with the schedule_background_fetch() not doing what it’s supposed to do.

    I ended up hacking the plugin; changing line 67 in tlc-transients.php from
    $this->schedule_background_fetch();
    to
    return $this->fetch_and_cache();

    So, in case of an expired cache, it’s now updating live instead of in the background. But that’s ok for me, at least it’s updating now…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not updating, looks like it's inactive’ is closed to new replies.