csmart
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Classic Paragraph block disapears with WP 7.1Update: the
git-svnclone of the fulltrunkhistory finally finished, so the fix branch now sits on top of a proper clone of currenttrunkinstead of a flat5.9.2snapshot (trunkonly differs from the5.9.2release 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
In reply to: [Advanced Editor Tools] Classic Paragraph block unusable in WP 7.1In 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/
Forum: Plugins
In reply to: [Advanced Editor Tools] Не работает в WP7.* Does not work in WP7.*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/
Forum: Plugins
In reply to: [Advanced Editor Tools] WordPress 7 breaks ‘Classic’ block. Fix please.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
Forum: Plugins
In reply to: [Advanced Editor Tools] Classic Paragraph block disapears with WP 7.1I use this plugin too and have a fix in my git repo 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 hitEdit– the same approach core’s Classic block uses. Existing content is untouched.The
gitrepo is created from subversion but only from5.9.2becausesvnis sooo slow.. I really wish there was an up-to-dategitmirror (I forked from the old mirror to at least keep a link somewhere). I may update the branch if I manage to mirror the fulltrunkhistory.Feel free to take the patch and apply it to your own version of the code,
svncheckout of5.9.2or 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
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:$ 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 \
HEADThen upload the zip file through
Plugins->Add Plugin->Upload Plugin->Choose file->Selectthe zip from file picker ->Install Now->Replace current with uploaded. If it worked, thePluginsscreen will show version5.9.3-wp71-test.