Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Dirk

    #966850

    Hey Fischpi,

    Can you please disable the cache / optimisation settings and let us know if it works after?

    Best regards,
    Basilis

    #966969

    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

    #967112

    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

    #967132

    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?

    #967155

    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

    #967226

    That works perfect:

    h1.entry-title {
    display: none !important;
    }

    Thanks

    #967233

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Search results are missing’ is closed to new replies.