Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1276553

    Hello everyone, I think that this feature is very much needed by Enfold, since the search results are better displayed in a grid on phones and other portable devices, thanks

    #1277561

    Hey John,

    Thank you for the inquiry.

    There is no plan on adding this feature in the theme just yet, but we will forward your request to our channel. For the meantime, you could start with the following css code to create a grid like structure in the search results page. You may need to control the length of the excerpt to make sure that the items in the rows have equal height.

    .search .post-entry {
    	width: 32%;
    	float: left;
    	clear: none;
    	border: 1px solid;
    	border-radius: 3px;
    	margin: 0 1% 2% 0;
    	padding: 1%;
    }
    
    .search  .search-result-counter {
    	display: none;
    }
    
    .search .template-search.content .entry-content-wrapper {
    	padding-bottom: 10px;
    	padding-left: 15px;
    	font-size: 13px;
    	clear: both;
    	padding-right: 15px;
    }

    Best regards,
    Ismael

    #1278468

    Thanks Ismael, any way to include an image in the results? Thank you, greetings

    #1278477

    Hi,

    What image do you need?

    Best regards,
    Jordan Shannon

    #1278494

    Hi Jordan,
    Featured images of wordpress posts

    #1278501

    Hi,

    Please refer to the following:

    https://kriesi.at/support/topic/show-featured-images-in-search-results-page/

    Best regards,
    Jordan Shannon

    #1278517

    Thanks Jordan, it’s what I was looking for and it works perfect.
    You can close the topic if you like.
    regards

    #1278640

    Hi John Roa,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Please add search results in grid’ is closed to new replies.