by suleski | May 6, 2016 | Products, Reference, Review, Technical
The problem I have close to a dozen sites that I personally handle. That includes feature requests, performance, and backups. To perform backups, I pretty much set aside a decent chunk of time to manually export the WordPress databases, then I FTP down the...
by suleski | Dec 23, 2015 | Technical, Troubleshooting
I have a client whose site mysteriously looked messed up one day. After some digging, it turned out that all of the WordPress text widgets were removed. Thought that was an odd thing for a human to do, so I suspected that there was a correlation to a plugin or...
by suleski | Dec 10, 2015 | Technical, Walkthroughs
Why is this important? It looks like the BluePrint-Q preview is broken on the WordPress themes directory: https://wordpress.org/themes/blueprintq-draft/ Turns out that some assets are expecting to be loaded through http, but the theme directory is using https, which...
by suleski | Aug 11, 2015 | Reference, Technical, Troubleshooting
You may have issues with your hosting provider when uploading large images, typically more than 2MB. That size can handle small images and icons, but nothing significant like audio, PDFs, etc. To get around this, you can usually increase the size limit. You do this...
by suleski | Aug 7, 2015 | Reference, Technical
I’m reworking a client’s site and am replacing their functions.php. In there, I found a function that I wrote to remove specific menu items from the WordPress Administrative area. For future reference, here it is: /** * Several menus items are shown to...