by Paul Drecksler | Oct 19, 2021 | Updates
This code by Divi Notes worked perfectly. Be mindful that the BUTTON is given a CSS Class and the SECTION, ROW, or MODULE is given a CSS ID — only one per page can be used. I had accidentally assigned both a Class at first and it didn't work, and then I realized...
by Paul Drecksler | Sep 15, 2021 | Updates
Finally found a great way to equalize the heights of the posts within the Divi blog module so that they don't look so messy. The code came from Divi-Sensei.com but I'm copy/pasting below in case they ever take that post down. Complete credit goes to them for this one....
by Paul Drecksler | Aug 30, 2021 | Updates
Instructions from Gravity Forms here: https://docs.gravityforms.com/gform_datepicker_options_pre_init/#5-disable-specific-dates Add to the HEAD section of your website within the script. Examples below: <script> gform.addFilter(...
by Paul Drecksler | Aug 27, 2021 | Updates
Easy to follow instructions here: https://jadepuma.com/blogs/blog/show-your-shopify-customers-their-discount-code-in-your-store
by Paul Drecksler | Jul 22, 2021 | Updates
I prefer the Boxed Layout on Divi theme, but the big margins take away priority real estate on mobile and squishes all my content. I only want the Boxed Layout to work on Desktop / Tablet and would prefer Full Width on Mobile devices. The code below will accomplish...
by Paul Drecksler | Jul 22, 2021 | Updates
For some reason, I'd set my Divi website width to 960px on Boxed Layout, but it'd always display wider. It was driving me crazy because I was creating my hero images to 960px and they were either stretching to fit the wider layout width, or not filling the width....