226 reputation
13
bio website wetell.co.nz
location New Zealand
age
visits member for 1 year, 4 months
seen Dec 14 '12 at 7:22
stats profile views 13

Web developer from Mount Maunganui, New Zealand.


Jan
22
awarded  Yearling
Dec
13
answered Multiple Tax Query with Meta Key
Oct
7
answered Categories from front-end, checkbox selection doesn't work
Oct
4
comment Various thumbnail sizes for Wordpress/jquery masonry gallery
I usually set up my image sizes then within each post I have a metabox with a radio button group to select what image size I want to use within my masonry grid. When displaying my posts I check for the meta value and then grab the appropriate image.
Oct
4
answered How to load wp_editor() through AJAX/jQuery
May
1
comment Possible to limit custom meta boxes depending on what page template is used?
Theres another good approach here: wordpress.stackexchange.com/questions/29286/…
Apr
9
answered exclude pages in custom menu
Apr
5
awarded  Supporter
Feb
10
answered How can I receive the image id using the media box?
Feb
5
comment Permalinks all messed up, I am helpless
Sounds like your custom post has not declared its rewrite parameter correctly. Can you post the code you are creating your custom posts with?
Jan
31
awarded  Teacher
Jan
28
answered Does anyone have a plugin that could automatically tag custom post types in wordpress?
Jan
26
answered Extend the list of MIME-types supported by the builtin uploader in 3.3
Jan
24
answered How do I hook an Ajax request into a PHP callback?
Jan
23
comment Metabox cloning via Admin Ajax call issue
Wow, I didn't know that admin-ajax.php forced a core reload, thats insane. I agree, it probably is overkill. For me it was a case of, 'well the functionality is there, so why not try to use it'.
Jan
23
comment Metabox cloning via Admin Ajax call issue
I'm familiar with the RW Meta Box library, its awesome. I was developing my own classes purely as a learning exercise. I only use on for any jQuery events that need to be added after the dom loads. I'm actually invoking the admin ajax calls via a click event. Cloning Fieldsets is pretty simple, I have it working, but just not using admin ajax calls, which would be cleaner. I can post my implementation here once I've cleaned up the class. Thanks again for your comments.
Jan
23
awarded  Student
Jan
22
asked Metabox cloning via Admin Ajax call issue