Viewing 4 replies - 1 through 4 (of 4 total)
  • i resolved this issue by modifying plugin.
    on plugin installed location, edit file cf7-campaignmonitor.php

    on approx line 40 replace this
    add_action( ‘wpcf7_admin_before_subsubsub’, ‘add_cm_meta’ );

    with
    add_action( ‘wpcf7_add_meta_boxes’, ‘add_cm_meta’ );

    Hope this wil solve issue.

    Thread Starter jeeka

    (@jeeka)

    Genius, Thats done it.

    Thanks for your help, hopefully this will be resolved in the next release!

    Hey There,

    Thanks for this – for some reason I keep getting an error. Warning: Illegal string offset ‘active’ in… on line 66.

    I’m just cutting and pasting, so not sure what the problem. The box does show up, so I’m close…

    Thanks for any help/insight!

    thewickedgrape

    (@thewickedgrape)

    This worked for me! Thanks so much.

    @kipprsnak, check for a typo. A lot of times, it’s the format of the apostrophes (you need to make sure it’s a straight up and down apostrophe, not curvy)

    on the replacement code, can you see the difference in fmzac’s apostrophes before and after: add_cm_meta

    or just paste
    wpcf7_add_meta_boxes
    over
    wpcf7_admin_before_subsubsub

    so you don’t accidentally add any spaces or funky characters.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Campaign Monitor Addon – Not working’ is closed to new replies.