If you want it to be site wide, go into the Divi > Theme Options > Integrations and add the following code to the head area of your site. <script> jQuery(document).ready(function() { jQuery(‘.et_cstm_video video').attr(‘controlsList',...
So every now and then I run into an issue where I need to setup redirects for addon domains. Here is one method that has always worked for me. Adding it in this way allows for https and non http and also handles non-www and www to redirect to the www.newdomain.com...
So here is the code to initialize the widget for use in the admin area of your site. More info as to what things should be set to can be found on the register_sidebar codex page. function new_register_widget_init() { $args = array( ‘name' => __(...
Here is a nice little script that takes a directory full of images, creates a thumbnail of said image and saves it to a directory, and then displays the gallery of images. I didn't create this code but found a guy by the name of David Walsh who took code written by...