catacaustic
@catacaustic on WordPress.org and Slack
Current Job
WordPress Origin Story
- Member Since: October 31st, 2011
- Location: Brisbane, Australia
- Website: catacaustic.com
- Job Title: Developer
- Employer: 7-90 Systems
Contribution History
catacaustic’s badges:- Support Contributor
-
Posted a reply to Plugins and themes failed to update on your site, on the site WordPress.org Forums:
Go into your admin area and try to update them manually. If that works you'll… -
Posted a reply to How to fix slow loading issue on my WordPress site after installing plugins, on the site WordPress.org Forums:
What plugins did you install that made it slower? First thing is to remove those.… -
Created a topic, All custom fields are opening in modal when not set, on the site WordPress.org Forums:
I've been suing this plugin for a while but this has o… -
Posted a reply to Add extra price per attribute term in WooCommerce (without creating full variati, on the site WordPress.org Forums:
If the price only depends on one attribute, then you can simplify things a lot.… -
Posted a reply to Comment Form Hacked, on the site WordPress.org Forums:
Good to see that it's working. :) Just remember to have a look hrough the… -
Posted a reply to Comment Form Hacked, on the site WordPress.org Forums:
It's not hacked. What you are seeing is "normal" email form SPAM submissions. I've seen… -
Posted a reply to Creating a Category “On Sale” in Woocommerce, on the site WordPress.org Forums:
It depends on why you want to do this. If it's to display on-sale products,… -
Posted a reply to Display Products on Sale in woocommerce wp-admin, on the site WordPress.org Forums:
It dpeends on where you add it. You should add it in either a child… -
Posted a reply to Display Products on Sale in woocommerce wp-admin, on the site WordPress.org Forums:
It's not hard to do with a bit of custom coding. :) https://stackoverflow.com/questions/34135816/woocommerce-adding-a-custom-filter-to-the-product-admin-area -
Posted a reply to You attempted to edit an item that doesn’t exist. Perhaps it was deleted?, on the site WordPress.org Forums:
The root cause, in my case, was that the post ID number was too high… -
Posted a reply to Plugin of utils being called from other plugins, on the site WordPress.org Forums:
If your plugin needs to rely on other plugins being installed, there's two things that… -
Posted a reply to What happened to my Dashboard?, on the site WordPress.org Forums:
Do you still have the same menu items on the left-hand sidebar? If not, does… -
Created a topic, Translation error notices in erorr logs, on the site WordPress.org Forums:
In our error logs we are seeing these notices: Fun… -
Posted a reply to Undefined property: stdClass::$requires, on the site WordPress.org Forums:
You will need to ask your hosting company. That file is part of a cPanel… -
Posted a reply to get_posts with meta_query and include array, on the site WordPress.org Forums:
It should just be: $authorPosts = get_posts( array( 'post_type' => 'post', 'posts_per_page' => -1, include'… -
Posted a reply to Broke Link to PDF, on the site WordPress.org Forums:
Normally that would mean that the new file was not uploaded to the website. Are… -
Posted a reply to How to integrate Google Customer Reviews opt-in surveys, on the site WordPress.org Forums:
The way to do it is to follow the instructions on those pages (but use… -
Posted a reply to emailed re my forum question, on the site WordPress.org Forums:
No. Sorry but once your email is out there, it's already been passed off /… -
Posted a reply to emailed re my forum question, on the site WordPress.org Forums:
Your email is listed on your website, which is listed in your WP profile here.… -
Posted a reply to Idea for a Python REST API plugin to modify the content, on the site WordPress.org Forums:
You wouldn't "merge" the two together. You'd want to set up your Python scripts to… -
Posted a reply to Site title when displayed in browser screen, on the site WordPress.org Forums:
If you don't want to use a plugin you'll need to add in your own… -
Posted a reply to Site title when displayed in browser screen, on the site WordPress.org Forums:
That's not part of the standard WordPress system. I'd recommend using an SEO plugin that… -
Posted a reply to DNS Location, on the site WordPress.org Forums:
WordPress doesn't manage DNS. If you're with WordPress.COM you should ask on their forums as… -
Posted a reply to Menu not saving pages, on the site WordPress.org Forums:
How big is your menu? How many items? I say this because I've had this… -
Posted a reply to What is the “Gutenberg way” to manage different paddings per breakpoint, on the site WordPress.org Forums:
Option B. All the time. :D The reason for that is that as soon as… -
Posted a reply to 403 Forbidden Access to this resource on the server is denied!, on the site WordPress.org Forums:
If there's no files you will need to restore everything from a backup. Your hosting… -
Posted a reply to How to convert images to WebP/AVIF?, on the site WordPress.org Forums:
That is true but... that's a LONG way down the page. And there's so many… -
Created a topic, How to convert images to WebP/AVIF?, on the site WordPress.org Forums:
In the descirption for your plugin you say: Note: … -
Posted a reply to Spice up admin, on the site WordPress.org Forums:
@anmolwpswings That's really a bad idea - especially if your theme is not 100% custom… -
Posted a reply to How can I enable CDN for Images? – LLBVarun.com, on the site WordPress.org Forums:
What plugin/system are you using for the CDN? WordPress doesn't have this out-of-the-box so it… -
Posted a reply to Spice up admin, on the site WordPress.org Forums:
Yes. You just need to hook a function to enqueue your CSS file to the… -
Posted a reply to Website, on the site WordPress.org Forums:
The "server not found" message from the URL means that it's a problem with your… -
Posted a reply to [NSFW] This page contains the following errors: error on line 1322 at column 248435: At, on the site WordPress.org Forums:
It means what it says, but it's a little hard to recognise that unless you're… -
Posted a reply to Password on one particular post that I have forgotten, on the site WordPress.org Forums:
Log into the site using your administrator account. then go to the page and edit… -
Posted a reply to Verifying you are human, on the site WordPress.org Forums:
That notice is shown by Cloudflare, not WordPress How that happens is someone has set… -
Posted a reply to Website crashes when update pHP from 7.4 to 8.3, on the site WordPress.org Forums:
If you turned on debugging - what errors did you se on the screen when… -
Posted a reply to Website crashes when update pHP from 7.4 to 8.3, on the site WordPress.org Forums:
You need to turn on debugging and find out what the actual error is. That… -
Posted a reply to Forms not submitting on front end, on the site WordPress.org Forums:
Yes. I've been able to figure out that there was a conflict with another system,… -
Posted a reply to Moving a site, on the site WordPress.org Forums:
As a very big note... The methods above will work, but they are not correct.… -
Posted a reply to Forms not submitting on front end, on the site WordPress.org Forums:
OK thanks. I'll see how it goes and report back if there's still a problem. -
Posted a reply to Forms not submitting on front end, on the site WordPress.org Forums:
As another note, this also has not fixed the invalid HTML issue with your forms,… -
Posted a reply to Forms not submitting on front end, on the site WordPress.org Forums:
I've done as requested and created the new 'Lost Password' page using the shortcode provided.… -
Created a topic, Forms not submitting on front end, on the site WordPress.org Forums:
We've found that recently the some forms have not been… -
Posted a reply to My website does not allow me to create a page or post but everything is working, on the site WordPress.org Forums:
Please check your site admin email inbox for instructions. Did you get an email from… -
Posted a reply to Website font displaying incorrectly on mobile, on the site WordPress.org Forums:
Whatever is being sued to load the fonts (looks like Elementor) is not doing it… -
Created a topic, Is there a way to change the order of checkout steps?, on the site WordPress.org Forums:
On our site, we'd like to change the order of how the … -
Created a topic, Login, etc, forms not submitting due to no “action” attribute in form, on the site WordPress.org Forums:
I have found on a site that I'm running that none of t… -
Created a topic, account_creation-date not set for some users, on the site WordPress.org Forums:
We've seen that the account_creation_date property is … -
Posted a reply to Old Website Problems with Software Updates., on the site WordPress.org Forums:
You need to follow what I said above. Nothing else is going to work. If… -
Posted a reply to Does Google read the back-end like Yoast or the actual displayed text?, on the site WordPress.org Forums:
While it seems very strange that the text that you type in for a page…
Completed Courses
Total completed courses: 2
- A Developers Guide to Block Themes - Part 2* December 6, 2022
- A Developers Guide to Block Themes - Part 1* December 5, 2022
- *Course is no longer available.