Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 73 total)
Author Posts
August 2, 2014 at 10:48 am in reply to: Youtube URL 24400
ggsalas ggsalas

Hi Tareq, any solution to Oembed on rich text area? The post have 1 year ago.

Thanks and best regards

July 27, 2014 at 5:51 am in reply to: Draft and Preview Post 24150
ggsalas ggsalas

Hi,

In /js/frontend-form.js line 88 I can add a link after the post is saved:
self.after('<span class="wpuf-draft-saved">&nbsp; Post Saved </span> <a href="http://ggsalas.staging.wpengine.com/?p=1024&preview=true">Preview</a> ');

My problem is change the “1024” number for a $post_id number of the recent saved post.

Any ideas on how to do it?

Best regards

April 16, 2014 at 3:14 am in reply to: Draft and Preview Post 18833
ggsalas ggsalas

Hi,

Is there a way to do it? Any help with this?

I think is a very important feature too.

Best regards.

April 14, 2014 at 5:53 pm in reply to: Error in publish date on "Save as draft" 18751
ggsalas ggsalas

Hi @Tareq,

The date is fixed on “save post”, it’s not update on “publish”. I think that is not intuitive, and must be solved in the future.

I hope is not too complex do it.

Best regards.

ggsalas ggsalas

Hi @Tareq,

I have modified the line 45 of the file /class/upload.php

from thhis:$response['html'] = wp_get_attachment_link( $attach['attach_id'], $image_size );

to this: $response['html'] = wp_get_attachment_link( $attach['attach_id'], $image_size, true );

And all is OK 😀

I think that would be good have an option for that in a future relase, for example: In “General Options” have one more item in the select:
1. Image only
2. Image with link
3. Image with attachment link.

Thanks for your help, ans I hope you consider good this improve.

Best regards

ggsalas ggsalas

Ok. I understand. Thank you for your explanation.

ggsalas ggsalas

Hi @Tareq,
Can you see if I make an error? I really think I’m inserting the right code but doesn’t work.

Best regards

ggsalas ggsalas

Hi @Tareq,

You have noted this bug to a future solution?

I add that this bug also occurs with special characters like “¿”

Thanks and best regards

ggsalas ggsalas

Yes, the image shows good. The problem is that not work your last feature “associate uploaded images to post area”. In this screenshot you can see only one image attached.

ggsalas ggsalas

Hi @Tareq,
No, I see the message, but the link not work. I send you a capture of the config: http://imageshack.us/photo/my-images/822/78ww.png/ and the code I use:

add_filter( 'wpuf_add_post_redirect', 'wpufe_response_text', 10, 2 );
add_filter( 'wpuf_edit_post_redirect', 'wpufe_response_text', 10, 2 );
function wpufe_response_text( $response, $post_id ) {
    $response['message'] = str_replace( '%PERMALINK%', get_permalink( $post_id ), $response['message'] );
    return $response;
}

Best regards

November 23, 2013 at 2:07 am in reply to: Upload images and files not work in IE8 12699
ggsalas ggsalas

Hi @Tareq,

I have modified the file/js/frontend-form.js on:
– line 331 to: runtimes: 'flash,html5,html4',
– line 344 to: flash_swf_url: '/wp-includes/js/plupload/plupload.flash.swf',

I have tested and continue with the same problem, in this case not open the window to select the files.

Also is strange that in the “image upload in post area” the progress bar work fine, but in the buttons to upload images and files not work.

Maybe a good solution is set an alert to use Internet Explorer 11 or another updated browser 🙂

November 22, 2013 at 7:39 pm in reply to: Upload images and files not work in IE8 12678
ggsalas ggsalas

I have test (on http://www.browserstack.com/) that the “image upload in post area” only work on Internet Explorer if you use the version 11.

November 22, 2013 at 6:54 pm in reply to: Upload images and files not work in IE8 12673
ggsalas ggsalas

Hi @Tareq,

I have created a screencast for you can see the error that have the “image upload in post area” when it uses Internet explorer 8 on the test site of wedevs.com: http://screencast-o-matic.com/watch/cIX3lEVRXX

Also, I have tested a better way to do the solution I found (is putting flash in second order):

1. Open /js/upload.js
2. On line 24 change the runtimes order to html5,flash,html4
3. On line 37 change flash_swf_url to ‘/wp-includes/js/plupload/plupload.flash.swf’

Best regards

November 22, 2013 at 5:37 pm in reply to: Upload images not work with .tif files? 12672
ggsalas ggsalas

Thanks @Tareq, best regards

ggsalas ggsalas

Hi @Tareq,

I have added this line of code to use the %PERMALINK% url on the post update message, but not do anything, the %PERMALINK% text are not replaced: add_filter( 'wpuf_edit_post_redirect', 'wpufe_response_text', 10, 2 );

Best regards

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