Okay
  Public Ticket #376885
Show Thumbnail Images in Search Results Page
Closed

Comments

  • Derek started the conversation

    Is there a way to include thumbnail pictures in the search results? I read in the knowledge base that this feature was added but cannot find how to do it.

    Also, can you recommend the easiest way to hide the "page/post" categories from the search results?

    Lastly, is there a quick way to show all the titles for the pages by default? I have hundreds of pages already created so it would save me many hours.

    Thanks!






  •  8,848
    Tahir replied

    Hey!

    You need to add the featured images for those pages so that the image appears in the Search Result.

    As regards removing the title add this into the Custom CSS box located in your Salient Options panel :

    #search-results .result .title span {
        display: none !important;
    }

    For the title you will need custom work.

    Thanks



    ThemeNectar Support Team 

  • Derek replied

    Thanks for the Custom CSS. That did the trick in hiding the page/post categories from the search results page! Is there any CSS that will hide the "page/post" categories from the dropdown search results as well?

    The page titles I can go through and add manually; I was just hoping for a shortcut as I have over three hundred pages :)

    I have featured images added for all my pages but there are still no images displayed on the search results page. Any thoughts on what the problem could be? I deactivated all non essential plugins but still no images.

    Thanks


  •  8,848
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    #search-outer .ui-widget-content li span.desc {
        display: none !important;
    }

    As regards the images on page the code is not in there . See screenshot: http://prntscr.com/67w3az .

    Thanks


    ThemeNectar Support Team