Katherine Semel-Munson
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Plugin Auditor] Is this plugin still supportedHello! I’m still around. Are you looking to report a bug?
Forum: Plugins
In reply to: [Network Plugin Auditor] Not showing all sites, where theme is activatedVersion 1.10.1 resolves this, thanks @wlpdrpat!
Version 1.10.1 resolves this! Thanks @wlpdrpat!
Forum: Plugins
In reply to: [Network Plugin Auditor] Not showing all sites, where theme is activatedVery odd! I’m going to start debugging this but @surbma what version of WP are you seeing this with? Also 4.6.1?
Forum: Plugins
In reply to: [Yoast SEO] Meta Data on CategoriesI am seeing the same issue on all taxonomy edit pages. The js error in the console shows only the file wordpress-seo/js/dist/wp-seo-term-scraper-341.min.js?ver=3.4.2
TypeError: document.getElementById(…) is null
I see the issue in WP 4.3.X and WP 4.4.X versions, but not in WP 4.5+.
Forum: Plugins
In reply to: [Network Plugin Auditor] Deprecated wp_get_sites noticesLatest release 1.10 resolves this deprecated notice.
Forum: Plugins
In reply to: [Network Plugin Auditor] Deprecated wp_get_sites noticesThanks for the heads up! I’ll sort these out and get a release out ASAP!
Forum: Plugins
In reply to: [Yoast SEO] Issue with Woocommerce checkout message@ispacecrusader I’ve seen this error when I go through the checkout with an Admin user. I don’t think it is related to WordPress SEO.
Forum: Plugins
In reply to: [Google Analytics Dashboard] WP_DEBUG showing error from this pluginThis line is the cause:
/wp-content/plugins/google-analytics-dashboard/gad-admin-options.php:59
add_options_page( __( ‘Google Analytics Dashboard Options’ ), __( ‘Google Analytics Dashboard’, ‘google-analytics-dashboard’ ), 8, __FILE__, array( &$this, ‘admin_plugin_options’ ) );
Needs to be:
add_options_page( __( ‘Google Analytics Dashboard Options’ ), __( ‘Google Analytics Dashboard’, ‘google-analytics-dashboard’ ), ‘manage_options’, __FILE__, array( &$this, ‘admin_plugin_options’ ) );
Forum: Plugins
In reply to: [Network Plugin Auditor] not understanding your transient clearing functionsHey Boyington,
Sorry for the silence, I stopped getting notifications a while back it seems.
The 1.8.1 version cleans up those extra lines. They were vestigial cruft from an older version.
– Kathy
Forum: Plugins
In reply to: [Network Plugin Auditor] New versionHey guys!
I decided to make contributing easier, so here’s the github repo:
https://github.com/ksemel/network-plugin-auditorFork and PR!
Also, I didn’t see the notification for this, so I’m sorry about the silence. ??
– Kathy
Hi @surbma,
The 1.8 release includes the patch for this issue.
Forum: Plugins
In reply to: [Network Plugin Auditor] Glitch in displaying active blogs for themes@iclysdale the 1.8 release has this patch. Thanks again!
Forum: Plugins
In reply to: [Network Plugin Auditor] Glitch in displaying active blogs for themes@iclysdale, another great catch! Thanks again!
– Kathy
Hi @surbma,
Can you enable debugging and see if any errors or messages are generated on those pages?
https://bonsaibudget.com/support/enable-wordpress-debugging/
– Kathy