• Resolved o.rey

    (@orey)


    Hi Gabriel,

    I´m new with your plugin, it´s amazing!.

    My problem is when I enable the contact form 7 hook, it says “no forms found” and I have 3 different forms created. I updated contact form 7 to 3.4.2, could be incompatible?

    Thanks for your help.

    regards.

    http://ww.wp.xz.cn/extend/plugins/mycred/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hi o.rey

    Thank you for bringing this to my attention. Did it work before you updated? What verison of myCRED are you using?

    Plugin Author myCred

    (@designbymerovingi)

    Found the issue!
    It seems while I cleaned up the code for 1.1.2 I accidently removed a quite important line which is causing this issue. I have updated the 1.1.2 release.

    You can fix this by editing the mycred-module-plugins.php file located in mycred/modules/ folder. On line 529 you will find:

    wp_reset_postdata();

    change this to:

    wp_reset_postdata();
    return $result;

    and it will work.
    Sorry about this.

    Thread Starter o.rey

    (@orey)

    Thanks Gabriel I´m going to test it!

    Thread Starter o.rey

    (@orey)

    Perfect! It works.

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Contact form 7 addon’ is closed to new replies.