Forum Replies Created

Viewing 1 post (of 1 total)
  • in reply to: acf conflicts with spb #63206
    unikmedia
    Member
    Post count: 5

    8 months and still no fix ?

    My temporary solution on the neighborhodd theme 1.68 (same solution for all themes imo):

    
    ===================================================================
    --- page-builder.js
    +++ page-builder.js
    @@ -232,7 +232,7 @@
                 if ( isTinyMceActive() != true ) {
                     $('#content').val(shortcodes);
                 } else {
    -                tinyMCE.activeEditor.setContent(shortcodes, {format : 'html'});
    +                tinyMCE.get('content').setContent(shortcodes, {format : 'html'});
                 }
             }
         }
    
    
Viewing 1 post (of 1 total)