by SRD | 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 SRD | 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 SRD | 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 SRD | 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 SRD | Nov 25, 2020 | Happiness
“Be happy with what you have. Be excited about what you want.”— Alan Cohen “Happiness is when what you think, what you say, and what you do are in harmony.”— Mahatma Gandhi “Doing what you like is freedom. Liking what you do is happiness.”— Frank Tyger “We tend to...