As I check the code on your site, I found that the ".post-title" is currently forced to be hidden by this custom CSS:
.post-title {
display: none;
}
Since all the post titles are hidden, that's why there's no way to click to read the post.
If you want to hide the post title on normal pages, but display it on the search result page, please use this instead (this code also includes a fix for the missing space between results):
Hi Paul, how are you ?
In the new version of the theme the search function seems not working properly.
I uploaded a new ptf ( simple plan ), then i went to the search box and wrote "simple".
The page showed 2 results ( correct ) but none of them is clickable.
There isn't any separation space between them too...
Same behavior in safari/chrome/firefox/iphone/ipad.
Thank youuuuuuu !! :)
Hi Alessandro,
As I check the code on your site, I found that the ".post-title" is currently forced to be hidden by this custom CSS:
Since all the post titles are hidden, that's why there's no way to click to read the post.
If you want to hide the post title on normal pages, but display it on the search result page, please use this instead (this code also includes a fix for the missing space between results):
Hope it helps!
Regards,
Paul
Done !!
Thaaaaaank you ! :)
Take care!
A