Eric
Forum Replies Created
-
I am also seeing this on my site. Took me hours of talking to hosting to figure out a plugin was actually neglectful enough to deploy an update with such a blatant error. We have disabled the plugin until a patch is deployed.
@marciowd we used https://ww.wp.xz.cn/plugins/wp-rollback/ to roll back the plugin. Worked really well!
Confirmation that v1.20.0 has this bug on our site as well.
Forum: Plugins
In reply to: [WebP + AVIF converter] Support for Nginx?I spoke with Flywheel hosting and they would love to learn more about this plugin and would apply the necessary nginx rewrite information if you could provide it. I would much rather use this plugin than one of the other paid options.
Yes, this does fix the issue. When I visit the link you provide in the admin, I see what this setting clearly does. However, you might want to add more context to that setting. I would be helpful to see this information in the admin as well:
“Returns given text with transformations of quotes into smart quotes, apostrophes, dashes, ellipses, the trademark symbol, and the multiplication symbol.”
I’m also seeing this strange empty menu.
<li class="wp-has-submenu wp-not-current-submenu"><a href="admin.php?page=wpseo_installation_successful_free" class="wp-has-submenu wp-not-current-submenu" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class="wp-menu-image dashicons-before" aria-hidden="true"></div><div class="wp-menu-name"></div></a> <ul class="wp-submenu wp-submenu-wrap"><li class="wp-submenu-head" aria-hidden="true"></li><li class="wp-first-item"><a href="admin.php?page=wpseo_installation_successful_free" class="wp-first-item"></a></li><li><a href="admin.php?page=wpseo_configurator"></a></li></ul></li>This seems to appear between my 4th and 5th custom post type. Not sure if that has something to do with it or not, but this menu simply should not exist.
Forum: Plugins
In reply to: [Simple add pages or posts] Plugin does not work with PHP 8+This fix is confirmed. Thanks for the quick response!
Forum: Plugins
In reply to: [wpForo Forum] Change text in Forum Tab/ButtonHa. Such an obvious place to look. Thanks for pointing me in the right direction.
Gutenberg blocks are handled through the EDITOR. When you register you post type, you need to include that it supports editor
... 'supports' => array( 'editor', ...) ...Learn more about that at https://codex.ww.wp.xz.cn/Function_Reference/register_post_type#Arguments
- This reply was modified 6 years ago by Eric.
I was able to find a solution that uses a filter to suppress the output
- This reply was modified 6 years, 3 months ago by Eric. Reason: fixed the url
@elsaaddthis this would seem like bloat to me. For the plugin to utilize that, it has to call out to the account and verify if it should show/hide. If this were built into the plugin in a global way (exactly like it is on the individual page level), it could simply check the local setting and suppress the output. Additionally, when utilizing this plugin for clients, many of our clients do not end up creating AddThis accounts, which means they don’t have access to this feature.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Enable Honeypot/Spam PreventionI’ll take a look at the logs. I guess I have to FTP to the server to see those directly?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Enable Honeypot/Spam PreventionMikko, I mention this because Relevanssi shows top search keywords, and if spam searches are being submitted, then those top searchers are practically useless. The fact that only top keywords are shown and not a complete list makes it even more useless if spam searches are being stored.
Forum: Plugins
In reply to: [Redirection] Invalid group when creating redirect@mikelast: I was able to roll one of my sites back to version 2.4.3 and everything seemed to import exactly as expected. It also created those groups that I mentioned. You can download old versions at https://ww.wp.xz.cn/plugins/redirection/developers/
Forum: Plugins
In reply to: [Redirection] Invalid group when creating redirect@mikelast: I would suggest you submit this bug directly to their github at https://github.com/johngodley/redirection/issues