Web Assembler
@webassembler on WordPress.org, @Anthony on Slack
Bio
Interests
Contributions
- Member Since: May 4th, 2013
- Location: Devon, UK
- Website: anthonyhartnell.co.uk
- Job Title: Theme and plugin developer
-
Created a topic, Great plugin, on the site WordPress.org Forums:
This plugin is really helpful for theme development wh… -
Created a topic, [core/media-text] Restricting blocks for the text column, on the site WordPress.org Forums:
In the Media & Text block, I want to know in my bl… -
Posted a reply to 500 error on plugins ajax form, on the site WordPress.org Forums:
Thanks, I think that's perfectly reasonable for a free plugin! Cheers for your proactive support. -
Posted a reply to 500 error on plugins ajax form, on the site WordPress.org Forums:
Thanks for the update Michael, it's not particularly easy to edit the plugin code on… -
Created a topic, 500 error on plugins ajax form, on the site WordPress.org Forums:
Hello, once this plugin is activated, it's no longer p… -
Posted a reply to Adding a Featured Image Changes My Blog Images, on the site WordPress.org Forums:
The might be another way. You can either try adding !important to the code above.… -
Posted a reply to Adding a Featured Image Changes My Blog Images, on the site WordPress.org Forums:
Yes most likely. I am not official support by the way, just a developer trying… -
Posted a reply to Is there a way updates to pages can be emailed to subscribers?, on the site WordPress.org Forums:
Ok, so your question was: So what I meant my trigger is, with WordPress you… -
Posted a reply to Adding a Featured Image Changes My Blog Images, on the site WordPress.org Forums:
Hi, thanks for that. Can you add the following code to the CSS of your… -
Posted a reply to Is there a way updates to pages can be emailed to subscribers?, on the site WordPress.org Forums:
I can't say for sure, you'll have to test in a development environment before pushing… -
Posted a reply to Plugin development for custom post type, on the site WordPress.org Forums:
Ah I see. I'm not really sure what to suggest except have you activated your… -
Posted a reply to Toolbar scroll lock?, on the site WordPress.org Forums:
In the Gutenberg editor sidebar you can click the three vertical dots (top right) and… -
Posted a reply to Is there a way updates to pages can be emailed to subscribers?, on the site WordPress.org Forums:
If you're saving a post, you could hook into the save_post action an attach a… -
Posted a reply to Adding a Featured Image Changes My Blog Images, on the site WordPress.org Forums:
Hello, I think this very much depends on the theme you are using as the… -
Posted a reply to website under Maintenance Mode without plugin, on the site WordPress.org Forums:
If you have access to the WP CLI you can use the following commands: https://developer.wordpress.org/cli/commands/maintenance-mode/… -
Posted a reply to Interface of posts partly non-responsive, on the site WordPress.org Forums:
Hello, What WP version are you using? I would suggest looking at Tools > Site… -
Posted a reply to Image view & thumbnail, featured error, on the site WordPress.org Forums:
Check the images actually exist in that location on your server and are they readable… -
Posted a reply to Plugin development for custom post type, on the site WordPress.org Forums:
Are you putting this in your functions.php file? If you just include the add_action('init','newposttype_create') with… -
Posted a reply to How to access non wordpress drectories, on the site WordPress.org Forums:
Try setting this in your wp-config.php file: define('WP_HOME','http://example.com/app'); define('WP_SITEURL','http://example.com/wordpress'); and then at the bottom: if… -
Posted a reply to Fatal error: Uncaught Error: Call to undefined function borrow_custom_favicon(), on the site WordPress.org Forums:
It seems the main problem you are having is that your PHP is failing completely… -
Posted a reply to How to Change Color Mobile Nav Menu, on the site WordPress.org Forums:
On Chrome or Firefox you can open up Inspector or Developer tools and target the… -
Wrote a new post, Ideas on using A.I. to assist with subtitling, on the site Make WordPress.tv:
Earlier this year I made my first contribution to WordPress and joined the subtitling team… -
Posted a reply to Redirects with + in URL?, on the site WordPress.org Forums:
Out of curiosity, does it work by changing the + character to an actual space… -
Posted a reply to Problems with spaces () in URLs, on the site WordPress.org Forums:
Hi, at the moment it seems possible that you can just remove the %20 and… -
Posted a reply to WP cron HTTP 500 because of wp_die(), on the site WordPress.org Forums:
Hey @mcsupport I don't think we've had any unexpected behaviour yet as I've just started… -
Posted a reply to Interactive Map advice, on the site WordPress.org Forums:
Hi @johnnybach4 You should have a look at Advanced Custom Fields Pro - it provides… -
Posted a reply to WP cron HTTP 500 because of wp_die(), on the site WordPress.org Forums:
Hi @mcsupport, We're experiencing the exact same problem that @pronamic_reuel has raised as we were…