Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author zavaboy

    (@zavaboy)

    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! ??

    Plugin Author zavaboy

    (@zavaboy)

    I think I have a simple solution for you. I’ll follow up in about 6 hours with instructions. ??

    Thread Starter Eldoran

    (@eldoran)

    Ok, that would be great! ??

    Plugin Author zavaboy

    (@zavaboy)

    Ok, please try this and let me know if it fixes the issue:

    1. Go to Plugins > Editor and select the Challonge plugin.
    2. Edit class-challonge-plugin.php
    3. 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
    4. Add this line:
      $this->getOptions();
      Just before this line:
      $this->bIgnoreCached = true; // AJAX requests never should use cached API data
    5. Save your changes and see if the issue is fixed.

    If this fixes your issue, I will include it in the next update.

    Thanks!

    Thread Starter Eldoran

    (@eldoran)

    That fixes it! Now I can see the tournament data in both sites.
    Thanks you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress Multisite’ is closed to new replies.