Comments 1RealYogan started the conversationAugust 4, 2020 at 8:10amI'm creating a portfolio item similar to http://themenectar.com/demo/salient-agency/portfolio/dark-water/I'm uploading images in the same size you guys used 1920x1080but upon uploading it turns to 1536x864 and badly compressedhow do i fix it..? 2,965Andrew repliedAugust 4, 2020 at 9:36amHi there, Can you share a link to your website we take a look.Thanks.1 Like RealYogan replied privately 1RealYogan repliedAugust 4, 2020 at 1:23pmHi there,any update..? 1RealYogan repliedAugust 5, 2020 at 1:27pmHey guys kindly help me out.. 2,965Andrew repliedAugust 5, 2020 at 8:04pmHi there,Sorry for late response. Try to regenerate your image thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/Thanks. RealYogan replied privately 1RealYogan repliedAugust 6, 2020 at 7:33amHey andrew let me know if you need any other information inorder to fix this.. kindly let me know. Need to fix this before i create other pages in the website. Help me out also the thumbnail plugin ( though i think its not relevant to the problem tried as per your instruction) it dint work 1RealYogan repliedAugust 6, 2020 at 1:30pmhey guys any solution yet..? 2,965Andrew repliedAugust 6, 2020 at 8:26pmHi there,You need to register new image size as outline in the link belowhttp://themenectar.com/docs/salient/modify-image-sizes/Add the following code to function.php file: add_action( 'after_setup_theme', 'salient_child_remove_image_sizes', 11 ); function salient_child_remove_image_sizes() { remove_image_size( '1536x1536' ); add_image_size( 'regular', 1900, 1230, true ); } Thanks. 1RealYogan repliedAugust 7, 2020 at 7:16amI tried your instrutionsnot working.. also i tested a new portfolio item with full width image.. same is happening For some reason it is happening every-time i upload a new 1920x1080 image .. it is cropping and compressing badlyhere is the new test posthttp://yogandesign.com/portfolio/79/ 1RealYogan repliedAugust 7, 2020 at 7:24amWhen inspected the image is there.. but it is not fetching a proper one 2,965Andrew repliedAugust 7, 2020 at 8:57amHi there,Could you allow us to login to your website. We going to need username and password with admin privileges.Thanks. RealYogan replied privately 2,965Andrew repliedAugust 7, 2020 at 10:56amHi there,Added the following and it fixed the issue: add_action( 'after_setup_theme', 'salient_child_remove_image_sizes', 11 ); function salient_child_remove_image_sizes() { remove_image_size( '1536x1536' ); add_image_size( '1536x1536', 1900, 1080, true ); } Kind regards. 1RealYogan repliedAugust 10, 2020 at 3:49amThank you so much man.. it dint replace the existing images in media.. but i am glad that it works in new uploads. Sign in to reply ...
I'm creating a portfolio item
similar to
http://themenectar.com/demo/salient-agency/portfolio/dark-water/
I'm uploading images in the same size you guys used 1920x1080
but upon uploading it turns to 1536x864 and badly compressed
how do i fix it..?
Hi there,
Can you share a link to your website we take a look.
Thanks.
Hi there,
any update..?
Hey guys kindly help me out..
Hi there,
Sorry for late response.
Try to regenerate your image thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Thanks.
Hey andrew let me know if you need any other information inorder to fix this.. kindly let me know.
Need to fix this before i create other pages in the website. Help me out
also the thumbnail plugin ( though i think its not relevant to the problem tried as per your instruction) it dint work
hey guys any solution yet..?
Hi there,
You need to register new image size as outline in the link below
http://themenectar.com/docs/salient/modify-image-sizes/
Add the following code to function.php file:
Thanks.
I tried your instrutions
not working.. also i tested a new portfolio item with full width image.. same is happening
For some reason it is happening every-time i upload a new 1920x1080 image .. it is cropping and compressing badly
here is the new test post
http://yogandesign.com/portfolio/79/
When inspected the image is there.. but it is not fetching a proper one
Hi there,
Could you allow us to login to your website. We going to need username and password with admin privileges.
Thanks.
Hi there,
Added the following and it fixed the issue:
Kind regards.
Thank you so much man.. it dint replace the existing images in media.. but i am glad that it works in new uploads.