catacaustic
@catacaustic on WordPress.org and Slack
- Member Since: October 31st, 2011
- Location: Brisbane, Australia
- Website: catacaustic.com
- Job Title: Developer
- Employer: 7-90 Systems
WordPress Origin Story
Contribution History
catacaustic’s badges:- Support Contributor
-
Posted a reply to How to use different error/success messages for Login and Lost password forms?, on the site WordPress.org Forums:
Look at the code for the login_errors filter. In there they use $err_codes = $errors->get_error_codes();… -
Posted a reply to How to manually create a text domain for the child theme?, on the site WordPress.org Forums:
To set the text domain in a child theme you need this line in the… -
Posted a reply to What tables hold transactional data (sync Staging to Live with Installation), on the site WordPress.org Forums:
You would need to ask each developer what their custom tables contain. Just as a… -
Posted a reply to Block theme template parts not working with child theme, on the site WordPress.org Forums:
The themes that I'm using are my own custom themes. The parent theme has a… -
Posted a reply to Creating unique identifiers in User Account, on the site WordPress.org Forums:
If you're doing it using built-in WordPress functionality, user meta is the best way to… -
Posted a reply to Changing single.php file, on the site WordPress.org Forums:
You should copy the single.php file (on any other template files that you want to… -
Posted a reply to How to get data from database of a specified date?, on the site WordPress.org Forums:
Something like... SELECT * FROM table_name WHERE date_col >= '2022-10-01' AND date_col <= '2022-11-01' Of… -
Posted a reply to Reserve Disk Space for Updates?, on the site WordPress.org Forums:
50mb is not enough space to update automatically like that. Think about the file sizes… -
Posted a reply to Hidden ad links in style tag, on the site WordPress.org Forums:
I was right. That's not shwong inthe source for either site. Not from my own… -
Created ticket #57289 on Core Trac:
Allow child themes to use template parts from parent themes in Full ... -
Posted a reply to Hidden ad links in style tag, on the site WordPress.org Forums:
Looking at the source code of your sites homepage, there is no <style> tag there… -
Created a topic, Block theme template parts not working with child theme, on the site WordPress.org Forums:
I'm running into an issue trying to create a child the… -
Completed the course A Developers Guide to Block Themes – Part 2 on learn.wordpress.org
-
Completed the course A Developers Guide to Block Themes – Part 1 on learn.wordpress.org
-
Posted a reply to “Demo” WordPress to present themes, on the site WordPress.org Forums:
If it was me, I'd set up a Network site, and have each theme represented… -
Posted a reply to wp_post_update in shortcode, on the site WordPress.org Forums:
The information that you wanted to update the post date when it is viewed was… -
Posted a reply to wp_post_update in shortcode, on the site WordPress.org Forums:
But what are you trying to update? As I said, in your code you aren't… -
Posted a reply to wp_post_update in shortcode, on the site WordPress.org Forums:
What are you actually trying to achive with this? There's probably a betterway to do… -
Posted a reply to how to hard code an image into a page template, on the site WordPress.org Forums:
In most template files you should use the full URL of the image, and not… -
Posted a reply to Register Rest field don’t work, on the site WordPress.org Forums:
From the docs for register_rest_field() you're giving the wrong value as the first argument. The… -
Posted a reply to CORS error and i can not fix it, on the site WordPress.org Forums:
The "easy" way is to do the call and display in PHP server-side instead of… -
Posted a reply to Two H1 headers, on the site WordPress.org Forums:
That's where it's coming from? That tells me that there's something very wrong with your… -
Posted a reply to Two H1 headers, on the site WordPress.org Forums:
All tags - including H1 tags - are defined and places by the theme or… -
Posted a reply to WooCommerce error and Recovery Mode not working, on the site WordPress.org Forums:
Looking at that file, it looks like it's an issue with the version of PHP… -
Posted a reply to How to send url on server side, on the site WordPress.org Forums:
To do that server-side, you'll need to send it to the server via a form… -
Posted a reply to Page w/multiple post queriest: how to only show unique?, on the site WordPress.org Forums:
You'd need to track each query and record the ID's of the posts that they… -
Posted a reply to Bypassing theme menu in admin dashboard, on the site WordPress.org Forums:
What is the theme that's being used? -
Posted a reply to Fixing an error in an old theme’s functions.php, on the site WordPress.org Forums:
You can change this line: if ( $_GET['page'] == basename(__FILE__) ) { to this: if… -
Posted a reply to URGENT HELP – Neve Theme not Responsive on Mobile, on the site WordPress.org Forums:
You should ask in the support forum for that theme so that users and the… -
Posted a reply to Plugin Update Dates, on the site WordPress.org Forums:
The problem then becomes... how do you know that it was the last plugin updated… -
Posted a reply to Plugin Update Dates, on the site WordPress.org Forums:
If you're seeing that often, I'd really suggest upgrading one plugin at a time, testing,… -
Posted a reply to Memory limit exceeded, on the site WordPress.org Forums:
How much memory is the proces using? There's a good chance that you'll go above… -
Posted a reply to What is creating thousand\\s of files on my site?, on the site WordPress.org Forums:
Unless you can give us an idea of what the extra files are, there's not… -
Posted a reply to remove_action, on the site WordPress.org Forums:
What I said was right. As you don't have the reference to that original object… -
Posted a reply to remove_action, on the site WordPress.org Forums:
How is the add_action() function called for that one? That shoudl tell you more about… -
Posted a reply to I can’t log in please help me…, on the site WordPress.org Forums:
This article gives you several differentways to reset your password, so one of those should… -
Posted a reply to How to create a custom wordpress plugin for a specific functionality?, on the site WordPress.org Forums:
Another note with security... What happens when Google finds and indexes your login URL with… -
Posted a reply to Image upload date different in URL & Media library!, on the site WordPress.org Forums:
The folder that the image is in doesn't relate to when then image was uploaded,… -
Posted a reply to Custom Prefixed User ID at Registration, on the site WordPress.org Forums:
Where are you going to use this new user ID? If it's just to display… -
Posted a reply to Product variation swatches not working in chrome, on the site WordPress.org Forums:
I've used that a few tims now and had no problems. You should ask in… -
Posted a reply to Product variation swatches not working in chrome, on the site WordPress.org Forums:
Which plugin are you using for variation swatches? -
Posted a reply to Multiple WordPress in Ubuntu Error, on the site WordPress.org Forums:
That sounds like a server configuration issue. Make sure that all of your virtual hosts… -
Posted a reply to Need Help Creating A Website, on the site WordPress.org Forums:
This is possible, but how it's done is going to dependon how secure you need… -
Posted a reply to license key disabled e-mail, on the site WordPress.org Forums:
A licence key for what? The way to fix that is to have a valid… -
Posted a reply to Password breach on this site, on the site WordPress.org Forums:
While that is possible, I'm not so sure that that's happened. WordPress stored users passwords… -
Posted a reply to Stop staging website crawling on google, on the site WordPress.org Forums:
It's 100% normal for Google to crawl anything and everything that it knows about. There's… -
Posted a reply to Will re importing demo data cause post loss or page set up loss?, on the site WordPress.org Forums:
The best answer that anyone here can give now is "maybe". Under most circumstances I'd… -
Posted a reply to Image sizing consistency, on the site WordPress.org Forums:
You can also define your own image sizes, but this would also require you to… -
Posted a reply to Need help with transferring website info, on the site WordPress.org Forums:
If you own and control the domain name and the web hosting service that the… -
Posted a reply to How to unlock domain, on the site WordPress.org Forums:
You will need to ask your domain registrar. This is not a WordPress issue.