You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You seem to be re-rendering all blocks, except exceptions in:
includes/function-hide-title.phpL122
This breaks FacetWP block AJAX Query Loop block processing (with the Blocks add-on).
Besides that re-rendering all blocks looks inefficient, I cannot find any setting that disables this ‘hide title’ feature. I disabled all settings and the issue still happens.
The FacetWP issue could be prevented by adding an exception in L113:
Support
You seem to be re-rendering all blocks, except exceptions in:
includes/function-hide-title.phpL122
This breaks FacetWP block AJAX Query Loop block processing (with the Blocks add-on).
Besides that re-rendering all blocks looks inefficient, I cannot find any setting that disables this ‘hide title’ feature. I disabled all settings and the issue still happens.
The FacetWP issue could be prevented by adding an exception in L113:
|| isset( **_$parsed_block_**['attrs']['enableFacetWP'] )
But there are no hooks to add this, or a hook to disable this whole feature.
Could you add a way to disable this feature, or to add exceptions in this code?
Details
Note: This support issue is created automatically via GitHub action.
The text was updated successfully, but these errors were encountered: