Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #759981

    Hi,

    Can you provide some code for adding a Thumbnail beside the results of a search ?

    thanks,

    Ed

    #759991

    Hi Ed!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Regards,
    Yigit

    #760008

    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

    #760009

    Hi!

    Can you please post a link to your website so we can provide you an accurate solution? :)

    Best regards,
    Yigit

    #760024

    Hi,

    I am not looking for anything special,

    a good search word is ‘berries’

    thanks
    Ed

    fritzimages.com

    #760047

    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

    #760157

    Hi Yigit,

    thanks a lot !

    that works for me,

    all the best…

    Ed

    you may close this tix

    #760164

    Hey!

    You are welcome!
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add Thumbs to Search Results’ is closed to new replies.