Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1020442

    I was able to set search results page with image but I’m not able to fit the image, I see big cropped filled image, I’d like to set little thumbnails with entire image fitted the image size.

    Thank you for any advice.

    Best,

    #1020521

    I followed this thread https://kriesi.at/support/topic/show-featured-images-in-search-results-page/

    but my image is big and cropped

    #1020887

    Hi KaISBC,

    Credentials did not work for me. Could you please update the credentials?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1020890

    Hi, I write in other similar ticket.
    In any case, here you are screenshot and new credentials:

    I'd like a classic thumbnail 300x400 or less and not cropped

    #1022287

    Hi,

    Thanks for the update. The login credentials are invalid though. I tried both. Please provide a valid login details.

    Best regards,
    Ismael

    #1022395

    I’m sorry Ismael, a bad typing, those are right.
    At the moment I get little images as I want but I’m not able to get a not cropped images. I’d like a little tumbhnails scaled down to show entire image.

    Thank you for attentions.

    Best,

    M

    #1022544

    Hi,

    I can’t modify the files from the dashboard editor. Please edit the includes > loop-search.php file, look for this code.

    $slider = get_the_post_thumbnail(get_the_ID(), 'entry_without_sidebar');
    

    Replace it with:

    $slider = get_the_post_thumbnail(get_the_ID(), 'full');
    

    And then add this css code on the Quick CSS field.

    .search-result-counter + .big-preview img {
        width: 100%;
    }
    
    .search-result-counter {
        line-height: 44px;
    }

    Best regards,
    Ismael

    #1022579

    Oh yes!!!! It works fine, just like I was looking for.

    Thank you very much and best,

    M

    #1023097

    I want to do this ☝️too. The code:

    $slider = get_the_post_thumbnail(get_the_ID(), 'entry_without_sidebar');

    Is not in my includes > loop-search.php file at my website at http://www.wildsugar.fashion
    Can you have a look for me?

    #1023266

    Hi,

    @demeonjamie: You have to follow the instructions here:

    // https://kriesi.at/support/topic/show-featured-images-in-search-results-page/

    Best regards,
    Ismael

    #1023383

    Hi @Ismael.

    Thank you I did that and…it works!
    How can I make the thumbnail images on the search results bigger?

    I’m not sure how to reconcile this thread with that post.

    #1023851

    Hi,

    Do you want to place the image above the post title instead of inside the search counter? Try this one:

    // https://kriesi.at/support/topic/show-featured-images-in-search-results-page/#post-805258

    It’s going to be much bigger.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.