Jacob Peattie
@jakept on WordPress.org and Slack
- Member Since: August 14th, 2012
- Location: Sydney, Australia
- Job Title: Front End Engineer
- Employer: 10up
Contribution History
Jacob Peattie’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to viewScript functions from dynamic block not available, on the site WordPress.org Forums:
As you can see from the markup, the viewScript script is deferred, which means that… -
Translated 2 strings on translate.wordpress.org.
-
Posted a reply to Why do we have to deal with this Styles?, on the site WordPress.org Forums:
On top off that, I can enqueue about any style using classic wp_enqueue_style.But… not the _theme’s… -
Posted a reply to Warning: call_user_func_array(), on the site WordPress.org Forums:
The error is not in class-wp-hook.php. The error is caused by using add_action() with a… -
Posted a reply to are twenty twenty-three theme customizations lost in theme updates?, on the site WordPress.org Forums:
It depends how you made the changes. If you made changes by editing theme files… -
Posted a reply to Paragraphs suddenly appear as quadruple-spaced (instead of double-spaced)., on the site WordPress.org Forums:
Paragraph spacing is controlled by the padding and margins on each paragraph. In your CSS… -
Posted a reply to Edit Gallery block as HTML – or let gallery link to a page / post, on the site WordPress.org Forums:
You can link images in a gallery if you're using the block editor. Once you… -
Posted a reply to Problem with passing $_GET parameters, on the site WordPress.org Forums:
What are the parameters you're using? Certain parameters are reserved by WordPress and if you… -
Posted a reply to Option to update / auto-update plugins is missing, on the site WordPress.org Forums:
The option to automatically update plugins was only added in WordPress 5.5, so it's not… -
Posted a reply to CLS issue with should_load_separate_core_block_assets, on the site WordPress.org Forums:
I don't believe you can. This hook allows you to only load CSS for blocks… -
Posted a reply to Cannot redeclare wp_add_iframed_editor_assets_html(), on the site WordPress.org Forums:
This can happen if an update doesn't fully complete for some reason. The solution for… -
Posted a reply to Possible to assign Alt tags to existing images?, on the site WordPress.org Forums:
Hi @ilovecake, Thanks for checking out the plugin. The plugin doesn't currently have features for… -
Posted a reply to PHP code error?, on the site WordPress.org Forums:
Here: function njengah _remove_default_sorting_storefront() There's a space between njengah and _remove_default_sorting_storefront that shouldn't be there. -
Posted a reply to add podcast from wordpress to GooglePodcast, on the site WordPress.org Forums:
Without a plugin it's not going to be possible. The RSS feed generated by WordPress… -
Posted a reply to hide_empty is ignored if category list is called multiple times, on the site WordPress.org Forums:
You're not using hide_empty anywhere? -
Posted a reply to Send API tokens via form, on the site WordPress.org Forums:
You probably can't encrypt the token. If you did then OKTA would probably receive an… -
Posted a reply to DNS Poisoning, on the site WordPress.org Forums:
There's nothing that can be done in WordPress to resolve this issue, so no one… -
Posted a reply to Where is my site?, on the site WordPress.org Forums:
If your site was hosted on WordPress.com then due to the differences between the free… -
Posted a reply to Why is my site name “My Blog”, on the site WordPress.org Forums:
It didn't. The phrase "my blog" appears nowhere in the WordPress source code. If you… -
Posted a reply to Child theme wrongly updated because of name, on the site WordPress.org Forums:
When WordPress checks for theme updates all it can use is the name of the… -
Posted a reply to Mobile device version of site not working, on the site WordPress.org Forums:
You appear to have the WordPress.com/Jetpack mobile theme activated. To clear up any confusion, WordPress.com… -
Posted a reply to Widget title not showing, on the site WordPress.org Forums:
You're just used to the old way of doing it. The new way is that… -
Posted a reply to Widget title not showing, on the site WordPress.org Forums:
Yes, if you want a heading for a widget you should add it as a… -
Posted a reply to Widget title not showing, on the site WordPress.org Forums:
In WordPress 5.9 you can add Blocks to widget areas. These are the same blocks… -
Posted a reply to My gist was hidden when logout to WordPress. Why?, on the site WordPress.org Forums:
It looks like the embed code has been changed to this: https://www.minutesguide.com/wp-content/litespeed/js/81ff9c99fa4b0a393cb5fef240260db3.js?ver=60db3 So this appears… -
Posted a reply to example responsive media query for tablet?, on the site WordPress.org Forums:
There's no such thing as a breakpoint that would cover all tablets. Tablets come in… -
Posted a reply to Use demo content on a personal website (blog)., on the site WordPress.org Forums:
It depends. You should check the license that came with or is referenced by your… -
Posted a reply to Question about some MySQL database entries, on the site WordPress.org Forums:
None of these are questionable. The entries containing _transient_ are essentially caches and will just… -
Posted a reply to IMPOSSIBLE Search by title!, on the site WordPress.org Forums:
It's not clear from your post what you actually want to do. To "query by… -
Posted a reply to How to create Child theme for the Child?, on the site WordPress.org Forums:
You cannot create child themes of child themes. The only solution is to copy the… -
Posted a reply to How To Disable or Deactive a Theme or Theme Template?, on the site WordPress.org Forums:
What you’re describing does not sound like how WordPress normally works. There’s no “starting point”… -
Posted a reply to Are all WordPress Themes Compatible with All WordPress Plugins?, on the site WordPress.org Forums:
In your situation I would strongly recommend setting up a staging site where you can… -
Posted a reply to “critical error on this website”, on the site WordPress.org Forums:
Internal server errors (error 500) are often caused by plugin or theme function conflicts, so… -
Posted a reply to Display custom checkout field text instead of an id, on the site WordPress.org Forums:
I recommend asking at https://wordpress.org/support/plugin/woocommerce/ so the plugin's developers and support community can help you… -
Posted a reply to display problem with GMEDIA, on the site WordPress.org Forums:
I recommend asking at https://wordpress.org/support/plugin/grand-media/ so the plugin's developers and support community can help you… -
Posted a reply to Are all WordPress Themes Compatible with All WordPress Plugins?, on the site WordPress.org Forums:
This is something you're going to need to ask the theme author. Plugin developers cannot… -
Posted a reply to How To Disable or Deactive a Theme or Theme Template?, on the site WordPress.org Forums:
You can't deactivate a theme without activating another theme. So you'd need to switch themes… -
Posted a reply to Colibri top menu doesn’t work on mobile, on the site WordPress.org Forums:
I recommend asking at https://wordpress.org/support/theme/colibri-wp/ so the theme's developers and support community can help you… -
Posted a reply to How to Start Using WordPress, on the site WordPress.org Forums:
Well I'm not quite sure what they meant, and you may want to ask for… -
Posted a reply to How to Start Using WordPress, on the site WordPress.org Forums:
Are you looking to get a job working with WordPress, or are you under the… -
Posted a reply to WordPress with jquery, on the site WordPress.org Forums:
You can absolutely build a website in WordPress without jQuery on the front end, but… -
Posted a reply to Warning: Illegal string offset ‘slug’, on the site WordPress.org Forums:
There is no v3 of the WordPress REST API. WooCommerce may have a v3 of… -
Posted a reply to WordPress with jquery, on the site WordPress.org Forums:
This is false. jQuery is becoming irrelevant, as you don’t need it for most things… -
Posted a reply to line spacing of h2 title in widget at home page and on post are different, on the site WordPress.org Forums:
The line spacing of headings is determined by the theme. Since you use a commercial… -
Posted a reply to Bad font loading on WordPress site, on the site WordPress.org Forums:
Yes, the font loading slowly can be bad for SEO as it can affect your… -
Posted a reply to Can’t right click + save featured image, on the site WordPress.org Forums:
Your site appears to display the featured image as a background image on a div,… -
Posted a reply to 5.9RC2, twentytwenty-two theme. Incorrect quote symbol for HTML attributes., on the site WordPress.org Forums:
data-content="<div class='flex-popover-content-data'>Data</div>" is not valid HTML. You cannot put HTML inside an HTML attribute. This… -
Posted a reply to Skip to content mobile version, on the site WordPress.org Forums:
Your site seems to be serving an AMP version directly to browsers. The AMP version… -
Posted a reply to Hamburger menu button missing on mobile device, on the site WordPress.org Forums:
The hamburger menu is not a standard element. If it exists on your site it's… -
Posted a reply to Permission or CSS issue? (not sure) With an added bonus question!, on the site WordPress.org Forums:
I don't have any experience with RTSP, so I can't say for sure, except that…
Developer
-
Automatic Alternative Text
Active Installs: 200+