Title: NetzzJD's Replies | WordPress.org

---

# NetzzJD

  [  ](https://wordpress.org/support/users/netzzjd/)

 *   [Profile](https://wordpress.org/support/users/netzzjd/)
 *   [Topics Started](https://wordpress.org/support/users/netzzjd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/netzzjd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/netzzjd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/netzzjd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/netzzjd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/netzzjd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/netzzjd/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/netzzjd/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/netzzjd/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Filter Everything — WordPress & WooCommerce Filters] Avoid bot crawling of filter urls](https://wordpress.org/support/topic/avoid-bot-crawling-of-filter-urls/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [3 weeks, 6 days ago](https://wordpress.org/support/topic/avoid-bot-crawling-of-filter-urls/#post-18941301)
 * We’ve been experiencing this exact issue for the past month now as well. WP Engine
   hosting has been flagging the site and placing it in Under Attack Mode on their
   end, which instantly helps, but still requires an actual fix to the bot/crawler
   behavior finding all these filterable URLs and bogging down the site. Glad I 
   found this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reviews and Rating – Google Reviews] Avatar Accessibility Issue](https://wordpress.org/support/topic/avatar-accessibility-issue/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [2 months, 4 weeks ago](https://wordpress.org/support/topic/avatar-accessibility-issue/#post-18883576)
 * No worries. Thanks for looking into it. The link’s aria-label must have been 
   and addition by one of my accessibility plugins perhaps. Looking forward to the
   fix!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Empty Paragraph Tags](https://wordpress.org/support/topic/empty-paragraph-tags-2/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/empty-paragraph-tags-2/#post-18823523)
 * Works great. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Universal Button Fails Accessibility](https://wordpress.org/support/topic/universal-button-fails-accessibility/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/universal-button-fails-accessibility/#post-18795022)
 * Thanks for the quick response. Apologies for not describing it exactly as you
   wish, but kudos for attacking a user trying to help make your plugin more accessible.
   I understand context is key and “More…” as a last item in the popup of other 
   social links could be considered subjectively contextual, but it’s a simple suggestion
   to be more clear and objective in the intention of the link. Even if just a best
   practice.
 * Unrelated to accessibility, I would also argue that outputting code (even hidden)
   in the footer when those settings are specifically not in use is poor practice
   and added bloat and DOM size as well. This hidden block is also loaded on all
   pages with or without the widget placed on the page. Why even have a whole #addtoany
   div block of hidden items when it knows those settings are disabled?
 * Thanks for taking the time to review and improve.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Payment_total_type throwing json warning](https://wordpress.org/support/topic/payment_total_type-throwing-json-warning-2/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/payment_total_type-throwing-json-warning-2/#post-18700147)
 * Also experiencing this issue and PHP error logs are filled with these Warnings.
   It’s been over 5 months since this issue was reported here. Ninja Forms 3.13.0
   is the latest available. Has this fix been tested and merged yet or still in 
   process?
 * Replacing:
 *     ```wp-block-code
       isset($subject['payment_total'])
       ```
   
 * with:
 *     ```wp-block-code
       !empty($subject['payment_total'])
       ```
   
 * appears to handle this check properly as a hotfix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] critical error on this website](https://wordpress.org/support/topic/critical-error-on-this-website-43/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/critical-error-on-this-website-43/#post-18118749)
 * Also experienced this exact same issue:
 * PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function TEC\
   Events\Integrations\Plugins\TEC_Tweaks_Extension\Provider::TEC\Events\Integrations\
   Plugins\TEC_Tweaks_Extension{closure}(), 1 passed in /wp-includes/class-wp-hook.
   php on line 324 and exactly 2 expected in /wp-content/plugins/the-events-calendar/
   src/Events/Integrations/Plugins/TEC_Tweaks_Extension/Provider.php:47
 * Disabling _The Events Calendar Extension: Tweaks_ extension plugin allows the
   admin Settings page to be used again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Can’t create or edit pods on 3.2.5 version](https://wordpress.org/support/topic/cant-create-or-edit-pods-on-3-2-5-version/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/cant-create-or-edit-pods-on-3-2-5-version/#post-17908318)
 * Confirmed. PODS 3.2.6 fixes this issue under WordPress 6.5.5. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Can’t create or edit pods on 3.2.5 version](https://wordpress.org/support/topic/cant-create-or-edit-pods-on-3-2-5-version/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/cant-create-or-edit-pods-on-3-2-5-version/#post-17901932)
 * Same here after updated PODS to v3.2.5 on WordPress 6.5.5. Can’t edit or create
   new CPTs. Rolling back to PODS v3.2.2 works again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Custom search result snippets Breaks Elementor Layouts](https://wordpress.org/support/topic/custom-search-result-snippets-breaks-elementor-layouts/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/custom-search-result-snippets-breaks-elementor-layouts/#post-17551603)
 * It was enabled, yes. Disabling the Improved CSS Loading feature in Elementor 
   does seem to fix the display issues with icons/lists when re-enabling Relevanssi’s
   Custom search result snippets. But it also now shows zero search results for 
   certain keywords. When Custom Snippets are disabled, it shows the expected dozen
   + results for the same search. The WordPress Archive Title (“Search Results for:”)
   doesn’t display at all either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor Pro + Pods – custom query for Custom Post Type relationships](https://wordpress.org/support/topic/elementor-pro-pods-custom-query-for-custom-post-type-relationships-2/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/elementor-pro-pods-custom-query-for-custom-post-type-relationships-2/#post-17333443)
 * Exact same issue here. Case #1 from [@ivelinjpashev](https://wordpress.org/support/users/ivelinjpashev/)
   does work but only shows the first item in the relationship, not multiple. Case#
   2 does not seem to work for PODS as it uses a custom database table (wp_podsrel)
   for their relationships, so this function would need to be modified.
 * I’d love to try the Reddit plugin mentioned as the solution, but it seems they
   have stopped support for it recently and it can no longer be downloaded. [@jonass1](https://wordpress.org/support/users/jonass1/),
   is there any way to provide or DM the e-Query POSTS plugin files?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin and Site Enhancements (ASE)] bug in Change login URL if its enabled and set](https://wordpress.org/support/topic/bug-in-change-login-url-if-its-enabled-and-set/)
 *  [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/bug-in-change-login-url-if-its-enabled-and-set/#post-17189117)
 * Experiencing this same bug when using WP core Password Protected Pages. I do 
   not have WooCommerce or any other plugins, but am using the Change Login URL 
   ASE setting. When it is on, any attempted password, even the correct one, sends
   to a 404 page. When the ASE setting is disabled, it works as expected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin and Site Enhancements (ASE)] Change Login URL Redirects](https://wordpress.org/support/topic/change-login-url-redirects/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/change-login-url-redirects/#post-16771460)
 * Perfect. This update fixes it. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] 3.2.10 Update Causes Excessive Disk Space Usage](https://wordpress.org/support/topic/3-2-10-update-causes-excessive-disk-space-usage/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/3-2-10-update-causes-excessive-disk-space-usage/#post-16588179)
 * We do not use Divi. Most are Elementor with the Hello theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] 3.2.10 Update Causes Excessive Disk Space Usage](https://wordpress.org/support/topic/3-2-10-update-causes-excessive-disk-space-usage/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/3-2-10-update-causes-excessive-disk-space-usage/#post-16496986)
 * No. None of our affected sites have WP_DEBUG on. It is set to false.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Plural Searches Only Work for Some Words](https://wordpress.org/support/topic/plural-searches-only-work-for-some-words/)
 *  Thread Starter [NetzzJD](https://wordpress.org/support/users/netzzjd/)
 * (@netzzjd)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plural-searches-only-work-for-some-words/#post-16304354)
 * This was solved with the code here:
   [https://www.relevanssi.com/knowledge-base/facetwp](https://www.relevanssi.com/knowledge-base/facetwp)

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/netzzjd/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/netzzjd/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/netzzjd/replies/page/2/?output_format=md)