Resize image

This topic contains 13 reply and 2 voices, and was last updated by Tareq Hasan 11 years ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
April 19, 2013 at 11:28 am 2543
Tareq Hasan Currently they are being upload ok  but displaying at the full size. How do I resize the display images uploaded? Need to show at default 600px width for all images uploaded.
April 19, 2013 at 11:48 am 2546
Tareq Hasan Tareq Hasan

Are you using the “Show custom fields on post content area” setting for displaying those images?

April 19, 2013 at 2:57 pm 2555
kiwi kiwi

No, we use another method to display the images in the post. The problem is displaying images correctly   when editing or creating a post.

April 19, 2013 at 9:46 pm 2572
Tareq Hasan Tareq Hasan

So you are using “Insert Photo” button?

April 20, 2013 at 1:10 am 2591
kiwi kiwi

No I’m using the upload photo button/option to attach images to the post.

April 20, 2013 at 1:30 am 2592
Tareq Hasan Tareq Hasan

I am confused how are you displaying the photo. If you are not using “Show custom fields on post content area” option from plugin settings, then it’s not inserting those images automatically to those posts, fine.

image insert
If you are not using this button to insert images too, then I am not sure whats your approach.

April 20, 2013 at 2:27 am 2595
kiwi kiwi

If you use the upload image ‘custom field’ option it attaches the images to the post. This is the option we use because we don’t use the images to display ‘in’ the post – it works fine.

However, when we upload images using the form the images uploaded are displayed at full sizes (on the form). We need to re-sizes these images so they fit into our website.

 

 

April 20, 2013 at 3:34 am 2597
Tareq Hasan Tareq Hasan

Can you share a screenshot of the full size images on the form?

April 20, 2013 at 4:20 am 2603
kiwi kiwi This reply has been marked as private.
April 20, 2013 at 4:51 am 2605
Tareq Hasan Tareq Hasan

a picture is worth a thousand words

Now it perfectly makes sense. Now, did you changed the thumbnail size media settings from here? http://kiwishows.com/kiwishows/wp-admin/options-media.php, I can’t see if you changed or not.

Anyway, the images can be shown small with some CSS tricks. Add the css in your theme.
[css]
ul.wpuf-form .image-wrap { max-width: 200px; }
ul.wpuf-form .image-wrap img { max-width: 100%; }
[/css]

April 20, 2013 at 5:38 am 2609
kiwi kiwi

Works great! Thank you very much.

Couple more questions re. this…

When we were using the old version we could upload multiple images at the same time. Using this version we have to upload one at a time. How can we set so when user clicks ‘Select Image’ button they can choose multiple images at the a same time? Makes a big difference when uploading 20-30 photos per post.

There used to be an option to add captions to images. How can we get this back?

April 20, 2013 at 5:47 am 2610
Tareq Hasan Tareq Hasan

The image uploader is the most sensitive part, for controlling the number of photos upload restriction, it had to be made this way. May be I’ll try to re-implement this. The captions aren’t coming back.

April 20, 2013 at 5:54 am 2611
kiwi kiwi

Ok thats fine – makes sense.

I’m trying to upload a video file – which is working fine ( custom field video upload). I need the video url link to appear in the custom field. At the moment only the name of the video file is appearing in the cf.

How can I achieve this?

April 20, 2013 at 8:26 am 2612
Tareq Hasan Tareq Hasan

Thats weird, the video url should be linked to the field name.

Viewing 13 Posts - 1 through 13 (of 13 total)