Hello,
if I enter something in the search form and the results are displayed, only the number of results is displayed. However, the results themselves are missing. What could be the problem?
Thank you for your help
Dirk
Hey Fischpi,
Can you please disable the cache / optimisation settings and let us know if it works after?
Best regards,
Basilis
Hi Basilis,
thanks for your help. What do you mean with “cache / optimisation settings”? I did unchecked the “Disable jQuery Migrate” but the search output still didn’t work…
Fischpi
Hi,
It’s caused by this CSS:
.entry-title {
display: none;
}
.search-result-counter, .search .post-meta-infos, .ajax_search_image, .ajax_search_excerpt {
display: none !important;
}
It looks to be coming from your Quick CSS, could you check and remove if you find it please?
Best regards,
Rikard
Hi Riskard,
yes the reason was:
.entry-title {
display:none;
}
But we can i hide the <h1> heading above header (see private link) i only wanna show the h1 below the header. You have any code for quick css which works to hide the heading?
Hi,
I took a look at your page, but only saw the text once as the heading. Please see screenshot in Private Content area.
While it could be hidden with:
.entry-content-header {
display:none !important;
}
I’m not sure if you want to hide it for every page or just this one.
Best regards,
Mike
That works perfect:
h1.entry-title {
display: none !important;
}
Thanks
Hi,
Glad Mike could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit