Andrew Ozz
@azaozz on WordPress.org and Slack
- Member Since: March 4th, 2007
- Location: Vancouver, BC
- Website: laptoptips.ca
- GitHub: azaozz
- Employer: Automattic
Bio
Contributions Sponsored
Contribution History
Andrew Ozz’s badges:- Core Contributor Core Contributor
- Core Team Core Team
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
- WordCamp Speaker WordCamp Speaker
-
Posted a reply to Question, on the site WordPress.org Forums:
Ah, sorry, for some reason thought the question is about the shortcode :) Yes, it…1 week ago
-
Posted a reply to Rename Formats select, on the site WordPress.org Forums:
Hmmm, it may be possible to use the wp_mce_translation filter: https://developer.wordpress.org/reference/hooks/wp_mce_translation/.1 week ago
-
Posted a reply to Remove “Add Image” button, on the site WordPress.org Forums:
Do you mean the "Add Media" button above the toolbar? If yes, it is not…1 week ago
-
Posted a reply to Question, on the site WordPress.org Forums:
The [video src="http://www.alankabout.com/Capture.mp4" /] looks like a standard WP video shortcode, should work properly with…1 week ago
-
Posted a reply to “Code” Formatting Not Working, on the site WordPress.org Forums:
Sounds like there is some CSS in your theme that is overriding the formatting. Perhaps…1 week ago
-
Posted a reply to The default font is Georgia, on the site WordPress.org Forums:
Assuming this is for the classic editor. The default font is controlled by editor-style.css in…1 week ago
-
Posted a reply to Classic Paragraph jumps to top on focus, on the site WordPress.org Forums:
Yeah, I've noticed that too. Seems to happen more often when some themes are used,…1 week ago
-
Posted a reply to Translation, on the site WordPress.org Forums:
Thanks for asking. There is already a German translation, see https://translate.wordpress.org/projects/wp-plugins/tinymce-advanced/.1 week ago
-
Posted a reply to NOT working, on the site WordPress.org Forums:
Perhaps try these fixes first: https://wordpress.org/support/topic/common-tinymce-advanced-errors-and-how-to-fix-them/. If the TinyMCE editor is not loading (no toolbars),…1 week ago
-
Posted a reply to no “flyover” toolbar on tables, tab key doesn’t select text, on the site WordPress.org Forums:
Right, this is a functionality in TinyMCE however it is disabled in TinyMCE Advanced as…1 week ago
-
Posted a reply to Two separate fullscreen options…?!, on the site WordPress.org Forums:
This is functionality built-in WordPress, on the old Edit Post screen. Can be disabled from…1 week ago
-
Posted a reply to TinyMCE Advanced Edit Post Error, on the site WordPress.org Forums:
Yeah, looked there couple of times but unfortunately cannot determine where the error is coming…1 week ago
-
Posted a reply to Add Spoiler?, on the site WordPress.org Forums:
The above link is to a third-party TinyMCE plugin. If you want to use it,…1 week ago
-
Posted a reply to No tadv/classic-paragraph block, on the site WordPress.org Forums:
Uh, sorry to hear that. If you suspect that some "old" PHP code is not…1 week ago
-
Wrote a comment on the post Proposal: Core Team Rep Elections, on the site Make WordPress Core:
Are nominations OK here? If yes, I'd like to nominate @francina.2 weeks ago
-
Posted a reply to “Failed to load plugin …”, on the site WordPress.org Forums:
Assuming this was resolved long ago.4 weeks ago
-
Posted a reply to Fallos después de actualización, on the site WordPress.org Forums:
Assuming this was resolved long ago.4 weeks ago
-
Posted a reply to Centering Tables, on the site WordPress.org Forums:
Assuming this was resolved long ago.4 weeks ago
-
Posted a reply to How to set default Font and colors?, on the site WordPress.org Forums:
Assuming this was resolved long ago.4 weeks ago
-
Posted a reply to TinyMCE toolbar not showing, on the site WordPress.org Forums:
Assuming this was resolved long ago.4 weeks ago
-
Posted a reply to Changes in Settings are NOT taking place w/ editor on Posts & Pages, on the site WordPress.org Forums:
Assuming this was a caching issue that was resolved.4 weeks ago
-
Posted a reply to How to add custom styles to the editor, on the site WordPress.org Forums:
Hmm, this seems to work properly here. May be some other plugin affects the editor-style…4 weeks ago
-
Posted a reply to can not find read more Line icon, on the site WordPress.org Forums:
Hmm, I can see the icon here on both the settings page and in the…4 weeks ago
-
Posted a reply to HTML block in the Classic editor, on the site WordPress.org Forums:
What kind of HTML do you need to enter there? The Text tab is a…4 weeks ago
-
Posted a reply to Plug periodically slows down, on the site WordPress.org Forums:
Sounds like some js function somewhere is going through the whole post content and is…4 weeks ago
-
Posted a reply to Superscript not working, on the site WordPress.org Forums:
Right, glad you figured it out :) The <sup> tag can be styled from CSS…4 weeks ago
-
Posted a reply to No tadv/classic-paragraph block, on the site WordPress.org Forums:
Sounds like something is not loaded correctly. Do you see any missing files (404s) in…4 weeks ago
-
Posted a reply to Add Spoiler?, on the site WordPress.org Forums:
Not sure which plugin is that. Is it a WP plugin? WP has a built-in…4 weeks ago
-
Posted a reply to TinyMCE Advanced Edit Post Error, on the site WordPress.org Forums:
Looks like a CSS bug/incompatibility. Usually these are not related to TinyMCE Advanced (this plugin),…4 weeks ago
-
Wrote a comment on the post Lazy-loading of images is in core, on the site Make WordPress Core:
This in not related to the above, the core patch only adds the `loading` attribute…4 weeks ago
-
Wrote a new post, Lazy-loading of images is in core, on the site Make WordPress Core:
As planned, the patch for adding loading attribute to img tags is now committed to…1 month ago
-
Closed ticket #44427, in Core Trac:
Introduce lazy-loading API for media and other elements1 month ago
-
Committed [47554] to Core Trac:
Media: Enable lazy-loading of images by automatically adding the new ...1 month ago
-
Committed [2277598] to Plugins Trac:
Classic Editor: fix "Tested up to" for WP 5.4.1 month ago
-
Reopened ticket #49753, in Core Trac:
WordPress 5.4 media upload broken when using "Select Files" on some ...1 month ago
-
Closed ticket #49753, in Core Trac:
WordPress 5.4 media upload broken when using "Select Files" on some ...1 month ago
-
Committed [47549] to Core Trac:
Media: Remove `display: none;` from the (visually hidden) `<input ...1 month ago
-
Closed ticket #49737, in Core Trac:
tinymce 4.7.11, 4.7.12 is affected by: CWE-79: Improper Neutralization ...1 month ago
-
Closed ticket #49736, in Core Trac:
The tinymce package is vulnerable to Cross-Site Scripting (XSS) attacks.1 month ago
-
Posted a reply to Easy way to write small caps, on the site WordPress.org Forums:
Hmm, don't think there's an easy way to do that by default. One thing may…1 month ago
-
Posted a reply to How to add custom styles to the editor, on the site WordPress.org Forums:
Please see the previous question: https://wordpress.org/support/topic/replacing-formats-menu-with-editor-style-css/. Seems you may need to tell WP where editor-style.css…1 month ago
-
Posted a reply to Replacing Formats menu with editor-style.css, on the site WordPress.org Forums:
You'll also need to "tell" WP there is such file now. See https://developer.wordpress.org/reference/functions/add_editor_style/.1 month ago
-
Posted a reply to Text background color, on the site WordPress.org Forums:
Yes, in both the block editor and the classic editor. Just check if that is…1 month ago
-
Posted a reply to Editor Window Turned to Grey, on the site WordPress.org Forums:
Yes, this looks like the theme's styling is affecting the whole "Edit Post" screen. This…1 month ago
-
Posted a reply to How to inherit font settings from the theme?, on the site WordPress.org Forums:
> How can I make your TinyMCE plugin inherit my theme’s global font settings All…1 month ago
-
Committed [2272166] to Plugins Trac:
Tag TMA 5.4.01 month ago
-
Committed [2272162] to Plugins Trac:
TMA 5.4.01 month ago
-
Closed ticket #49735, in Core Trac:
The jquery-migrate and jquery packages are vulnerable to Cross-Site ...1 month ago
-
Committed [2270008] to Plugins Trac:
Update for 4.42 months ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Complex control structure conditions (3 rules, 3 examples). Don't think the…2 months ago
Developer
-
Advanced TinyMCE Configuration
Active Installs: 10,000+
-
Classic Editor
Active Installs: 5+ million
-
Ice Visual Revisions
Active Installs: 20+
-
Lazy Loading Feature Plugin
Active Installs: 900+
-
TinyMCE Advanced
Active Installs: 2+ million
-
TinyMCE Advanced Language Pack
Active Installs: 1,000+
Contributor
-
Design Experiments
Active Installs: 100+
-
Exploit Scanner
Active Installs: 30,000+
-
Jetpack by WordPress.com
Active Installs: 5+ million
-
Nearby WordPress Events
Active Installs: 30+
-
REST API Console
Active Installs: 300+
-
TinyMCE Color Picker
Active Installs: 4,000+
-
Top Comments
Active Installs: 40+