SOS Thumbnails

Posted in: Newspaper
Post count: 11

Good evening,
we have a big problem on the thumbnails of all the images,
despite having installed the plugin “Regenerate Thumbnails” and having regenerated the thumbnails of the images, we have not solved:

http://www.screencast.com/t/slYhgCEP

thanks in advance

Post count: 11

Help, now regenerate all thumbnails together with the plugin I have placed all the thumbnails except that of the big slide, can be seen here:

http://www.chegadget.com

Post count: 854

hi,
the “Regenerate Thumbnails” plugin will take every post image and slice it into smaller ones.

but if the post image is not wide enough to fit the slider , the “Regenerate Thumbnails” plugin will not make it bigger.

however you can use this css to streach the big image from the big slider
(http://screencast.com/t/YQ9CjlXiH):


 .iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

here: http://screencast.com/t/NRdCPESL

you can change the 745px to what number you want.

Thanks for you message.
Radu A.

Post count: 11

thank you very much!

Post count: 199

Radu this mod

 .iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

doesn’t work on version 4.1. can you tell me how to fix it?

Post count: 199

bumb! any solution for this???

Post count: 9544

Use the plugin i have recommended 10 times for creating larger thumbs, which is thumbnail upscale

Post count: 9544

Bumps and bumbs dont do anything.

Post count: 6600

Hi,

Thanks Christopher!

@saggel

Please provide more details about your issue and also your site’s URL, I need to inspect it so I can provide a solution.
Also make sure your try Christopher’s solution.
Please let me know!

Thanks

Post count: 199

@lucial thank you

on version 3.5 i solve the issue on big slide with small pictures with this mod on custom css.

 .iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

but this mod, doesn’t work on version 4.4

the Christopher’s solution need generate thumbs and with 70.000 jpg images on my media library, takes a long, long, long time

Post count: 9544

Of course my solution is based on concept of usability for NEW posts, so that when new content is “featured” you have larger image already to go for home page without having to back-track after the fact. You don’t have to regen old images unless you want to 🙂

Post count: 6600

Hi,

Thanks Christopher!

@saggel

Please use this css:

.iosSlider .td-big-grid-post-0 .entry-thumb {
    width: 745px !important;
}

Provide your site’s URL if this doesn’t work for you, I need to inspect this.

Thanks

Post count: 199

thank you Lucian. works! Christopher i active and your plugin 😉 thanks!

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