Troubleshooting

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 »

Scroll to Top