Site logo

Archived topic

query bock not responding

19 replies · Started by Jeffrey on July 12, 2022

Viewing posts 1–15 of 20

I set up a query block that displays child pages. I as able to duplicate it over 4 pages. Now when I try to crreate one or even edit an old one I can not change the (parent) parameter.

It says loading, but then no options. This happens on all the query blocks i made previously too.

Any ideas why it want bring up the options and stopped working?

Hi there,

are there any errors in the developers Console tab in the Browser Developers tools ( open with Right Click > Inspect the page ) ?

ok this is the error I'm getting.

DevTools failed to load source map: Could not load content for chrome-extension://eakacpaijcpapndcfffdgphdiccmpknp/scripts/content_page.map: System error: net::ERR_BLOCKED_BY_CLIENT

I see. Thank you for testing. Are you able to share temporary login credentials so we can check the issue ourselves? Or, do you have a staging site where we can investigate further?

Sure.

Make sure the Website URLs are correct in the Settings > General.
Then in Settings > Permalinks click Save Changes to Regnerate the permalinks.

Then try editing your query block

Tired it, all seemed ok. Re-saved and no change.

Is there an Element that i can edit to see the issue ?

Cedar Grove Hotsheet
or
"town" Hotsheet

I was working on the Livingston one.

Can you try adding this PHP Snippet to your site:

add_filter('rest_request_before_callbacks', function($response, $handler, $request) {
   if ( '/wp/v2/pages' === $request->get_route() ) {
      $request->set_param( 'per_page', 40 );
   }

   return $response;
}, 15, 3);

I added it, still not working..

If you reduce the 40 to say 10 in this line: $request->set_param( 'per_page', 40 ); - do any pages appear then ?

that did it!!! Any ideas what's causing it?

Old www. links in the database?

This archived topic is closed to new replies.