Technology
Digging into “$(…).tipTip is not a function” error
What I searched for “Uncaught TypeError: $(…).tipTip is not a function” Beaver Builder Why I searched for it When I was trying to load Beaver Builder’s settings page in the WordPress backend, I was getting this error in Chrome’s Javascript Console, thrown by line 58 in /bb-plugin/js/fl-builder-admin-settings.js (the line in question: $( ‘.fl-settings-form .dashicons-editor-help’ ).tipTip();).…
Read MoreTracking down expdbs_migrations
I’m cleaning up a client’s WordPress database and found a very large row in the wp_options table with the option_name “expdbs_migrations_307560ade90b365a15bcb8d6d1aed8fa”. I suspected this was a remnant of a no-longer-installed plugin (they don’t have any plugins that start with “E” at the moment), but wanted to be sure before hacking it out. Googling “expdbs_migrations” found a number…
Read MoreHow to make the phpMyAdmin sidebar table links default to “browse”
What I searched for phpmyadmin default to browse instead of structure Why I searched for it I swear this used to be the default behavior, but now (using phpMyAdmin 4.6.4 and MAMP 4.0.5—which turns out to be relevant) clicking a table name in the left sidebar opens up the “Structure” tab. 95% of the time I want…
Read MoreWhere to find the phpMyAdmin config file in VVV
What I searched for vvv phpmyadmin config file Why I searched for it I’ve just started using Varying Vagrant Vagrants to do some local WordPress development. When I visited the included phpMyAdmin install at http://vvv.test/database-admin/, I got the error “The secret passphrase in configuration (blowfish_secret) is too short.” From previous experience, I knew that I could add…
Read MoreThe Gmail plus sign trick works with G Suite
You may be familiar with the old “plus sign trick” where you can add a plus sign followed by anything you like to the local part (the part before the @ sign) of your Gmail address, and it will be delivered to your main email address. I’ve used that trick for years (on sites that…
Read MoreMac OS X: conditionally open links in different browsers
https://www.choosyosx.com/
Read MoreFind the largest folders on your Mac
https://www.moncefbelyamani.com/find-the-largest-folders-on-your-mac-in-one-keystroke-with-keyboard-maestro-or-quicksilver/
Read More