Hi,
Can you provide some code for adding a Thumbnail beside the results of a search ?
thanks,
Ed
Hi Ed!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
Regards,
Yigit
Hi Yigit,
Thanks for quick response and link. Everything works, however, I’d like to change the thumbnail dimensions. The results of using the code provided a small round thumbnail. I am interested in a larger square thumb.
Can you please provide some code to accomplish this?
thanks a lot,
Ed
Hi!
Can you please post a link to your website so we can provide you an accurate solution? :)
Best regards,
Yigit
Hi,
I am not looking for anything special,
a good search word is ‘berries’
thanks
Ed
fritzimages.com
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.search-result-counter img {
border-radius: 0!important;
}
.search-result-counter {
width: 80px;
height: 80px;
}
#top .template-search.content .entry-content-wrapper {
padding-left: 90px;
}
Best regards,
Yigit
Hi Yigit,
thanks a lot !
that works for me,
all the best…
Ed
you may close this tix