Skip Navigation

[Gelöst] Custom size image is not uploaded to Amazon S3

This support ticket is created vor 3 Jahre, 6 Monate. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 5 Antworten, has 2 Stimmen.

Last updated by Minesh vor 3 Jahre, 6 Monate.

Assisted by: Minesh.

Author
Artikel
#1787387

Hello,

following this thread https://toolset.com/forums/topic/create-thumbnails-when-image-uploaded/ we cant upload our photos to Amazon S3

We use
<a href="[wpv-post-url]"> <img title="[wpv-post-title output='sanitize']" src="[wpv-post-featured-image size='custom' height='300' width='300' output='url']" alt="[wpv-post-title output='sanitize']"></a>

The custom image size creates the Thumbnail and they are not uploaded to the Amazon S3 Bucket

Thanks

#1788837

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I would like to have little more clarification here.

Do you want to display the image in defined height and width or you mean when you used the code you shared is just do not display the image? Can you please clarify this first.

In addition to that, Can you please share problem URL where you added the code you shared as well as access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1788985

Hello Minesh,

we want to use the famous "WP Offload Media Lite for Amazon S3" plugin in order to upload our images to Amazon S3. The plugin is working correctly and upload the images to S3 except for the thumbnails where created from the Toolset View and have the extension -"wpv_150x130.jpg and -wpv_300x200.jpg ". These images we suspect that are created from the code below

<a href="[wpv-post-url]"> <img title="[wpv-post-title output='sanitize']" src="[wpv-post-featured-image size='custom' height='300' width='300' output='url']" alt="[wpv-post-title output='sanitize']"></a>

When a user creates a new post with an image attached, the -wpv_300x200.jpg has not been created yet, but when a user goes to the list view where that above code exists then is created and is not uploaded to S3 folder.

Thank you

#1790061

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

I just wanted to double check with you as for one of the plugin we do have a internal ticket but still the real investigation is pending.

Can you please confirm that you are using the following plugin: hidden link

If not, Can you please share what plugin exactly you are using.

#1790141

Yes, this is the plugin we are using.

#1790259

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Custom sizes you use with the shortcode is not compatible with the plugin you are using/

If you want to use the Custom image size, you must register that image size first to your theme's functions.php file or you must only use registered sizes.

If you still find it doesn't work how they expect when using registered sizes then you may have to use the plugin option which keeps a copy of the images on the local server as well as offloading them, I'm not sure yet if that option available with lite version or that option only available with the Pro version of your plugin.

In addition to that disabling keeping a local copy may produce compatibility problems with other plugins.

Can you please check above steps and let me know how it goes, otherwise it will require further investigation.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.