karpediem
Forum Replies Created
-
Hi,
PLease could you give me more information about how to do these modifications.
Have a look from what I tried :
1 – I replaced lines 199 & 200 with `if ( $_POST['contact-form-id'] == $contact_form_last_id) contact_form_validate_field( $field );
2 – I added on line 291
if ($_POST['contact-form-id'] != $contact_form_last_id ) return $r;
just after
if ( is_wp_error($contact_form_errors) ) return $r;
Do you think is it correct because the result is wrong : when I submit my form with errors on the page, I have the same error message in the form on the widget.
Thank you for your help
Forum: Plugins
In reply to: [Sociable] shortcode [sociable/] not working[sociable/] doesn’t work with WP 5.3.1 ;-((
Forum: Plugins
In reply to: [Download Shortcode] Could you please help me…No, I made nothing of other one, just to declare in functions.php the already specified code
function change_download_files_directory() { return 'uploads/download'; } add_filter( 'fds_download_files_directory', 'change_download_files_directory' );
Forum: Plugins
In reply to: [Contact Form 7] on_sent_ok don't work…Sorry, I hadn’t seen “additional settings” field in the bottom of page :-((.
Now I put it in “additional settings” field and it’s works correctly. I have nevertheless problem that I can’t make hooks work ;-(
Thank you !Forum: Plugins
In reply to: [Contact Form 7] Why Redirecting to Another URL After SubmissionsFor me it works now. In fact, I wrote the
on_sent_ok: “location.replace(‘here_comes_your_url_to_redirect_to’);” in
in the bad field => “additional header”, I hadn’t seen “additional settings” field :-((.
Now I put it in “additional settings” field and it’s works correctly. I have nevertheless problem that I can’t make hooks work…Forum: Plugins
In reply to: [Contact Form 7] Why Redirecting to Another URL After SubmissionsIt doesn’t work for me with WP 3.5.1 and Contact Form 7 version 3.3.3 ;-(
What are your version of WP and Contact Form 7 ? Thank youI use WP 3.5.1
If I put justadd_action("wpcf7_mail_sent", "wpcf7_do_insert_post"); function wpcf7_do_insert_post($wpcf7) { return ($wpcf7); }
it’s ok but if I add something else (echo ‘toto’;) I have the problem
Thank you for all this information.
I am going to study all this links and I shall return if I make something interesting.Forum: Plugins
In reply to: [Download Shortcode] Could you please help me…Hi,
The shortcode :[download label="logo (.ai)"]https://rainbowflash.org/wp-content/uploads/download/rbw_logo.ai[/download]
display
<a href="https://rainbowflash.org/download/rbw_logo.ai" >logo (.ai)</a>
In Settings > Permalinks, I have :
Post name : https://rainbowflash.org/blog/sample-post/
I save (is it an other way to flush my rewrite rules ?).
It’s the same issue…Now, if I put directly this link in my post :
<a href="https://rainbowflash.org/wp-content/force-download.php?file=uploads/download/rbw_logo.ai">Download : logo Rainbowflash (.ai)</a>
The file is right download…
An other idea please ?
Forum: Plugins
In reply to: [Download Shortcode] Could you please help me…Hi and thank you for having answered very fast !
I made the modifications which you indicated me :
– functions.php => return ‘uploads/download’;
– /wp-content/force-download.php/ => add case “ai”: $ctype=”application/illustrator”; break;
– shortcode => [download label=”logo (.ai)”]https://rainbowflash.org/uploads/download/rbw_logo.ai[/download]Unfortunately it does not work. It display :
<a href="https://rainbowflash.org/download/https://rainbowflash.org/uploads/download/rbw_logo.ai" class="" rel="none">logo (.ai)</a>
I do something wrong ?
Thank you
I have the same problem when I ad this in functions.php
add_action("wpcf7_mail_sent", "wpcf7_do_insert_post"); function wpcf7_do_insert_post($wpcf7) { var_dump($wpcf7); die(); }
@shashank Shekhar => Did you find a solution to make what you wished ? it is exactly for what I try to make…
Sorry for my bad english.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't make hooks workI have the same problem with tis code
add_action("wpcf7_mail_sent", "wpcf7_do_insert_post"); function wpcf7_do_insert_post($wpcf7) { var_dump($wpcf7); die(); }
I have tried with this
add_action("wpcf7_before_send_mail", "wpcf7_do_insert_post");
But it is same issue : I receive email but no confirmation messages after submission, the little spinning circle stays and no var_dump.Sorry, my English is not very good…
Forum: Plugins
In reply to: [Sociable] Customize share buttons containers settings ?Hi,
Is it possible to change the text, text input and the thumbails when we select facebook share and how ca I do it ?
Thank you very much for your helpForum: Plugins
In reply to: [Flamingo] [Plugin: Flamingo] Downloading ContactsI have the same problem : there is no Export button ??
WP : 3.5.1 and Flamingo 1.0.3
Thank you