Tagged: search results, thumbnail
-
AuthorPosts
-
October 11, 2018 at 7:10 pm #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,
October 11, 2018 at 11:00 pm #1020521I followed this thread https://kriesi.at/support/topic/show-featured-images-in-search-results-page/
but my image is big and cropped
October 12, 2018 at 10:42 pm #1020887Hi KaISBC,
Credentials did not work for me. Could you please update the credentials?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaOctober 12, 2018 at 10:48 pm #1020890Hi, I write in other similar ticket.
In any case, here you are screenshot and new credentials:October 16, 2018 at 5:38 pm #1022287Hi,
Thanks for the update. The login credentials are invalid though. I tried both. Please provide a valid login details.
Best regards,
IsmaelOctober 16, 2018 at 9:20 pm #1022395I’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
October 17, 2018 at 4:57 am #1022544Hi,
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,
IsmaelOctober 17, 2018 at 7:06 am #1022579Oh yes!!!! It works fine, just like I was looking for.
Thank you very much and best,
M
October 18, 2018 at 4:09 am #1023097I 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?October 18, 2018 at 10:56 am #1023266Hi,
@demeonjamie: You have to follow the instructions here:
// https://kriesi.at/support/topic/show-featured-images-in-search-results-page/
Best regards,
IsmaelOctober 18, 2018 at 3:14 pm #1023383October 19, 2018 at 11:25 am #1023851Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.