Disable auto resize on upload

So, in the newer versions of WordPress they have added a new functionality where they automatically downsize images that are considered “too” large. Which is essentially 2560px width or height. Now, I personally agree with the width, no image needs … Read more…

Making custom tabs in Divi

So this setup is a bit more complicated and fairly specific.If you are interested in how this works, feel free to ask me about it.I mainly created this post for myself to easily find the code again 😉 Code to … Read more…

Converting sections to popups in Divi

Add the following code to: Divi -> Theme Options -> Integration -> Add code to the < body > <script> jQuery(function($){ var popups =[“popup1″,”popup2”]; //use: …_button, …_popup, …_close var transition_duration = 0.3; //set in seconds for (var i = 0; … Read more…