Andrew Ozz
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Table options, DFW-ButtonHi @synormedia, good job making a WP plugin!
would it be possible to check this and build such a function directly into โAdvanced Editor Toolsโ
Frankly I think it would be better as it is now: a separate WP plugin. You can add it to the WordPress.org plugin repository.
what you think about the first script for tables. I canโt judge how good the quality of the PHP code is
TinyMCE (the old version that’s in WP) has a way to load its own plugins. Unfortunately the documentation for TinyMCE 4.x is not on a website any more, only the code is on Github. It will be harder to make the JS into a proper TinyMCE plugin. But if the plugin works satisfactory as it is at the moment, perhaps it would be good to release it so others can use it too ๐
Forum: Plugins
In reply to: [Classic Editor] broken in 6.9probably a WordPress bug
Right, WP 6.9 introduced a CSS bug for old browsers. Imho better to update your browser, but in any case it will be fixed in 6.9.1.
- This reply was modified 4 months, 1 week ago by Andrew Ozz.
Forum: Plugins
In reply to: [Test jQuery Updates] Does not work on wp 6.9 or aboveYes, this is exactly the purpose of this plugin. Thanks for the trac ticket.
Seems these warnings have to be fixed in WP, but some may need to be fixed upstream too. Thanks for testing!
Forum: Plugins
In reply to: [Test jQuery Updates] Does not work on wp 6.9 or aboveYep, this is intentional. The new version 3.0.3 works with WP 6.9 and 7.0.
Forum: Plugins
In reply to: [Classic Editor] broken in 6.9only happens in Firefox 115.31.0esr
In this case it was probably broken there? Works fine in the latest release of Firefox and all other popular browsers.
These icons come from a custom font. Maybe have a look in the browser tools – network to see if custom fonts are being loaded, and if not perhaps open an issue for it.Forum: Plugins
In reply to: [Classic Editor] critical error when i make change on big pafeThis sounds like a timeout problem when submitting the form, or perhaps too much data being submitted to the server. Unfortunately it would need more info in order to discover what the exact problem is, and how to solve it.
A good first step would be to contact your host and ask them to check the site’s error logs (if possible) to see what exactly happens. Can also try to copy the whole post content from the “Text” tab, then start a new post and paste it (in the Text tab). Then save as draft and see if the same error happens. Then perhaps try converting that testing post to the block editor and save it from there, see if it triggers an error, etc.
Forum: Plugins
In reply to: [Classic Editor] Edit/view source code option missing?I’m probably missing something but not sure where these three dots are ๐

Generally you can always access the HTML from the Text tab, and HTML code can be pasted there.
Forum: Plugins
In reply to: [Classic Editor] broken in 6.9Seems all is working properly here. Can you try clearing the browser cache and then reloading couple of times while holding down shift. That’s the “magic” fix in many of the cases ๐
Forum: Plugins
In reply to: [Advanced Editor Tools] Out-of-date Version (TinyMCE)Hi @prachi2patel, thanks for reporting this. I wasn’t able to find any details about this vulnerability. Also note that most of the more recent TinyMCE vulnerabilities are only for recent versions. They typically don’t exist in older versions, and the older versions like the one in WordPress are not even tested for them.
Couple of things:
- TinyMCE is part of WordPress core, not of this plugin.
- As far as I’m aware there are no plans to update it in core as that will most likely break most sites that use it (TinyMCE major versions are not backwards compatible).
In these terms it would be great if you could send more information about this vulnerability to the WordPress security team.
Forum: Plugins
In reply to: [Classic Widgets] updates?the compatibility flag on the plugin will also be raised again
Right, thanks for replaying here!
Just bumped the “Tested up to” setting for WordPress 6.9. The plugin seems to be working as expected.
Forum: Plugins
In reply to: [Classic Editor] Editor Cancelled?The compatibility message appears because this information has not been updated for 11 months.
Right. Sorry about that, was away for quite some time. Just updated the “Tested up to” setting for WordPress 6.9 so the message will disappear.
Forum: Plugins
In reply to: [Advanced Editor Tools] Tiny MCE Vulnerablity@praveenelevon I understand your concern. However it seems the vulnerabilities being reported may not affect old versions of TinyMCE like version 4.9.11 that is currently used in WordPress. Please see https://core.trac.wordpress.org/ticket/47218#comment:34.
Would it be possible to confirm the vulnerability scan result? For example a CVE number like in the above linked comment would be nice.
Forum: Plugins
In reply to: [Advanced Editor Tools] Tiny MCE VulnerablityHi @praveenelevon, @peopleinside were you able to reproduce this vulnerability?
the file mentioned is present also if you unistall the plugin
Right, TinyMCE is part of WordPress, not this plugin.
You may find interesting reading this topic
Yea, seems this has been reported and discussed on Trac.
Forum: Plugins
In reply to: [Classic Editor] Server malwareYea, @neotrope is right. This seems to be about the Cyr to Lat Reloaded plugin, or rather about an exploit that was hidden in that plugin’s directory.
Forum: Plugins
In reply to: [Classic Editor] Most Used Post Categories not saving@ganzmavag Right, thanks for posting the link.
This should be fixed now in the latest version of Classic Editor, 1.6.6. It contains the same hotfix.