Search is not working properly

Posted in: Newspaper
Post count: 10

hi. i’m using newspaper theme on my website. everything is fine. but i’m facing some issues with search results. when i search something first 4 results were shown properly. next result text are overlaping with other result image and texts. please check this image screenshot how to fix it. or please fix it on next update. thank you

Post count: 20688

Hi,

It would be helpful if you could provide a link to your website, so we can take a look and see this happening. This is not an issue of the theme, the search results should display properly.

Thanks

Post count: 10

website link : https://onlinepj.com
sample search result link : https://onlinepj.com/?s=அரஃபா
check at last…

Post count: 20688

Hi,

The only issue I see on the search results page is here
https://www.screencast.com/t/2eBstHZz7M4
You could change the excerpt type to letters, because it seems there are long links and words in the excerpt fields that cannot be broken
https://forum.tagdiv.com/excerpts-introduction/
Or try a code like this to force them to break
https://www.screencast.com/t/mEcq2XqgL

.td-excerpt {
word-break: break-word;
}

If you decide to use the code, enter it in Theme panel->Custom CSS section, and the problem should be fixed.

Thanks

Post count: 10

thanks bro. it’s working now.

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