Theme doesn't use small size for Featured images

Posted in: Newspaper
Post count: 9

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

Post count: 22421

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.

Post count: 9

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.

Post count: 9

Anyone?

Post count: 22421

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.

Post count: 9

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.

Post count: 22421

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.

Post count: 9

Hi,

I installed PHP-gd:

$ yum list installed | grep php | grep gd
php56w-gd.x86_64 5.6.13-1.w6 @webtatic

Folders permission is OKAY:
drwxrwxrwx 6 tuannh tuannh 4.0K Oct 6 10:42 .

But it still isn’t okay now.

Please help 🙂

Post count: 22421

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.

Post count: 9

Hi,

I sent you the email. Please kindly check it and help me out.

Thank you.

Post count: 22421

You will receive an answer via email.
Thanks.

Post count: 9

I successfully generated thumbnails by using wp-cli script.

I have 1 question, will the wordpress generate thumbnail images for every images I had in Media Library, or I must to generate it manually by plugin or wp-cli script?

Post count: 7909

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!

Post count: 9

I see.

I still can’t understand why WordPress nor plugin “Regenerate thumbnail images” could generate thumbnail images.
Only using wp-cli command could generate them.

Do you have any suggestion?

Post count: 7909

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!

Post count: 9

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?

Post count: 22421

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.

Viewing 17 posts - 1 through 17 (of 17 total)
The forum ‘Newspaper’ is closed to new topics and replies.