-
Created a topic, Code cruft in WP_Widget_Recent_Posts, WP_Widget_Recent_Comments ?, on the site WordPress.org Forums:
Writing a "recent posts" widget with an extra feature … -
Mentioned in [53884] on Core SVN:
Login and Registration: Introduce `is_login_screen()` function. -
Wrote a comment on the post WordPress 5.9 and PHP 8.0-8.1, on the site Make WordPress Core:
Second paragraph WordPress is not fully compatible should be WordPress is now fully compatible -
Posted a reply to Deprecated: strpos(): Non-string needles will be interpreted as strings…, on the site WordPress.org Forums:
And it makes running with WP_DEBUG on difficult, or in the case of AJAX, sometimes… -
Posted a reply to Deprecated: strpos(): Non-string needles will be interpreted as strings…, on the site WordPress.org Forums:
Plugins should not generate warnings. Filling up error_log makes it hard to debug a site… -
Posted a reply to Update on Venmo?, on the site WordPress.org Forums:
Further clarification: Venmo is available, along with ApplePay, etc., it seems via the Braintree plugin… -
Created a topic, Update on Venmo?, on the site WordPress.org Forums:
The Github issue is still not resolved, saying Venmo i… -
Posted a reply to jquery fix needed to prepare for wordpress 5.7, on the site WordPress.org Forums:
Note, WPTouch Pro has a feature called "jQuery Enhanced." That may explain the delay in… -
Posted a reply to jquery fix needed to prepare for wordpress 5.7, on the site WordPress.org Forums:
Agreed, but it's worse. Even with the bridge script in code, WPTouch cannot do some… -
Posted a reply to wptouch uses too old jQuery code, on the site WordPress.org Forums:
WPTouch needs to fix this pronto. For now, try the official WP plugin "Enable jQuery… -
Posted a reply to Note for the New Version (upper than v13.0), on the site WordPress.org Forums:
This thread is not resolved. -
Posted a reply to Note for the New Version (upper than v13.0), on the site WordPress.org Forums:
No updates on Github in 13 days. -
Posted a reply to Problem Connect to WordPress RESET API(v13.0.4), on the site WordPress.org Forums:
For debugging I guess the first thing I would do is investigate the calls to… -
Posted a reply to Problem Connect to WordPress RESET API(v13.0.4), on the site WordPress.org Forums:
Difficult to debug. Wp-statistics does not meaningfully honor SCRIPT_DEBUG. As far as I can tell,… -
Posted a reply to Note for the New Version (upper than v13.0), on the site WordPress.org Forums:
Breaking Javascript is serious and I think you should release a new version to fix… -
Posted a reply to Problem Connect to WordPress RESET API(v13.0.4), on the site WordPress.org Forums:
We had this error on one part of one chart only, and fixed it by… -
Posted a reply to Pages – Top Page Trends not working, on the site WordPress.org Forums:
We had an issue with the "Year" tab on this chart resulting in "An error… -
Posted a reply to Problem Connect to WordPress RESET API(v13.0.4), on the site WordPress.org Forums:
Maybe this, from a Google search: "If you received an error, it means the WordPress… -
Posted a reply to Posts & Pages back end failure, on the site WordPress.org Forums:
What version? That code was removed Nov 15, 2017. -
Posted a reply to Note for the New Version (upper than v13.0), on the site WordPress.org Forums:
@veronalabs Thank you. Peeps sometimes don't realize how much work goes into the soup. -
Posted a reply to Note for the New Version (upper than v13.0), on the site WordPress.org Forums:
@bliss7 I'm guessing the developer is taking the weekend off. He seems responsive and has… -
Posted a reply to Major: Table creations fail due to large index key size, on the site WordPress.org Forums:
The developer has committed a likely fix to this in Github. There should be a… -
Posted a reply to Major: Table creations fail due to large index key size, on the site WordPress.org Forums:
This is the proper way to do it, according to WP. wordpress-5.5.3/wp-admin/includes/shema.php The $max_index calculated… -
Created a topic, Major: Table creations fail due to large index key size, on the site WordPress.org Forums:
Thanks for your work on 13.0.3, but I'm seeing a probl… -
Posted a reply to Advisory: CF7 db extension closed (but another has 300K users), on the site WordPress.org Forums:
Thank you! -
Posted a reply to 13.0.2 Crashed 20 core DB server, on the site WordPress.org Forums:
Took us down too on a fairly big VPS with only one site. Another site… -
Posted a reply to Site Menu/Search have stopped responding, on the site WordPress.org Forums:
WP has an official plugin to fix issues caused by plugins using outdated jQuery code:… -
Posted a reply to menu icon, on the site WordPress.org Forums:
WPTouch causes a javascript error in the latest version of WP. In most browsers you… -
Created a topic, Advisory: CF7 db extension closed (but another has 300K users), on the site WordPress.org Forums:
Note, this plugin, an extension to CF7, has been close… -
Created a topic, Wrong directory structure in repository for wp-cli, on the site WordPress.org Forums:
Official wp-clifails to verify this plugin. It expects… -
Posted a reply to Notice: Undefined index: passwordless_html, on the site WordPress.org Forums:
Thank you! -
Created a topic, Notice: Undefined index: passwordless_html, on the site WordPress.org Forums:
Version 1.6.2 Notice: Undefined index: passwordless_ht… -
Posted a reply to count(): Parameter must be an array or an object that implements Countable, on the site WordPress.org Forums:
Here are some warning fixes for 4.3.8: 1. Remove all calls to get_magic_quotes_gpc(). 2. wptouch/core/admin-load.php… -
Posted a reply to Slight conflict with Jetpack, on the site WordPress.org Forums:
The fix is above if you want to drop it in. Until the next automatic… -
Created a topic, count(): Parameter must be an array or an object that implements Countable, on the site WordPress.org Forums:
Version 4.38. This one is an obvious error in the code… -
Mentioned in [48601] on Core SVN:
Mail: Ensure that a server hostname can be set by using `network_home_url()`. -
Posted a reply to Strange encoding, on the site WordPress.org Forums:
Please bump the version number from 4.3.9. The two missing files cause this WP-CLI command… -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
@bruceparker1 The fix went into Jetpack 8.5. All it does is correct the error message… -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
Until Jetpack releases 8.4.2, there is a temporary fix: download as a zip, install and… -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
Our error was slightly different from the original in this thread. We had: Notice: is_amp_endpoint… -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
By code inspection it seems likely. These three filters were added in Jetpack 8.4. add_action(… -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
Probably the same issue: https://github.com/Automattic/jetpack/issues/15353 -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
Thanks @westonrute, we patched Jetpack to do the same thing. Because the output from WP_DEBUG… -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
It may be a three-way plugin conflict. We also have plugins/advanced-ads, which calls is_admin_bar_showing() on… -
Posted a reply to AMP 1.5.2 completely breaks site, on the site WordPress.org Forums:
Jetpack vs. AMP is our problem, with the same error message. When both are active,… -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
For the WPTouch bug, see: https://wordpress.org/support/topic/slight-conflict-with-jetpack/ -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
Done. The Jetpack aspect of this, an error message reporting mini-bug, will be fixed in… -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
@macmanx, it's a bug in Jetpack 8.3. If you fix lines 6515-659 as follows: if… -
Created a topic, Slight conflict with Jetpack, on the site WordPress.org Forums:
See: https://wordpress.org/support/topic/jetpack_check… -
Posted a reply to “jetpack_check_mobile” error message after update to 8.3, on the site WordPress.org Forums:
OK, there may be two bugs here, one in Jetpack and one in WPTouch. 1.…
Contributor
-
Kimili Flash Embed
Active Installs: 5,000+