Ben Lobaugh (blobaugh)
Forum Replies Created
-
@surferking – this has been resolved in version 2.2.6+. Thank you for all the reports :).
@surferking – This has been resolved with version 2.2.6+. Thank you for the report!
@surferking – This has been resolved in 2.2.6+. Thanks again for the report.
@surferking – This has been resolved in 2.2.6+. Thank you for reporting the issue!
I pushed out version 2.2.6.1. It has the missing file in it. It was sitting in local svn but did not push itself up with the new version. Yikes!
Apologies for the inconvenience. Big thanks to everyone who brought this to our attention.
- This reply was modified 1 year, 4 months ago by Ben Lobaugh (blobaugh).
Hey all. I am on the Mindsize team, the new maintainers of this plugin. I am looking into this now.
Forum: Plugins
In reply to: [Gutenberg] Assign automatically main category when subcategory is selectedHello!
I am the maintainer of the Parent Category Toggler plugin. Can you specify what errors you are seeing? What browser and os? I am not reproducing any console errors.
Forum: Reviews
In reply to: [The Events Calendar] Free Version is Too LimitedHi Barry,
Duplicate TEC Events is “maintained”. I recently verified that it was still working and updated the changelog to reflect it. I am not currently actively using the plugin. If anyone wants access to provide updates I am happy to give access, or if the issue is easily duplicatable and I have time I can provide an update.
Forum: Hacks
In reply to: Custom authentication issue with wp 4.0Hi Rancca,
I copy/pasted your code and replaced the function body with a
die()
and it died instead of showing me the login form.Is there anything else on the site that is messing with the authentication?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Changing The Portfolio URLTake a look at the code provided by the WordPress.com VIP team that allows you to programmatically change the slug at https://vip.wordpress.com/documentation/remove-the-slug-from-your-custom-post-type-permalinks/
Forum: Plugins
In reply to: [WP Super Cache] CDN Sync Tool ?.
It was a new install. I removed the two cache files in wp-content and then removed the lines added in wp-config.php before the site worked again.
Hi frisco,
This is the anticipated, though not very desirable behavior. If you take a look at https://github.com/Automattic/jetpack/blob/master/modules/module-extras.php you will see where this is happening. This file is responsible for loading any code that needs to be available for any other module or theme item to load.
While I was looking over some other code that led me to that file recently I realized that the filter in that file is being under utilized and we can do a better job of breaking it out so that everything you mentioned can be fine tuned. There is a ticket related to it at https://github.com/Automattic/jetpack/issues/148. I am going to try to knock it out before the next release (3.0).
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerpt@picandocodigo have you been able to try the patch referenced on the other thread yet? https://www.ads-software.com/support/topic/issue-with-list-category-posts-plugin?replies=5#post-5085221
Still looking into this.
I did find an article refrenced by the ModSecurity Community Manager that is worth reading https://www.modsecurity.org/blog/archives/2007/02/handling_false.html
Until we come up with a solution maybe allowing the WordPress.com IPs to pass through is the simple solution.