Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-render of block in function-hide-title.php breaks FacetWP #548

Open
github-actions bot opened this issue Jul 16, 2024 · 0 comments
Open

Re-render of block in function-hide-title.php breaks FacetWP #548

github-actions bot opened this issue Jul 16, 2024 · 0 comments

Comments

@github-actions
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant