Skip Navigation

[Resolved] Problem With Image Upload

This thread is resolved. Here is a description of the problem and solution.

Problem:

Image size is being added to the image URL
Solution:

I would recommend taking a look at the link below

https://toolset.com/forums/topic/problem-with-image-upload/#post-1207035

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by chrisB-30 5 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#1206720

Hello,

I am having 2 problems with my image custom fields. You can see the custom field in use on this page (the large image)

hidden link

Problem #1 - When I upload the image to the custom field in the backend of Toolset the image gets blurry.

Problem #2 - Toolset apends "-wpcf_300x427.jpg" to the end of the image
hidden link

I have this in my functions.php

add_filter('jpeg_quality', function($arg){return 100;});

I am also using Kraken.io to compress images - but I don't think it is the problem as the Images I upload to the wysiwyg field of the same page are fine.

Any idea what is going on here?

Thanks

#1207035

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

Thank you for contacting our support forum.

Problem #1 - When I upload the image to the custom field in the backend of Toolset the image gets blurry.

I took a look at the page you sent and it looks fine to me, the images do not appear blurry. If you could provide a screenshot of the issue on your end that would be great.

Problem #2 - Toolset apends "-wpcf_300x427.jpg" to the end of the image

This is actually expected if you are displaying the image using a custom size with our shortcode.

If you were to disable the non-toolset plugins does the blurry images still appear?

Please let me know.
Thanks,
Shane

#1212411

My issue is resolved now. Thank you!