Hi,
Please explain why the theme doesn’t use small size for feature images?
Of course, I have done the following actions:
– Install and activate the theme
– Install Simple-image-sizes plugin
– Regenerate the thumbnails
Hello,
Please make sure you activate the thumbnail on the specific module/block from the theme panel: http://screencast.com/t/4YxWDMjTzLos
If the problem is still there please provide a link to your site so we can take a look.
Thanks.
Hi Bogdan,
Thank you for your reply.
I’m sure to have those options enabled (as default).
My site url is: http://ezautosalerental.com/
Please help.
Hello tnguyen27,
The plugin you installed is not needed as the theme already handles image thumbnails. The plugin overrides this option and may cause a conflict. Please disable all your plugins except visual composer, and regenerate you thumbs https://forum.tagdiv.com/theme-thumbs/ – https://forum.tagdiv.com/theme-thumbs/.
Let me know how it goes.
Thanks.
Hi Bogban,
Thank you for your reply.
I install plugin Regen. Thumb because of your site’s recommendation here: https://forum.tagdiv.com/existing-content/.
Now I deactivate that plugin, but the problem is still the same: The theme still use large image instead of thumb (small) images in front page. This problem leads to performance issue.
Please help.
HEllo,
You can try using a different regenerate thumb plugin like Force regenerate thumbs https://wordpress.org/plugins/force-regenerate-thumbnails/
Also check if you have the right permissions for uploading.
https://codex.wordpress.org/Changing_File_Permissions
Another thing you can do is check if you have GD Library Installed. You can see it in your cpanel. If not, contact your hosting provider.
Thank you.
Please send us an email at contact@tagdiv.com and provide your login information so we can take a closer look at the problem. Also provide a link to this topic so we know who you are.
Thanks.
Hi,
When you upload a featured image it will be cropped to different sizes so the thumbs will be used on modules. If you use all the modules you will have to enable the thumbs on blocks and modules so all these thumbs will be generated – http://screencast.com/t/alnwgtw5n
Please note that the featured image size should not be smaller than the thumb used on module as the WordPress doesn’t enlarge images. Lucian already provided an example on email regarding an image from your site.
Thanks!
Hi,
This is basic functionality of Wordress and also the theme use this. The small images are not automatically enlarged by WOrdpress or by the theme(only cropped), but can be enlarged via custom css or try to use a plugin like Thumbnail Upscale in combination with Force Regenerate.
If you want to use css please add this code in Theme Panel > Custom Css – http://screencast.com/t/Wd8FeCrgE
.td_block_big_grid_1 .td-big-thumb .entry-thumb {
height: 100%;
}
Hope this helps!
Hi,
You probably misunderstood my question.
The problem is my wordpress didn’t generate thumbnail image, from feature images, by default. I must force the generating by running wp-cli command.
So my question is why wordpress didn’t generate thumb images automatically. Is it a bug or the nature of WordPress?
Hello,
There could be a possible explanation for that. Please make sure you have the GD Library extension available in PHP. People seem to get this issue if they don’t have it. https://shopplugin.net/kb/installing-the-gd-library-for-php/
Thanks.