Okay
  Public Ticket #1679203
Search result as portfolio items
Closed

Comments

  • sachintalwar started the conversation

    How can i get the search result as the portfolio archive page?

    Right now when we search site for a keyword, it shows a different style,

    How can i get the result as portfolio archive page style. http://wowevents.in/our-work/

    There is no need of the filter on the search result page. 

    Please find my login credential here 

    https://laborator.ticksy.com/ticket/1665004/

  • [deleted] replied

    Hi sachintalwar,

    This is the Search results area that Kalium offers


    (view on a new page)

    there is not any other style for this area for the moment.

    Thanks!

  • sachintalwar replied

    is there any chance to include custom styles for search pages in future updates?

    It should be a similar setting as we have in portfolio settings(under theme options)

    Please reply if there is any possible theme update for search page. we need this and if Kalium isn't providing any update for this, we might have to look for another theme

  • [deleted] replied

    Hi sachintalwar,

    For the moment this is not possible, but we will check if we can do something in the future updates. Currently we are working in some other areas for future updates.

    If you want to change the layout to be something like this then you can add this CSS code in your Custom CSS area:

    .search-results-holder {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .search-results-holder .result-box {
        width: 33.3333% !important;
        float: left !important;
        border: none !important;
        display: block !important;
    }
    search-results-holder .result-box+.result-box {
        padding-top: 0px !important;
    }
    .search-results-holder .result-box .result-image+.result-info {
        padding-top: 15px !important;
    }
    .search-results-holder .result-box .result-image+.result-info p {
        max-height: 63px !important;
        display: block !important;
        clear: both !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .search-results-holder .result-box .result-info h3 {
        font-size: 23px !important;
        margin-top: 0 !important;
        word-break: normal !important;
        min-height: 52px !important;
    }
    .search-results-holder .result-box+.result-box {
        padding-top: 0px !important;
    }
    .search-results-holder .result-box .result-image {
        display: inline !important;
    }
    .search-results-holder .result-box .result-image a {
        margin-right: auto !important;
    }
    .search-results-holder .result-box .result-image a .image-placeholder, .search-results-holder .result-box .result-image a .image-placeholder>img {
        border-radius: 0px !important;
        overflow: hidden !important;
        display: block !important;
    }
    .pagination-container.align-center {
        display: block !important;
        float: left !important;
        width: 100% !important;
    }
    

    Result will be like this:


    (view on a new page)

    P.S: If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    I wish you a great weekend!