Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 26 total)
Author Posts
March 19, 2015 at 12:36 pm in reply to: Adding a placeholder 39466
Steve Kim Steve Kim

Hi. I have not heard from you guys.

Could you please respond?

Thank you

March 4, 2015 at 12:44 pm in reply to: Adding Image gallery from mobile 38161
Steve Kim Steve Kim

thank you for the reply.

I did some quick research, and it is a simple change in the plupload file.

I mean, it seems like it would only have been a simple internet search to provide a support.

I am not sure if I am completely satisfied with the support from the dev team these days.

Anyway, thanks for the reply.

Steve Kim Steve Kim

Well, I looked at the “product-edit.php” of dokan, and just changed the metakey in the dokan file.

It works now.

Thank you.

February 23, 2015 at 12:31 pm in reply to: Image upload not working on Safari 37397
Steve Kim Steve Kim

Thank you!

February 23, 2015 at 12:26 pm in reply to: Image upload not working on Safari 37394
Steve Kim Steve Kim

Actually, it works fine now on my phone lol.

Sorry for the trouble!

Thank you tho! =)

Steve Kim Steve Kim This reply has been marked as private.
February 23, 2015 at 12:11 pm in reply to: Image upload not working on Safari 37391
Steve Kim Steve Kim This reply has been marked as private.
February 23, 2015 at 11:56 am in reply to: Image upload not working on Safari 37386
Steve Kim Steve Kim This reply has been marked as private.
February 23, 2015 at 11:34 am in reply to: Image upload not working on Safari 37381
Steve Kim Steve Kim This reply has been marked as private.
February 23, 2015 at 11:06 am in reply to: Image upload not working on Safari 37374
Steve Kim Steve Kim

Hi.

Well, there is no error, in fact, nothing shows up.

So, for example, on the iPhone, when I use Chrome browser, when I click “Featured Image” button, then the “take image” or “Choose from gallery” options show up.
However, on the same phone, when I use Safari browser, simply nothing happens as if the button does not work.

February 18, 2015 at 3:03 pm in reply to: Image upload file size 36991
Steve Kim Steve Kim

Thank you but I got it working.

Thanks.

February 17, 2015 at 10:25 am in reply to: Image upload file size 36903
Steve Kim Steve Kim

Hi.

Thank you for the reply.

Well, I do use WPsmush.it but it resizes image after it is uploaded on the server side.

The tutorial that I found from Plupload is for “client side”, meaning it will resize the image even before image is uploaded :http://www.plupload.com/docs/Image-Resizing-on-Client-Side

What do you think that I need to do?

Really appreciate it! 😀

Thank you

February 16, 2015 at 5:16 pm in reply to: Image upload file size 36847
Steve Kim Steve Kim

So, little update:

looks like I need to pass “resize” option as following:

var uploader = new plupload.Uploader({
  browse_button: 'browse', // this can be an id of a DOM element or the DOM element itself
  url: 'upload.php',
  resize: {
    width: 350,
    height: 350
  }
});

Would you be able to tell me where and any modification to the code for the upload image size to be smaller?

Thank you very much

February 16, 2015 at 5:01 pm in reply to: Image upload file size 36844
Steve Kim Steve Kim

Hi.

So I found this article: http://www.plupload.com/docs/Image-Resizing-on-Client-Side

In the file, it shows some php code that will enable resizing the image.

Could you tell me how to do it (or change the code) so that the image size width and height is just 350px long.

Any help will be super appreciated!

Thank you!

February 16, 2015 at 3:27 pm in reply to: Image upload file size 36835
Steve Kim Steve Kim

Thank you for the reply.

Could you give me a guidance to where to even start while I wait for the update?

I know you guys are busy and maybe I can figure it out how to do it if you give me a guidance.

Thank you so much!

Steve

Viewing 15 Topics - 1 through 15 (of 26 total)