Title: WordPress Multisite
Last modified: August 22, 2016

---

# WordPress Multisite

 *  Resolved [Eldoran](https://wordpress.org/support/users/eldoran/)
 * (@eldoran)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/)
 * Hello,
 * We have multisite wordpress installed and challonge widget activated but the 
   tournament bracket doesnt load rightly in subdomain, but works well in main web.
   Is there any solution to fix this?
 * Main: [http://www.clanmic.com](http://www.clanmic.com)
    Subdomain: [http://sc2.clanmic.com](http://sc2.clanmic.com)
 * Thanks.
 * [https://wordpress.org/plugins/challonge/](https://wordpress.org/plugins/challonge/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [zavaboy](https://wordpress.org/support/users/zavaboy/)
 * (@zavaboy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298470)
 * 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](https://wordpress.org/support/users/zavaboy/)
 * (@zavaboy)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298473)
 * I think I have a simple solution for you. I’ll follow up in about 6 hours with
   instructions. 🙂
 *  Thread Starter [Eldoran](https://wordpress.org/support/users/eldoran/)
 * (@eldoran)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298474)
 * Ok, that would be great! 😀
 *  Plugin Author [zavaboy](https://wordpress.org/support/users/zavaboy/)
 * (@zavaboy)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298476)
 * 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](https://github.com/zavaboy/challonge-wp/blob/f4ce17cc9ef76847919234593bafee3c1901c5de/class-challonge-plugin.php#L383))
       you should find the following lines:
    4.     ```
           public function widgetReply()
           {
           $this->bIgnoreCached = true; // AJAX requests never should use cached API data
           ```
       
    5. Add this line:
        `$this->getOptions();` Just **before** this line: `$this->bIgnoreCached
       = true; // AJAX requests never should use cached API data`
    6. 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](https://wordpress.org/support/users/eldoran/)
 * (@eldoran)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298477)
 * 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.

 * ![](https://ps.w.org/challonge/assets/icon.svg?rev=1044546)
 * [Challonge](https://wordpress.org/plugins/challonge/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/challonge/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/challonge/)
 * [Active Topics](https://wordpress.org/support/plugin/challonge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/challonge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/challonge/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Eldoran](https://wordpress.org/support/users/eldoran/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-32/#post-5298477)
 * Status: resolved