Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #978344

    Hello,
    I’ve tested the search feature in the navigation in the past but in doesn’t work properly on the last site I’ve developped.
    When you click on View all results, I get results but they are not clickable and many are empty. On the URL below, please try “Tech” as keyword.
    Find attached also the print screen and credentials.

    Tx guys for your help!
    Nice day
    Marine

    #978706

    Hey newki75,

    Thank you for using Enfold.

    The title and post meta info are set to not display via css.

    .entry-content-wrapper .post-title {
        display: none !important;
    }
    
    .post-meta-infos {
        display: none;
    }

    You have to remove that css codes or override them with these.

    .search .entry-content-wrapper .post-title {
        display: block !important;
    }
    
    .search .post-meta-infos {
        display: block;
    }
    

    Best regards,
    Ismael

    #978826

    Tx a lot, you can close the issue :-)
    Nice day Ismaël

    #979282

    Hi,

    Awesome! -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search engine theme update ?’ is closed to new replies.