-
Posted a reply to undefined method Elementor\\Core\\DocumentTypes\\Post::print_cont, on the site WordPress.org Forums:
its because your layout includes a loop, there is no way to import a layout… -
Wrote a comment on the post WordPress 6.6.2, on the site Make WordPress Core:
still needs switch to COMPLETELY DISABLE "gutenberg" and have comments turned off by default in… -
Posted a reply to Paypal Order ID missing, on the site WordPress.org Forums:
its been 2 years and no fix, use stripe -
Posted a reply to Please don’t use Pods, on the site WordPress.org Forums:
Just open wp_config.php and add define('PODS_TABLELESS', true); now you can use update_post_meta() without "clever" methods… -
Posted a reply to Error In Processing, on the site WordPress.org Forums:
its because the dev is too dumb or lazy to check the code for errors… -
Posted a reply to Critical Bug : Password Reset via Login_Registration.php, on the site WordPress.org Forums:
Had 30+ client sites hacked this weekend, they deleted all admin accounts FUN TIMES.as a… -
Wrote a comment on the post Performance Field Guide for WordPress 6.1, on the site Make WordPress Core:
should also provide a way to disable Polyfills for old browsers -
Wrote a comment on the post WordPress 6.1.1 Planning, on the site Make WordPress Core:
Must STRONGLY remember you all, that we do NOT want the blocks (gutenberg) editor by… -
Created a topic, No, just No, on the site WordPress.org Forums:
you are better off setting body to opacity 0 and then … -
Posted a reply to Attempt to read property “ID” on null, on the site WordPress.org Forums:
Since devs told us to go play in traffic, you can edit file /wp-content/plugins/elementor/core/base/document.php on… -
Posted a reply to URL rewrite not working on Openlitespeed servers, on the site WordPress.org Forums:
FIXED, it was a silent php NOTICE so added -
Created a topic, URL rewrite not working on Openlitespeed servers, on the site WordPress.org Forums:
Just 404 response. tried tweaking the rewrite rules bu… -
Posted a reply to Export not working, Empty file, on the site WordPress.org Forums:
Sure it does but its a hassle better to just click this button (you just… -
Posted a reply to Export not working, Empty file, on the site WordPress.org Forums:
Fixed, replaced the faulty "fputcsv" function with simple foreach -
Created a topic, Export not working, Empty file, on the site WordPress.org Forums:
Saves empty CSV file any ideas? -
Posted a reply to Plugin Upload Fails, on the site WordPress.org Forums:
Flushing cache worked for me (I hate cache plugins!) -
Created a topic, Wont let me scroll down, on the site WordPress.org Forums:
on form edit view, when you scroll it snaps right back… -
Created a topic, Hangs, backups dont finish, on the site WordPress.org Forums:
devs suggestion is to buy support, dont bother -
Created a topic, Not working on variation products, on the site WordPress.org Forums:
products with variations remain the same when user is … -
Created a topic, Stay away from this poorly coded hack, on the site WordPress.org Forums:
This spaghetti of redundant code and obsolete dependen… -
Posted a reply to Checkout page: no “Ship to a different address?”, on the site WordPress.org Forums:
Some themes STILL need some help, fixed with filter `add_filter( 'woocommerce_cart_needs_shipping_address', '__return_true', 50 );