James McDonald

Access

Blog History

Two ways to rebuild the Divi CSS Cache

If enabled Divi maintains a cache of many pre-compiled CSS assets. When you move the site to another URL the cached CSS has the old URL embedded and you will notice many weird formatting issues caused by missing style sheets. You can remove the et-cache directory and...

read more

Turn off Microsoft Account Nag

Settings => System => Notifications => Scroll to "Additional settings" and uncheck these three options: Enterprise Only Seems like this won't work on Windows 11 Pro as the policy explicitly mentions "Note: This setting only applies to Enterprise and Education...

read more

Adding a WordPress Admin User via SQL

Using MySQL CLI or MySQL Workbench USE yourwpdb; # remember to take into account the custom table prefix if you have one # e.g. 7jhdy66N_ is a custom table prefix and replaces the default wp_ prefix INSERT INTO `7jhdy66N_users` (`user_login`, `user_pass`,...

read more