by Steve | Apr 21, 2023 | Microsoft Office Tips
You may receive an error Error synchronizing folder [800CCC0E-0-0-560] when trying to download subfolders into Outlook. In Outlook 2016, right-click on the Inbox folder, select IMAP Folders Click the Query button Hopefully you will see the missing folders of Inbox... by Steve | Jun 26, 2021 | Web Development
Following some tutorials will produce a 500 internal server error. This post only uses CSS to remove the sidebar from bbPress when using the Divi theme. Simply add the following CSS to your Divi > Theme Options > Custom CSS: .bbpress #sidebar {display: none;}... by Steve | May 26, 2021 | Web Development
Add the following to the top of your .htaccess file in the root public folder of your website: <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE... by Steve | May 23, 2021 | Web Development
If you try and add the Google Tag Manager script code directly into your header.tpl or head.tpl files, unfortunately, your front end styles will break. To overcome this, wrap your GTM code in a literal: {literal} <!– script code here –> {/literal}... by Steve | Dec 5, 2020 | Web Development
To improve the security of your website extra headers can be added to your website using .htaccess. If you’re using Divi in your WordPress website, add the following to your .htaccess file (at the top). # Server Security <IfModule mod_headers.c> Header set... by Steve | Nov 19, 2020 | Web Development
Add the following to your custom CSS or child theme: .et-l.et-l–footer .et-menu li {display: block;}