Bricks Version: 1.5 Browser: Chrome Version 104.0.5112.101 OS: Windows 11 URL: N/A
I am seeing a white space in editor when I scroll all the way down and it shows several “No results found” messages in it. I am not sure what I am doing when it happens. I will try to figure out what exactly is triggering it.
I need some more information as I have never encountered this issue before.
Have you disabled all plugins?
“No results found” is the classic query loop message when there are no posts - do you have one or more query loops + infinite scroll enabled somewhere on your page?
It would be best if you send us the access data to the site and a link to this thread by mail to help@bricksbuilder.io so we can have a look.
I believe it’s coming from the autocomplete script. It’s looking for the pages when the user starts typing in the link search field. The ‘no results found’ should be hidden as it’s supposed to be there for accessibility only, but not visible (as far as I can tell).
Thank you so much for the video & step-by-step instructions. I was able to replicate the issue.
It’s like @wplit said, and caused by the result of the autocomplete script. Which generates those messages and adds the HTML to the .ui-helper-hidden-accessible div on the page (for accessibility). Like the WordPress .screen-reader-text it should be available in the source code, but not displayed. We’ll provide a fix in the next update