I had a situation where images in flexbox containers were not behaving responsively, in that they did not scale proportionately depending on viewport width.
Continue reading “Images not Scaling Correctly in Flexbox Containers”Joomla 2-uncategorised Redirects
Joomla was generating a Category Blog layout for Uncategorised articles even though an explicit menu item was not created to do so.
Continue reading “Joomla 2-uncategorised Redirects”Disable WordPress Plugins via Database
To disable all WordPress plugins via the database, run the following SQL command:
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';
Allow WordPress to Use Permalinks on Amazon EC2
On Amazon EC2, even with a properly configured HTACCESS file, permalinks will not work, resulting in 404 error pages.
Continue reading “Allow WordPress to Use Permalinks on Amazon EC2”Different headers in Divi
I was building a Divi site for a client and they wanted a dramatically different looking header for interior pages. The visual differences couldn’t be accomplished with CSS alone. There had to be some structural changes.
Continue reading “Different headers in Divi”