• I’m trying to utilise the “Use link from Query Loop Block” option within a Query Loop that has “Reload Full Page” disabled.

    The issue I’m having is that when adding the Hyperlink Group to the Post Template I get a warning that Reload Full Page has been enabled.

    “Query block: reload full page enabled”

    “Currently, avoiding full page reloads is not possible when non-interactive or non-client navigation-compatible blocks from plugins are present inside the Query block. If you still want to prevent full page reloads, remove that block, then disable “Reload full page” again in the Query Block settings.”

    The Hyperlink Group block is both interactive and used for client navigation, so seems to meet the criteria.

    I’ve been doing my best to understand the interactivity issue as detailed here:

    https://github.com/WordPress/gutenberg/pull/60006
    https://github.com/WordPress/gutenberg/issues/59752

    Non-core blocks should now be permitted within the Query Loop with “reload full-page” disabled. I was hoping it may just be a case of adding the interactivity attribute in the block.json file, but my tests have not been successful.

    I must be missing something? Neither of these had the desired result.

    "interactivity": { "clientNavigation": true }
    "interactivity": true

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    We’re releasing a new version. Thank you for your investigation. Everything is correct, but wp-scripts need to be run to build the block new.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.