jpsowin
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Fixed with uninstalling & reinstalling after the latest update. Thanks!
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Starbox breaks W3 CacheI upgraded but still not fixed. 🙁
I’m using W3 Total Cache.
I have Open Graph switched off but it still displays 🙁
If you moved to cloudflare and no thumbnail is displaying at all, then cloudflare is the problem. I disabled cloudflare and everything worked fine again — they are aware of the problem and are working on it with FB.
Forum: Networking WordPress
In reply to: Unfiltered MU functionality in WP 3I fixed it by modifying capabilities.php:1021 to be this, which seems to have fixed the issue:
case 'unfiltered_html': // Disallow unfiltered_html for all users, even admins and super admins. if ( defined('DISALLOW_UNFILTERED_HTML') && DISALLOW_UNFILTERED_HTML ) { $caps[] = 'do_not_allow'; } if ( is_multisite() && (is_super_admin() OR is_admin()) ) { $caps[] = $cap; } break;Forum: Plugins
In reply to: [Unfiltered MU] [Plugin: Unfiltered MU] Compatibility with 3Having this issue as well. So far I have not been able to get similar functionality working in WP3 multi-site.
Viewing 7 replies - 1 through 7 (of 7 total)