There are a few blogs I follow pretty closely, and one of them predictably is Brian Gardner's (predictably because he's behind Genesis and I'm a bit of a fan). A while back Brian put together a tutorial about making a social media icon menu - I took it on board, I like rolling my own social icon displays and didn't want to load up my site with plugins that always seem to miss that one social network I want people be able to get to. So, given that I'm putting together a new 'site image' for … [Read more...]
Customize Meteor Slides with Advanced Custom Fields
I've spent a large block of time recently working on a project for a new client, intent on proving just how slick it is to build sites from a really solid, clean, FAST platform (Genesis - affiliate link). BUT I found myself stuck on an issue with the front page development and realised just how much of a handicap it can be when you get so welded to a 'way of doing things' that you forget just what else is out there. Here's the problem. The site needs a paginated, slideshow for the front page … [Read more...]
Using Gravity Forms to Create Custom Post Type Entries
I was approached by a client recently who wanted a solution to display captured data on their website in the kind of way you'd need to do if you were creating an online petition and wanted to display signatories. In this case the client is creating a pledge form and simply wanted to create a page that lists the names of the pledgers, their age, city, state and country. I googled around to find a solution and in the course of all of that I discovered that we could use Gravity Forms to create … [Read more...]
Theme Template Helper
This is the tiniest, most useful blog post ever. This piece of code has made me look really intelligent more than once in the last few weeks, so it's only fair I share it... I call it Mother's little Theme Template Helper. If you're wanting to find out exactly which template the page you're looking at is being built from, paste this little piece of code in your functions file https://gist.github.com/thewebprincess/5668762 This will print the url of the appropriate template in the … [Read more...]
WordCamp Sydney | July 21-22 2012
It wasn't really a heat of the moment thing... All the way through WordCamp Gold Coast all I could think about was... we need a WordCamp in Sydney, it's been way too long. And blow me down if there weren't other people at #wcgold thinking the same thing. So we talked about it over a couple of beers (as you do) and the idea kept getting more compelling so we came home from the conference and we read the instructions and muggins here filled out the form and applied. So, now I can wear the … [Read more...]
Easier Custom Post Types
I've been through the gamut of tutorials on creating custom post types for WordPress, and some of them are excellent, really excellent. But a while ago I came across some code, and for the life of me I can't remember where I got it (lesson learned to add the source to every code snippet I find), that makes building custom post types a lot easier... Instead of having to create each custom post type separately you just add a variable for each new post type and let the code do the rest. (and, just … [Read more...]
Creating a Wholesaler Role in WP e-Commerce – Part Two
I had hoped to get back to this yesterday (and the day before), but you know, life happens... and in fact we've added another function to the whole process so now you get the whole kit and caboodle (you're welcome). So, just to bring you up to date, Sarah, a client of mine wanted to add a whole bunch of wholesaler functions to her WP e-Commerce store so in Part One we covered some of the plugins required to allow for a new Wholesaler role in her Users list and the addition of functionality … [Read more...]
Creating a Wholesaler Role in WP e-Commerce – Part One
So, I have a client doing some tidy business in handmade children's clothes. I worked with her designer late last year to turn out her e-commerce website build on WP e-Commerce and it's been humming along paying for itself reasonably well. So Sarah, having got the day to day management of the online store running smoothly wants to add her wholesalers into the mix and offer them special pages for their eyes only and discounts on product throughout the whole store. So where do you go to make … [Read more...]
Web Hosting Customer Service FTL
I had a text chat yesterday with a local webhosting service. I was inquiring as to a client's disk usage on their shared service because we were switching over from an existing Joomla site to a new WordPress one (heck yeah), and so I was touching base to make sure that the new WordPress install didn't tip them over their limits (based on the existing site I knew it would be close).I came away from the conversation frustrated based on the following...(After the preliminary greetings and outline … [Read more...]
Australian Address Fields for Gravity Forms
I'm making the mother of all web forms to create an online booking system for a client. Needless to say I’m using Gravity Forms* to build it, if for no other reason that it removes ALL the headache from creating forms... you just have to do the painstaking work of adding each field. In any case, given its North American origins it doesn't come prebuilt with Australian address options... but they do provide the means to create such things... and because I'm such a sweetheart, I'm sharing the … [Read more...]