Search results bug

Posted in: Newspaper
Post count: 5

Hello.

I noticed one bug on the search results page. When I search something that doesn’t exist the text “No posts to display” is displayed incorrectly – https://imgur.com/F0GW2Wy

On mobile devices it looks much worse. For example a screenshot from my iPhone 8 plus – https://imgur.com/a/UaPsrAG

If any posts are found, they are displayed correctly – https://imgur.com/a/3ft32TC

In TagDiv Composer the text “No posts to display” displayed correctly – https://imgur.com/a/HIGOX1E

How can I fix this?

Post count: 20688

Hi,

The same seems to be happening for me https://prnt.sc/w2ezlx I believe this is an issue. I will add it on the list for investigation.
For the time being please edit the search template with the composer https://prnt.sc/w2ezyf
Then click on the post loop element and in the CSS tab set a margin left of 24px
https://prnt.sc/w2f0rr
Then it should display correctly https://prnt.sc/w2f16b https://prnt.sc/w2f1fl

Please try it and let me know.

Thank you!

Post count: 5

I’ve tried this before. But it didn’t turn out very well.

The phrase “No posts to display” is displayed correctly, but if any articles were found during search, they are shifted to the right.

https://imgur.com/a/ChuhpPR

Post count: 35449

Hi,
For me is displaying normal -> https://i.imgur.com/jnWwjRK.png
Please provide a link to your website and I will help you!
Thank you!

Post count: 5

Now search for at least one post and you will see that it also moved to the right.

The problem is that this setting corrects not only the text “No posts to display”, but also the list of articles that shaws after search.

Post count: 5

How can I fix this? Please help!

Post count: 35449

Hi,
I made some more tests and for me is displaying correctly -> https://i.imgur.com/aUMogrK.png -> https://i.imgur.com/sORWttr.png
For that text you can try a css like this one ->
.no-results{
margin-left: 24px;
margin-right: 24px;
}

The code need to be set in theme panel> custom code> custom css.
Hope it will help you!

Post count: 5

That helped! Thank you very much!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.