Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2792657
Search Result Page
Closed

Comments

  • joelcmellor started the conversation

    Is there a way to further edit the Search Result Page?
    In TheGem Theme Options, I am able to edit the title (very basic) but cannot edit how the search result content/cards appear.

    I use The Gem with multiple Sites and this has become an issue for me on all of them.

  •  7,092
    Oliver replied

    Hi,

    What exactly you need to change? 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • joelcmellor replied

    Hi Gregor,

    It would be great to have the ability to edit the "post blocks/cards" that display the results. Like the ability to hide the author, excerpt, etc, as well as change the appearance of said blocks/cards.

  •  7,092
    Oliver replied

    Hi,

    CSS example:

    .search-results .post-meta-conteiner {
        display: none;
    }
    .search-results .summary {
        display: none;
    }
    

    well as change the appearance of said blocks/cards. - needs more info...

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • joelcmellor replied

    Thanks for the CSS example.

    I guess I was just looking for a way to edit the page.
    Moving the cards around, adding different elements, etc.

    I suppose I could make my own search page template to replace the default TheGem one?

  •  7,092
    Oliver replied

    HI,

    You can copy:

    /wp-content/themes/thegem/search.php

    To the child theme and make the changes you need there.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver