Viewing 15 replies - 1 through 15 (of 26 total)
  • I confirm this as well. This is what I came to report
    I’m running:
    WP v3.8
    CF7 v3.6
    CF7 DTE v1.0.4.2

    Added screenshot of issue (imgur)

    Edit: For clarity CF7 is still working. Email is getting sent. I’m don’t think (haven’t confirmed yet) that CF7 DTE is obfuscating.

    @unick69 do your log files or debug mode give you any further info ?

    CF7 v3.6, the LOG

    Text domain has been changed from “wpcf7″ to “contact-form-7″ according with the standard of www.remarpro.com language packs.

    In CF7 DTE folder, wpcf7_dynamic_text.php uses wpcf7

    Could be this one?

    @okusato Nice sleuthing. ??
    BTW, what does ‘Text domain’ mean in this context?
    When I have time later, I will dig and see if I can understand how to make the change to test this out.

    I solved it by editing settings.php

    This:
    add_action( ‘plugins_loaded’, ‘wpcf7’);

    Into this:
    add_action( ‘plugins_loaded’, ‘wpcf7’ ,1);

    Greetings

    It works!

    Hi guys…
    I had the same issue.
    Followed the above…Now works like a charm.

    Thank u

    I had the same problem and made the same change as fijnmedia suggested and it fixed it!

    I don’t know why it’s fixed but it works! ??

    Thanks

    +1 it works with fijnmedias fix.
    Many Thanks!

    fixed mine too! I’ll support fijnmedia request to incorporate this in the next Contactform 7 version…

    +1 @fijnmedia
    why does this fix work ?

    I didn’t dig that deep in the code. I just compared some code from the previous version. I’m glad it worked for you guys!!

    Greetings!

    I didn’t dig that deep in the code. I just compared some code from the previous version. I’m glad it worked for you guys!!

    Greetings!

    @unick69 mark this resolved <wink>

    Plugin Author sevenspark

    (@sevenspark)

    Hey guys,

    Just a hook sequencing issue with the latest version of CF7 – basically with the latest update, CF7 ran AFTER CF7 DTX, which meant CF7 wasn’t present when DTX registered its tags.

    Anyway, just released v1.1 which will now work with CF7 v3.6

    Have a great holiday, everyone! ??

    Chris

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Update to CF7 3.6 seems to have broken the dynamic text extension’ is closed to new replies.