Title: csmart's Replies | WordPress.org

---

# csmart

  [  ](https://wordpress.org/support/users/csmart/)

 *   [Profile](https://wordpress.org/support/users/csmart/)
 *   [Topics Started](https://wordpress.org/support/users/csmart/topics/)
 *   [Replies Created](https://wordpress.org/support/users/csmart/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/csmart/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/csmart/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/csmart/engagements/)
 *   [Favorites](https://wordpress.org/support/users/csmart/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] Classic Paragraph block disapears with WP 7.1](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/)
 *  [csmart](https://wordpress.org/support/users/csmart/)
 * (@csmart)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/#post-19000864)
 * Update: the `git-svn` clone of the full `trunk` history finally finished, so 
   the fix branch now sits on top of a proper clone of current `trunk` instead of
   a flat `5.9.2` snapshot (`trunk` only differs from the `5.9.2` release by readme“
   tested up to” updates and a typo fix, so it’s the same plugin code). Same branch
   and instructions as above, but it was a force-push, so if you already cloned,
   do a fresh clone rather than a pull (or fetch and reset).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] Classic Paragraph block unusable in WP 7.1](https://wordpress.org/support/topic/classic-paragraph-block-unusable-in-wp-7-1/)
 *  [csmart](https://wordpress.org/support/users/csmart/)
 * (@csmart)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/classic-paragraph-block-unusable-in-wp-7-1/#post-19000532)
 * In case it’s helpful, I posted about a fix that works for me here in another 
   thread:
 * [https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] Не работает в WP7.* Does not work in WP7.*](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d0%b2-wp7-does-not-work-in-wp7-2/)
 *  [csmart](https://wordpress.org/support/users/csmart/)
 * (@csmart)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d0%b2-wp7-does-not-work-in-wp7-2/#post-19000531)
 * In case it’s helpful, I posted about a fix that works for me here in another 
   thread:
 * [https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] WordPress 7 breaks ‘Classic’ block. Fix please.](https://wordpress.org/support/topic/wordpress-7-breaks-classic-block-fix-please/)
 *  [csmart](https://wordpress.org/support/users/csmart/)
 * (@csmart)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/wordpress-7-breaks-classic-block-fix-please/#post-19000530)
 * In case it’s helpful, I posted about a fix that works for me here in another 
   thread:
 * [https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/#post-19000528](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/#post-19000528)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] Classic Paragraph block disapears with WP 7.1](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/)
 *  [csmart](https://wordpress.org/support/users/csmart/)
 * (@csmart)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/classic-paragraph-block-disapears-whit-wp-7-1/#post-19000528)
 * I use this plugin too and have a [fix in my git repo](https://github.com/csmart/tinymce-advanced/tree/fix/classic-paragraph-iframed-editor)
   that seems to get it going again, if anyone is interested – it works for me, 
   at least (and also should on older WP 5.9+). Hopefully an official fix will be
   out soon!
 * Quick note on what it does: WordPress 7.1 always puts the editor canvas in an`
   iframe`, which the Classic Paragraph block’s TinyMCE can’t attach to – that’s
   why the blocks look empty. With the fix, the block shows its content as a preview
   in the canvas and opens TinyMCE in a modal when you hit `Edit` – the same approach
   core’s Classic block uses. Existing content is untouched.
 * The `git` repo is created from subversion but only from `5.9.2` because `svn`
   is sooo slow.. I really wish there was an up-to-date `git` mirror (I forked [from the old mirror](https://github.com/wp-plugins/tinymce-advanced)
   to at least keep a link somewhere). I may update the branch if I manage to mirror
   the full `trunk` history.
 * Feel free to take the patch and apply it to your own version of the code, `svn`
   checkout of `5.9.2` or whatever you want to do. It’s GPLv2.
 * Here is the fork and branch:
 * [https://github.com/csmart/tinymce-advanced/tree/fix/classic-paragraph-iframed-editor](https://github.com/csmart/tinymce-advanced/tree/fix/classic-paragraph-iframed-editor)
 * If you want to use my branch directly from `git`, then something like this should
   work – clone the branch, create a zip and then upload it, replacing the installed
   version:
 *     ```wp-block-code
       $ git clone \  -b fix/classic-paragraph-iframed-editor \  https://github.com/csmart/tinymce-advanced.git$ cd tinymce-advanced$ git archive \  --format=zip \  --prefix=tinymce-advanced/ \  -o ~/tinymce-advanced-wp71-test.zip \  HEAD
       ```
   
 * Then upload the zip file through `Plugins` -> `Add Plugin` -> `Upload Plugin`-
   > `Choose file` -> `Select` the zip from file picker -> `Install Now` -> `Replace
   current with uploaded`. If it worked, the `Plugins` screen will show version `
   5.9.3-wp71-test`.

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