Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878750
    Rupok
    Member

    Hi there,

    Thanks for updating. Not sure why you think the page title should not display on search result. It ‘s the heading and should be shown there. Do you want to hide this from search result? You can do this by the below code but it won’t look good :

    .search-results .entry-title {
      display: none;
    }

    Also it shouldn’t show 4 images rather the featured image. So it’s working as expected I believe.

    If you want the default behavior of search result, it could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #879901
    SaShah
    Participant

    hi,
    thank you for your reply. i have used many other themes and it is a default behavior of the search to show the products in a managed order(like how the product shows in category page) without custom development. if the product shows like a big image and 1 after 1 it is the useless search result and users cannot take benefit of this search and they have only option to leave the site. so please help me regarding this issue or let me know the thread on this forum where i can get the help.

    also how can we remove the author details like name, time etc.. i search result (image attached)

    thank you

    #880522
    Rupok
    Member

    Hi there,

    Thanks for updating. I think I already answered this on last reply. it should show the featured image NOT any other image on the search result and it’s the default behavior of X. So you can’t just compare with other theme’s functionality. If you need to change this then it will be possible through custom development that’s out of our support scope.

    However to remove the meta info, you can use this :

    .search-results .entry-header .p-meta {
      display: none;
    }

    Hope this makes sense.

    Cheers!

    #882774
    SaShah
    Participant

    Hi,
    thanks! ok i got it but is it possible to show the featured image smaller (because it shows very large image in search result) in search result or it also need the custom development.

    Hope you understand the problem.

    Thanks.

    #883592
    Rupok
    Member

    Hi there,

    Thanks for updating. Yes it’s possible. You can use this CSS :

    .search-results .entry-featured {
      margin: 0 auto;
      max-width: 400px;
    }

    You can change the max-width value. If you don’t want to align the image to center then take off the margin value.

    Hope this helps.

    Cheers!

    #884775
    SaShah
    Participant

    thanks!

    #885579
    Rue Nel
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-865895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>