Matthew Eppelsheimer
Forum Replies Created
-
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] Compatible with PHP 7.0?@prisna, I’m trying to determine whether that regular expression error should hold us back from upgrading one of our sites to PHP 7.0. What is your timeframe for releasing the next update? Thank you!
Forum: Plugins
In reply to: [List category posts] `Undefined index: tags_as_class`Ah, I see that this has been reported through Github as #231.
Forum: Plugins
In reply to: [HTTPS Mixed Content Detector] Admin menu position conflict with TablepressThanks to a workaround in that other issue, this is resolved.
Well I’ll be. Adjusting that setting resolves this. Thank you, Tobias.
Having looked at the relevant code in both plugins, I suspect (though I am not certain) that this is best resolved on the Tablepress side. But I’ve crossposted this to the HTTPS Mixed Content Detector plugin’s support forum here.
I’m having the same issue. I believe that this ticket on Github is indeed related. It was closed with little fanfare because the revslider plugin calls register_activation_hook() from within a class, which the WP-CLI folks apparently consider a poor practice. I see that Query Monitor also calls that from within a class.
Forum: Plugins
In reply to: [HC Text Widget] Embedded TinyMCE is brokenSweet, thanks!
Forum: Plugins
In reply to: [Background Update Tester] error when accessing the update checkHowever after upgrading to 3.7.1 via the update page, the plugin no longer has this problem and the plugin tester page reports everything is clear.
Same here. Wish I’d thought to try that.
Forum: Plugins
In reply to: [Background Update Tester] error when accessing the update checkSame issue here. Wp 3.7. Deactivated all other plugins and issue persists.
Forum: Plugins
In reply to: [Genericon'd] Version 2.0.9.1 is brokenUgh, indeed!
I had a similar issue, and it took me a while to find my way to this thread. But FWIW, upgrading to the current version of both Genericon’d (2.0.9.3) and Jetpack (2.3.5) resolved it for me on two sites.
+1
My fix is essentially the same:
$desc = $trunc = false; if ( !empty( $instance['desc'] ) ) $desc = esc_attr($instance['desc']); if ( !empty( $instance['trunc'] ) ) $trunc = esc_attr($instance['trunc']);
Alright, cool. Thanks for the fast response!