Tag: WordPress

  • Responsive Images in WordPress with Picturefill

    Responsive Images in WordPress with Picturefill

    Images are the single biggest performance hog on most websites. Serving the same big images to a desktop and a mobile device kills your site’s performance, and makes you lose site visitors. We need to be able to serve a high resolution image to a desktop, and a smaller image to a mobile device. Responsive…

  • Add a custom logo uploader to the WordPress theme customizer

    The WordPress theme customizer is famous for being able to change your theme colors in real time, but did you know it can handle almost any type of theme option? You can add layout options, image uploaders, text fields, and lots more. The possibilities are endless! There is almost no need for theme options pages…

  • Simple jQuery Drop Down Menu in WordPress

    There are lots of ways to make drop-down menus, and usually my preferred method is all CSS. However, an all CSS drop down menu relies on the :hover selector, which is not always desirable. It’s fine on desktops, but mobile touch devices don’t play nice with :hover. You can’t really hover with your finger, you…