Sorry for the late reply!
I see what you mean. I will look into this issue and let you know what can be done.
Thanks for the feedback! 🙂
I think I have a simple solution for you. I’ll follow up in about 6 hours with instructions. 🙂
Ok, that would be great! 😀
Ok, please try this and let me know if it fixes the issue:
- Go to Plugins > Editor and select the Challonge plugin.
- Edit class-challonge-plugin.php
- About half way down (line 383) you should find the following lines:
public function widgetReply()
{
$this->bIgnoreCached = true; // AJAX requests never should use cached API data
- Add this line:
$this->getOptions();
Just before this line:
$this->bIgnoreCached = true; // AJAX requests never should use cached API data
- Save your changes and see if the issue is fixed.
If this fixes your issue, I will include it in the next update.
Thanks!
That fixes it! Now I can see the tournament data in both sites.
Thanks you very much.