-
AuthorPosts
-
June 4, 2018 at 7:28 am #966346
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
DirkJune 4, 2018 at 10:09 pm #966850Hey Fischpi,
Can you please disable the cache / optimisation settings and let us know if it works after?
Best regards,
BasilisJune 5, 2018 at 6:02 am #966969Hi 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
June 5, 2018 at 10:37 am #967112Hi,
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,
RikardJune 5, 2018 at 11:02 am #967132Hi 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?
June 5, 2018 at 11:31 am #967155Hi,
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,
MikeJune 5, 2018 at 1:57 pm #967226That works perfect:
h1.entry-title {
display: none !important;
}Thanks
June 5, 2018 at 2:15 pm #967233Hi,
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 -
AuthorPosts
- The topic ‘Search results are missing’ is closed to new replies.
