Robert Anderson
@noisysocks on WordPress.org and Slack
- Member Since: August 21st, 2017
- Location: Sydney, Australia
- Website: noisysocks.com
- GitHub: noisysocks
- Job Title: JavaScript Engineer
- Employer: Automattic
Bio
Contributions Sponsored
Contribution History
Robert Anderson’s badges:- Core Contributor
- Core Team
- Meta Contributor
-
Submitted pull request #45333 to WordPress/gutenberg:
NumberControl: Add custom spin buttons -
Submitted pull request #45298 to WordPress/gutenberg:
FontSizePicker: Rewrite unit tests to use userEvent and be more comprehensive -
Merged pull request #45260 into WordPress/gutenberg:
Add parseQuantityAndUnitFromRawValue tests -
Submitted pull request #45260 to WordPress/gutenberg:
Add parseQuantityAndUnitFromRawValue tests -
Merged pull request #44540 into WordPress/gutenberg:
Retrieve all future posts in a given month -
Merged pull request #44598 into WordPress/gutenberg:
Update design of FontSizePicker when withSlider is set -
Posted a reply to Can WordPress multisite have distinct databases?, on the site WordPress.org Forums:
To address this you could give site admins (in addition to network admins) the activate_plugins,… -
Posted a reply to Bulk removal of images within a specified date range with WP CLI, on the site WordPress.org Forums:
In the wp post delete command, i.e. wp post delete --force $id It should not… -
Posted a reply to Image upload Via URL progromatically to Media Library, on the site WordPress.org Forums:
You need to put that code inside the form submit if() so that it doesn't… -
Posted a reply to Image upload Via URL progromatically to Media Library, on the site WordPress.org Forums:
Perhaps you can implement a form and run the PHP code when the form is… -
Posted a reply to Can’t figure out how to visually edit query loop?, on the site WordPress.org Forums:
Thanks for the the extra info @starlitestarbrite. The thin grey border, thick margin, and underline… -
Posted a reply to Stripe Pre auth from formtitan, on the site WordPress.org Forums:
Hi @alex12414. There are a few plugins that integrate with Stripe: https://en-au.wordpress.org/plugins/search/stripe/ This one says… -
Posted a reply to Generated WordPress RSS is invalid, on the site WordPress.org Forums:
Hi @snippet24. This may be a plugin or theme conflict. Please attempt to disable all… -
Posted a reply to Getting alot of console errors on fresh wordpress install, on the site WordPress.org Forums:
Hi @rose18. It looks like this is a known issue. Here is the bug report… -
Posted a reply to Can WordPress multisite have distinct databases?, on the site WordPress.org Forums:
Hi @ioclaudio. Check out the Multisite feature in WordPress. This lets you create a network… -
Posted a reply to Can’t figure out how to visually edit query loop?, on the site WordPress.org Forums:
Hi @starlitestarbrite. Happy to help you fix this. Could you please upload a screenshot of… -
Posted a reply to Always fold open in editor, on the site WordPress.org Forums:
Hi @basvweb. What eCommerce plugin are you using? I recommend asking in their support forum… -
Posted a reply to Plugin or tool that records how many time people got error 404, 500 etc pages, on the site WordPress.org Forums:
Hi @horsepants. There are a few plugins which display an error log that you can… -
Posted a reply to Image upload Via URL progromatically to Media Library, on the site WordPress.org Forums:
Hi @akhilser. The code you linked to will create a new image in the Media… -
Posted a reply to Bulk removal of images within a specified date range with WP CLI, on the site WordPress.org Forums:
Hi @loano1. Probably there are too many arguments being passed to wp post delete. Try… -
Posted a reply to Translation – loading text domain, on the site WordPress.org Forums:
Hi @guido07111975. You can read more about this feature in this Dev Note from 2016:… -
Posted a reply to Stretched post featured images after 6.0.3, on the site WordPress.org Forums:
Here's the ticket for this bug: https://core.trac.wordpress.org/ticket/56855. It should be fixed in WP 6.1 RC… -
Posted a reply to How do I echo one or more than one category from a URL on the category.php page?, on the site WordPress.org Forums:
If it works, it works! :) If your question has been answered, we would love… -
Posted a reply to CSS displaying differently in two different sites, on the site WordPress.org Forums:
Glad you solved it! If your question has been answered, we would love if you… -
Posted a reply to Gutenberg theme.json showing fallback fonts., on the site WordPress.org Forums:
Hi @hikatamika. You can open the front page of your website in your browser and… -
Posted a reply to remove wp-block-group__inner-container for classic theme, on the site WordPress.org Forums:
Glad to help! If your question has been answered, we would love if you would… -
Posted a reply to How do I echo one or more than one category from a URL on the category.php page?, on the site WordPress.org Forums:
Try this: <h1> <?php global $wp_query; if ( count( $wp_query→tax_query→queries ) > 2 ) {… -
Posted a reply to missing link, on the site WordPress.org Forums:
Hi @kanellistools. Do you have the correct menu selected in the dropdown at the top… -
Posted a reply to missing link, on the site WordPress.org Forums:
Hi @kanellistools. You can edit the menu by browsing to WP Admin → Appearance →… -
Posted a reply to CSS displaying differently in two different sites, on the site WordPress.org Forums:
Hi @gayle1. It looks like the submenu on wagra-beef.com.au is not contained within a <div… -
Posted a reply to Stretched post featured images after 6.0.3, on the site WordPress.org Forums:
Thanks for the extra info. I can confirm that object-fit: cover appears correctly in in… -
Posted a reply to microdata setup incorrectly, on the site WordPress.org Forums:
Hi @vic0. The easiest way to add microdata to pages in your WordPress site is… -
Posted a reply to How do I echo one or more than one category from a URL on the category.php page?, on the site WordPress.org Forums:
Hi @a4jpcom. This is the best I can come up with: global $wp_query; foreach (… -
Posted a reply to Can’t scroll items in media library grid mode, on the site WordPress.org Forums:
Hi @pambush. When I run WP 6.0.3 locally, go to WP Admin → Media →… -
Posted a reply to Stretched post featured images after 6.0.3, on the site WordPress.org Forums:
Thanks for the extra context! I did some testing. I set up Twenty Twenty-two and… -
Posted a reply to remove wp-block-group__inner-container for classic theme, on the site WordPress.org Forums:
Hi @ja4st3r. Try adding this PHP to the theme: remove_filter( 'render_block_core/group', 'wp_restore_group_inner_container', 10, 2 );… -
Posted a reply to Stretched post featured images after 6.0.3, on the site WordPress.org Forums:
Hi @deothemes. What theme are you using? The Post Featured Image block has never had… -
Posted a reply to editing links: issues with the behaviour of the input box, on the site WordPress.org Forums:
I don't know, but we can find out by temporarily disabling all plugins and switching… -
Mentioned in [54633] on Core SVN:
Editor: Fix legacy group inner block wrappers in constrained layouts. -
Posted a reply to [Optimization] Good PageSpeed/Gtmetrix score (90), HORRIBLY SLOW user experience, on the site WordPress.org Forums:
Hi @noelforge! Check out this support article on optimising WordPress if you haven't already: https://wordpress.org/support/article/optimization/… -
Posted a reply to Redirect to local page, on the site WordPress.org Forums:
Hi @kollbach43. http://patchboys.com does not load for me but I think I understand what you… -
Posted a reply to My synchronization plug-in cannot modify and update the product inventory., on the site WordPress.org Forums:
Hi @raymondlv. Is the plugin shown as activated when you browse to WP Admin →… -
Posted a reply to Images added to a blog on Windows 10 notebook overflowing when selected, on the site WordPress.org Forums:
Hi @kevinsheather. I looked at your website (nice website!) and can see the issue you're… -
Posted a reply to Full Site Editor “Add Block Button +” not appearing., on the site WordPress.org Forums:
Hi @bbbenjamin. This seems to work fine when I try it myself. Could you let… -
Posted a reply to editing links: issues with the behaviour of the input box, on the site WordPress.org Forums:
Hi @srpaff. Let's try to figure out what's going on. Could you please let me… -
Posted a reply to block menu customization, on the site WordPress.org Forums:
Hi @aycakoroglu! What is the URL of the page that contains .english_menu? I don't see… -
Posted a reply to edit artical with simplified but not display the character, on the site WordPress.org Forums:
Hi @movie19921209. Where in WordPress are you trying to type characters? What are the characters… -
Posted a reply to Combining Solid and Gradient Colors in the Color Palette??, on the site WordPress.org Forums:
Hi @pgmelton! The list of solid colours that appears in the Solid tab are separate… -
Posted a reply to Custom block {{variables}} do not produce front-end content, on the site WordPress.org Forums:
Hi @srd75! I can see a few spots where the JSX you've written isn't quite… -
Posted a reply to Different Homepage Layouts in Block theme, on the site WordPress.org Forums:
Hi @nhuja! Typically these sorts of variations are done by having the theme provide a…