Forum Replies Created

Viewing 14 Topics - 1 through 14 (of 14 total)
Author Posts
July 9, 2013 at 4:20 am in reply to: Max image file size 5719
RMAndres RMAndres

I’m not using any mobile browser, actually I’m testing in every major one (Chrome, Safari, Opera, Firefox and Internet Explorer), I fixed it myself.

in frontend-form.js where there is:
imageUploader.bind('Error', function(up, err) {
it must be
imageUploader.bind('Error', function(up, error) {
and it’s missing this line to remove the progress bar
$('#' + container).find('#' + error.file.id).remove();

With this everything works as it should, I’ll make more modifications to implement jquery alert boxes instead of the javascript default ones, so any future update will be fully checked for compatibility with my ‘version’.

Thanks for all the help.

July 8, 2013 at 11:54 pm in reply to: Max image file size 5702
RMAndres RMAndres

I found what was preventing the alert from showing (2 missing letters), but the percent bar stills stays in place empty, I don’t like having to change core files that may break in an update so please address this issues if you can.

Thanks anyway for the help.

July 3, 2013 at 11:25 pm in reply to: Max image file size 5566
RMAndres RMAndres

It doesn’t work with default jQuery too, can you send me a print of what is supposed to happen?

July 3, 2013 at 7:20 pm in reply to: Max image file size 5562
RMAndres RMAndres

Unfortunately I can’t since I’m developing locally, can you test it with the most recent version of jQuery?

I suspect that is the problem.

I’m grateful for the help.

July 3, 2013 at 5:37 pm in reply to: Max image file size 5555
RMAndres RMAndres

Reverted to original file and the problem remains.

July 3, 2013 at 4:17 pm in reply to: Max image file size 5549
RMAndres RMAndres

Okay, now I noticed another problem, I changed the max image file size, following your instructions here, but the image stills tries to upload and nothing happens afterward, the progress bar just stays there empty without any result, message or error.

Thanks in advance.

July 3, 2013 at 3:56 pm in reply to: Max image file size 5546
RMAndres RMAndres

Yes, I’m aware of that but I’m specifically talking of the image upload directly to the post content.

Any way to check if the post content has a number of images uploaded to it and if it does give a warning to the user?

Thanks in advance.

July 3, 2013 at 3:01 pm in reply to: Max image file size 5541
RMAndres RMAndres

Is there any way of limiting the number of images uploaded to content?

Thanks in advance.

June 6, 2013 at 7:25 pm in reply to: Feature request – Original post status after edit 4626
RMAndres RMAndres

You don’t seem to have understood my words, sorry but english is not my main language.

What I did was:

Author writes post – defaults to post status ‘pending’;
Author edits post – post status stays as ‘pending’;
Editor sees post and publishes it – post status changes to ‘publish’;
Author edits post – post status stays as ‘publish’;

June 6, 2013 at 10:33 am in reply to: Feature request – Original post status after edit 4610
RMAndres RMAndres

I made it by creating an hidden input in the form with the name of ‘wp_post_status’ and the value is a variable that gets the current post status, I then just have to equal the $postarr[‘post_status’] to the $_POST [‘wpuf_post_status’], rendering, with this personal fix, the form edit setting option for post status obsolete.

A more open solution would be making another form setting option that would always get the current post status, maybe in a similar way as I did, but unfortunately I don’t have the time for that now.

best regards.

June 3, 2013 at 7:09 pm in reply to: Youtube URL 4500
RMAndres RMAndres

Automatically Embedding Video Using Only the URL With the Help of oEmbed

Would it be possible to integrate the class directly in the plugin?

June 3, 2013 at 6:09 pm in reply to: Feature Request Sub Forum and Field Maxlength 4488
RMAndres RMAndres

No worries, I created the limit with a conditional directly in the input form, hopefully it’ll just be a temporary fix.

June 3, 2013 at 6:06 pm in reply to: Youtube URL 4487
RMAndres RMAndres

I have the exact same question, is there any solution?

May 29, 2013 at 6:39 pm in reply to: Feature Request Sub Forum and Field Maxlength 4314
RMAndres RMAndres

Any developments regarding number 2?

Viewing 14 Topics - 1 through 14 (of 14 total)