MB Settings Page/Mailpoet 2 Conflict

Support MB Settings Page MB Settings Page/Mailpoet 2 ConflictResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16383
    ChrisLowranceChrisLowrance
    Participant

    Hi,

    After installing the latest version of MB Settings Page, we've noticed it's no longer possible to edit text in Mail Poet 2, which uses tinyMCE. There's no javascript errors in the browser console, nor PHP errors.

    Any thoughts? Also, is there a way to download the prior version of MB Settings Page?

    #16393
    SIWSIW
    Participant

    I had the same problem and 'solved' it by not registering the setting page meta boxes when on a Mailpoet page:

    
    if ( defined( 'WYSIJA_ITF' ) && WYSIJA_ITF ) {
    return;
    }
    
    #16396
    ChrisLowranceChrisLowrance
    Participant

    Why didn't I think of that!? Thanks [email protected]!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.