From the WordPress.org community team: The next WordPress release (v4.9.6) is going to include a clear prompt to all users about upgrading the version of PHP on which their website runs. You can find out some of the technical information about this update in the core ticket: https://core.trac.wordpress.org/ticket/41191 . It will point users to the an information…
Read More
Solution: Error message – Argument #2 is not an array
Recently had a problem with a client getting an error message: Warning: array_merge(): Argument #2 is not an array in /home/anotherfolder/public_html/example.org/wp-includes/load.php on line 63 It appeared suddenly and changing the wp-config.php file from define(‘WP_DEBUG’, false); to ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_DISPLAY’, false); had no affect. Then I found this article by Mark Root-Wiley…
Read More
Google Maps Widget Not Working
Enfold theme went through another update that stopped the Google Maps widget from working – again! I know this happens with other themes and plugins too. If you’re getting the message that “Oops! Something went wrong.” instead of your map, you probably need to apply for your Google API key. The Enfold theme makes it…
Read More
Add Top Bar Widget to Genesis
Those bars running across the top of sites are great for getting attention, but most of the Genesis themes don’t have an option to add them. Here’s how to get one that looks like this: Add this to your functions.php file: (Remember to always, always back up your php files before making changes to them.)…
Read More
WooCommerce 3.0 Lightbox Not Working? Try This Fix
Great article by Colm Troy that helped me figure this out. He does a great job of explaining everything in detail, but the gist is that Woo removed the PrettyPhoto lightbox option in 3.0 and added some new options. But they don’t seem to take affect automatically. You’ll need to add a little code to…
Read More
WooCommerce: Change ‘Out of Stock’ Text
I had a customer with a WooCommerce store who had products that were “coming soon”, but the only option for out of stock was an ugly “Out of Stock” marker above the product image. I was surprised there were no plugins that seemed to work for this change. The one I found had a…
Read More
Responsive Site Screwed Up After iOS 9 Update? Here’s How To Fix It:
The iOS 9 update on the iphone has caused countless problems, not only with the phone itself, but also for people sending MailChimp emails and websites. Don’t get me wrong, it came with a lot of great new features. But the problem is that when you view your site on the iphone, what used to…
Read More