How to fix white bars displaying on the side on mobile despite full width content

So I recently had this really annoying instance where my client was seeing white bars on the side of the content on mobile on sections that were supposed to be full width. Whenever I tested on my devices everything appeared as it should, but on his device (same device, same model), white bars displayed. After

How to fix white bars displaying on the side on mobile despite full width content Read More »

How to fix cookie error when trying to log-in to WordPress Dashboard

If you are getting the error “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” you can easily fix this by adding the following line to wp-config.php define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] ); Simply add the line above the “That’s all, stop editing” line and save and then refresh your

How to fix cookie error when trying to log-in to WordPress Dashboard Read More »

Adding extra fields to woo-commerce check-out

Sometimes you need to collect more information than the standard Woo-Commerce check-out fields solicit. If you find yourself needing to collect multiple emails at check-out, needing to collect additional addresses or needing to request any type of additional information from your customer at check-out – “WooCommerce Checkout Manager” is the plug-in you need. This is

Adding extra fields to woo-commerce check-out Read More »

How to Send Passwords and Sensitive Information Over the Internet

In this world where identity theft and cyber attacks run rampid – it is super important to protect yourself and your private information online. Often times you will need to send passwords or other sensitive information either to your web developer or to someone who may need access to one of your accounts and one

How to Send Passwords and Sensitive Information Over the Internet Read More »

Scroll to Top