Category: Tutorials

  • 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…

  • Basic jQuery for Designers

    jQuery is like magic. It’s like the pixie dust of the web, sprinkle some here and animate a dead object to life, or there and add a subtle transition for a smoother user experience. If you’re like me, you waited way too long to learn jQuery. I hesitated to learn it because I’m not a…

  • 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…