Skip Navigation

[Resolved] Custom predefined image size not used

This support ticket is created 5 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
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 0 replies, has 1 voice.

Last updated by martijnH 5 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1342957

I have predefined a custom image size in my functions.php:
add_image_size( 'hero', 1900, 450, true );

In a view I use this format:
[types termmeta='bedrijfsthema-achtergrond' size='hero' url='true'][/types]

The view is used on:
hidden link

I expect to see the cropped version (I use https://wordpress.org/plugins/crop-thumbnails/ to adjust the crop region):
hidden link

Instead I see a file which seems to be generated by Toolset (notice the "wpcf_" in the filename):
hidden link

I would like to see my own cropped version of the file and not the "wpcf_" version.

Thanks!
Martijn

#1343059