by Paul Drecksler | May 29, 2020 | Updates
This can help out when your lines of text are getting broken up in weird places, like when there's a trailing word that gets pushed to the next line and you'd rather split the line in half manually. @media screen and (min-width: 600px) { .mobile-break { display: none;...
by Paul Drecksler | May 26, 2020 | Updates
None of the code I found on support forums for centering Gravity Forms submit buttons worked, so I had to write my own. The code below is for a specific form and only applies to that form ID. You'll have to replace the form ID number in the code with your own....
by Paul Drecksler | May 16, 2020 | Updates
Here's a website performance tool I discovered today that tests your website speed from 18 servers around the world at one time. https://fastorslow.com It was built by the company Wordfence as an internal tool to measure the performance of their own site, because...
by Paul Drecksler | May 3, 2020 | Updates
In response to my article How To Set Up AAWP Plugin, Danny from AMZ Table Assistant sent me his extension to try out. It's designed to create AAWP product boxes / tables quicker by automatically inserting Amazon ASINs into the shortcodes from your browser. I've...
by Paul Drecksler | Apr 30, 2020 | Updates
If you just write “$” with the number (like $200), it screws up the counting. Instead of counting the numbers upwards, it just shows a “NaN” error. So I found a code to add a dollar sign. Instructions via the link below:...
by Paul Drecksler | Mar 12, 2020 | Updates
I'm working on a client site who uses Calendly to schedule his appointments. There are several reasons people contact him — like to schedule a consultation, send an e-mail question, fill out a loan application, etc — and not all of those reasons require...