ppolitop
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hello,
I have exactly the same issue with Greek characters. Is there anything I can do to help you with resolving the issue? Creating entries first with latin chars and then editing them again is really inconvenient 🙂
Thank you,
PeterForum: Plugins
In reply to: [Contact Form 7] Acceptance function not working anymoreGood news everyone!
The author responded in this post that he is aware of the issue and will fix it soon.
Yours sincerely,
PeterForum: Plugins
In reply to: [Contact Form 7] Acceptance function not working anymoreGreetings,
I am having the exact same issue as Sinklar. The problem appears only with contact form 3.9. I am also loading the scripts and styles only on specific pages:
function mycustom_enqueue_scripts() { /* ... Various irrelevant stuff removed ... */ /* Contact Form 7 Loading */ if (function_exists('wpcf7_enqueue_scripts') and is_page()){ if($SOME_CUSTOM_CHECK == 'True'){ wpcf7_enqueue_scripts(); wpcf7_enqueue_styles(); } } } add_action("wp_enqueue_scripts", "mycustom_enqueue_scripts");Are you aware of any changes that could break the above code? For the time being we are holding back on the upgrade.
Thank you,
Peter
Viewing 3 replies - 1 through 3 (of 3 total)