Images going through my head…

Posted on: March 26,2017

Namaste! SO, you want a full-width header, but want it to populate with a new image each time the user visits? This tutorial will show you how to do that, plus how to use javascript to create a slider effect in your header. I chose to put together a demo of the later that you […]

Where’s Waldo?

Posted on: March 25,2017

Namaste! Your client just asked you to make a map of their store, where the user can click to find out more information about each department. Can you do it? That is the subject of today’s tutorial!I’m electing to accomplish this using SVG graphics. There are several other ways to do this (using <map> for example). […]

jQuery to the Rescue!

Posted on: March 22,2017

Namaste! An issue that has been of some contention in the Divi world is the lack of a privacy/terms-of-service checkbox in the ET Bloom plugin. This is essential users in many countries where it is the law that this is present. Today, I’m going to give you a quick tutorial on how you can accomplish […]

All the pretty colors…

Posted on: March 11,2017

Namaste! Just a quick post today to show you all my latest free plugin. I use the code module to put additional HTML into my Divi pages. I use it less often, but occasionally to put in a block of inline style or a script. Overall, using the code module is not a generally pleasant […]

Div transitions

Posted on: March 8,2017

Namaste! Well, luckily with animation, fantasy is your friend. Steven Spielberg This tutorial was once again inspired by a question from Facebook. Not on my prefered page (Divi Theme Tutorials), but I won’t hold it against them! The person was looking at Elegant Themes newly designed page and noticed that there was a CTA just […]

ScrollMagic Fun

Posted on: March 4,2017

Namaste! Today I’m going to try and introduce you to a great javascript library called ScrollMagic.js. I say try because this library lets you do so many things based on the users scrolling that I’ll just be scratching the surface. For example, this library nicely incorporates the extensive Greensock animation library, which I won’t touch […]

That Third Tab

Posted on: February 26,2017

Namaste!    I asked for tutorial ideas on the Facebook group and a person asked me to show a little more of what can be done with the “Custom CSS” tab that you see in the Divi Modules / Sections / Rows. This allows you to style your page in a number of ways. In […]

Forms a-poppin’!

Posted on: February 19,2017

Namaste! Today I’m going to show you a quick, bare-bones way to add a modal pop-over form to your Divi-powered site. This will allow you to grab user information without navigating away from the current page. In this case, the pop-over triggers when the user clicks a custom button. This tutorial will leave a lot of […]

EU Checkbox Instructions

Posted on: February 9,2017

Namaste! In this post, I want to give you a quick intro to my EU contact form plugin, which allows you to add a checkbox to the Divi contact module. This is important for sites in Europe where people submitting their personal data need to confirm that they have read your site’s policies on data sharing. […]

Hovering color cycle with linear-gradients!

Posted on: September 1,2016

Namaste! I was on a site for a program used to manipulate/organize SVG files and I ran across what I think is a really cool effect. When you hover over the download link you get a color strobing effect. My first thought was, “How do they do that!” I fired up the inspector and found […]