// DivElement Blog
How to limit characters in widget titles
From some time i've been wondering how to make the wiget titles shorter. The thing that bummed me out was that the widget "recent posts" was inside a core file from wordpress. The problem with this is the fact that if you change wordpress core files, at...
read moreHow 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)....
read moreWindows 10 KB4056892 (16299.192) fails to install with error 0x80073715
If you found this article there is no doubt that you already heard of Meltdown and Spectre security flaws, so i'm going to get straight to the point. On my first atempt to install the patch KB4056892 Microsoft roled out for Windows 10, i've got the error 0x80073715. ...
read moreHow 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...
read moreHow 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...
read moreQuick fix when Divi row section or module “disable on mobile” is not working
At some point I was working on a website for a client and wanted to hide a row, section or module, to be viewed only on specific device type. It was very, very frustrating to see that even if checked the box it wasn't working as intended. I've search the internet for...
read moreHow to add Facebook Comments to WordPress without a plugin
Instaling Facebook Comments to replace your standard wordpress comment system can drive more engagement and shareability to your blog articles. I will explain below, how to add Facebook Comments to Wordpress without a plugin, in 3 easy steps. Here are some reasons why...
read moreHow to extract the actual URl from the hyperlinks in Excel
To extract the actual URl from the hyperlinks in Excel (the url address), you will need to create a function in Visual Basic. Don't worry, it' actually less complicated then you think. Press down ALT and F11 to open up the Microsoft Visual Basic for Applications....
read moreHow to Redirect all HTTP requests to HTTPS with htaccess
Access your website via FTP or via your server's File Manager and search at the root of your Wordpress instalation for the .htaccess file. Here you have 3 solutions to solve the same question:How to redirect all HTTP request to HTTPS.Before you...
read moreHow to display category description only on the first category page
If you have multiple categories that are paged on your blog, you may want to show the Category Description only on the first category page. You may wonder how can I achive this. It's not that hard to do it as long as you follow the steps I provide. Connect to your FTP...
read more