Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    There’s been some discussion about this, but it hasn’t been implemented yet: https://github.com/wp-shortcake/shortcake/issues/236

    Thread Starter TheMadcore

    (@themadcore)

    I’ve tried something like calling the script on the inner content text area ID via enqueue. Like this:

    tinymce.init({selector:'#inner-content'});

    But can’t make it work.

    I′ve read the comments in the github thread about this, and saw some interesting approachs. Hope can see this implemented in the next updates.

    Adding my thumbs up to this feature request. This is would be awesome.

    I need this one too. Just now for Article text blocks with different background colors.

    At least some basic things, bold, italic, paragraph, break.

    Ah, OK. For now I am good with this:

    <?php echo wpautop( $attr['block_text'] ); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add TinyMCE to inner-content textarea’ is closed to new replies.