luhudroid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] image of featured post is blurryJup, that seems to be the best option.
Thank you very much for your help! 🙂Forum: Themes and Templates
In reply to: [Hueman] image of featured post is blurryIf so then I can only guess that the process used to downsize the image is different in WP and photoshop.
Yeah, this seems to be the case. The image I uploaded initially was bigger and WP had to scale it down. But after I edited the php file it seems to be working if I scale the image down in Photoshop and use this as the featured image.
Forum: Themes and Templates
In reply to: [Hueman] image of featured post is blurry@bdbrown
No hurry, thanks for your support!I just tried some things and I think I’m closer to the solution now. I copied this:
if ( ! function_exists( 'hu_setup' ) ) { function hu_setup() {...}}from the init-core.php into my child theme’s functions.php and edited the line for the thumbnail to add_image_size( ‘thumb-large’, 980, 463, true );
After regenerating the thumbnails they are not as blurry as before. But how you can see in this thumb: https://musikverein-hettstadt.de/wp-content/uploads/2016/10/gewerbeschau_header-980×463.jpg it is not as clear as if I set the correct size in photoshop and upload this as the preview image: https://musikverein-hettstadt.de/wp-content/uploads/2016/10/gewerbeschau_header-thumb.jpg
Is there a way to get the autogenerated thumbs as sharp as the ones I downsized in photoshop? Or am I just missing something in the php config?
Thanks!
PS: I’ve just seen that the pictures are sharper in Firefox than in Chrome. They are looking blurry as before in Chrome I think…
- This reply was modified 9 years, 6 months ago by luhudroid.
Forum: Themes and Templates
In reply to: [Hueman] image of featured post is blurryHi,
thanks, this sounds good!
If I want to go for option (b), is it possible to just set this in the sites css? I’ve made some changes there already so I think I would know what to do.Forum: Themes and Templates
In reply to: [Hueman] update to 3.2.9 failedI just wanted to try to update again and weirdly the theme was updated in the meanwhile. I don’t how since I did not trigger it again – but since it’s working now it’s OK.
Thanks for your help!
Forum: Themes and Templates
In reply to: [Hueman] update to 3.2.9 failedHi,
good idea!
I’ve just tried it but I get several error messages (mostly on /demo/ files) like “upload could not be started” or “timeout”. Is it possible that this is caused due to temporary server problems?