// DivElement Blog

Mailchimp emails go to spam folder

Mailchimp emails go to spam folder

To improve the email deliverability and avoid your MailChimp emails go to spam folder there is a simple way to do it. I’ve spent about half an hour to understand why my emails got in the SPAM folder, so you don't have to do it. In order to increase delivery rate to...

Doing Bob Things – Episode 1

Doing Bob Things – Episode 1

This is Bob the Bear. Bob has no arms. "Knock-Knock" - Who is there? It isn't Bob! See the Pen YBompj by Gabriel Pioaru (@gabriel-pioaru) on CodePen. Design created using only HTML&CSS with SCSS preprocessor. Project inspired by Sasha

How to limit characters in widget titles

How to limit characters in widget titles

Recently I had a request from a client to "make the titles in widget shorter". The thing that bummed me out was that the widget "recent posts" was a core file from wordpress. The problem with this was the fact that if you modify wordpress core file, at the next...

How to upgrade to PHP7 version from .htaccess

How to upgrade to PHP7 version from .htaccess

In case that you can't use the PHP Version Manager in cPanel, you can change your PHP version by adding a line of code to your .htaccess file of your wordpress website. To apply these changes you can use a FPT software like FileZilla (this is what i usually use)....

How to change WordPress directory name

How to change WordPress directory name

Wordpress has alot of flexibility when it comes to moving it's core file and folder structure, or  like in our case, to change the Wordpress directory name. For example, you may have a wordpress installation like domain.com/myblog and you want to change that to...

How to fix “Divi Builder Timeout” Error

How to fix “Divi Builder Timeout” Error

In this article i'm going to show you how to fix the divi builder timeout error with a simple line of code. By adding a mod_substitute directive to your .htaccess, you encrease the processing memory for the Divi Builder. Before you start, keep in mind that you should...