You can see slick here - https://kenwheeler.github.io/slick/. It's a lightweight carousel with tons of flexibility. View slick Add the two folders, js and slick, to your theme's main directory. (You can download them with the link below.) Download slick files Add this to your functions.php: //* Enqueue slick add_action( 'wp_enqueue_scripts', 'gp_slick' … [Read more...] about Adding slick to a Genesis child theme
Featured
Desktop Server Review – Setting Up WordPress Easily
I've chosen to write a Desktop Server review because it has ingrained itself into an integral part of my web dev process over the years. Most of us in the WordPress realm are familiar with the famous five minute install, a simple way to get a website up and running. Those tedious tasks are over now, with Desktop Server you can setup a WordPress website with a few simple … [Read more...] about Desktop Server Review – Setting Up WordPress Easily
Add A Transparent Color Layer To A Soliloquy Slider
A popular design trend you will see on a lot of newer themes, is a saturated or darkened banner. I really like this style, it makes the banner less distracting, and conveys a clean and professional look. It also gives a lot more contrast to any text or buttons you plan to display on the banner. I find myself constantly forgetting how to do this, hence the quick and simple … [Read more...] about Add A Transparent Color Layer To A Soliloquy Slider
Keeping WordPress In Sync Between Local And Staging
Remember your amateur days of cowboy coding in WordPress? Tedious scenarios of editing website files directly from FTP. Every press of the refresh button could risk your website magically disappearing. Those days are over. There's a lot of great tools that keep you in full power of your website, ensuring local files and data is up to date. Synchronizing files and databases … [Read more...] about Keeping WordPress In Sync Between Local And Staging