A client of mine is using a Genesis theme with the Genesis Responsive Slider plugin. The category she is using for the slider is "Featured" and she ...
Read MoreWeb Design Articles
Useful WooCommerce Snippets
Web DevelopmentThis is a running list of snippets and plugins that I've found useful while developing in WooCommerce. If you are using the WC Brands extension, ...
Read MoreHow to make BxSlider hide all slides until the page loads
Web DevelopmentThis is the simplest and cleanest way to fix the issue of BxSlider slides all showing up in a bunch when the page loads. First we'll add a div ...
Read MoreHow to use PHP to target the last post in a WP_Query
Web DevelopmentJust in case you need a quick and easy way to only target the last post in a custom query, here you go! ...
Read MoreCreate An Admin User Account in WordPress with FTP Access
Web DevelopmentSometimes a client will forget to send me the WordPress logins for the site but I have the logins to the FTP. Since I work at night, it can be ...
Read MoreAdd Custom Image Sizes & Connect Custom Image sizes to WordPress
Web DevelopmentThis allows you to create custom image sizes to be used throughout your files and also connects the custom images sizes that you create into ...
Read MoreQuick WP Query Call
Web DevelopmentA simple WP Query Call, meant to be grab and go. ...
Read MoreHow to disable the mobile keyboard from displaying input field
Web DevelopmentHave you ever needed a way to disable the mobile keyboard from displaying for a specific input field? I was recently building out a custom Gravity ...
Read MoreHow to fix ReferenceError: _gaq is not defined
Web DevelopmentLooking for a way to fix the _gaq is not defined JavaScript error? Simply add this code snippet before the close of the site. You will need to ...
Read MoreA simple way to check whether a jQuery function exists
Web DevelopmentHave you ever been in a position where you only want to load JavaScript files on pages where they are being used but are calling a jQuery function ...
Read MoreHow to use WP PageNavi with Custom Post Types
Web DevelopmentI recently worked on a project where the client wanted to add paging functionality to each of the custom post types I had created for the site ...
Read More