by Paul Drecksler | Dec 19, 2021 | Updates
I'd like to be able to offer on demand consultation and support on a per minute basis with a minimum per-call charge. Ideally I can do a combination of: Going “Live” so clients can see that they can call right awaySettings “Availability Hours”...
by Paul Drecksler | Dec 16, 2021 | Updates
I'm starting a list of Shopify Apps that offer very generous free plans. These are apps I've discovered and I'm adding them to the list as I've come across them. I haven't used every app on this list. I'm just keeping the list for the future to reference. If you know...
by Paul Drecksler | Oct 25, 2021 | Updates
I published a podcast episode 4 hours ago via Anchor, and while it already appeared on Spotify and Apple Podcasts — it did not appear on Google Podcasts. Everything seemed to be setup properly in my Google Podcast Manager and my Anchor feed was active and...
by Paul Drecksler | Oct 22, 2021 | Updates
I've learned that this is an error with the Divi theme. Add this code to your Custom CSS and it'll remove the second set of stars. form#commentform .comment-form-rating .stars:nth-child(2) { display: none; }
by Paul Drecksler | Oct 21, 2021 | Updates
Use this code courtesy of Divi Kingdom. /** * Disable WooCommerce zoom effect on the product image * @author Abdelfatah Aboelghit * @version 1.0 */ add_action( ‘wp', ‘divikingdom_disable_wc_zoom', 99 ); function divikingdom_disable_wc_zoom() {...