Tagged: x
-
AuthorPosts
-
April 12, 2016 at 1:42 pm #878750
RupokMemberHi 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!
April 13, 2016 at 7:35 am #879901
SaShahParticipanthi,
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
April 13, 2016 at 1:00 pm #880522
RupokMemberHi 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!
April 14, 2016 at 12:59 pm #882774
SaShahParticipantHi,
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.
April 14, 2016 at 11:26 pm #883592
RupokMemberHi 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!
April 15, 2016 at 3:14 pm #884775
SaShahParticipantthanks!
April 16, 2016 at 5:37 am #885579
Rue NelModeratorYou are most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-865895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
