mtedwards
-
WordPress: Creating Themes from scratch vs Using Starter Themes...
I agree with most of the above. I think creating your own starter theme is a great way to go. I started using a theme someone had created from Zurb's Foundation 2 a few years ago and have added a removed a lot from it in the process as I have …
-
add a javascript variable as a class
Thanks Guys, I will whip up a codepen.
-
Problems getting Foundation 4 JS to work in WP
I was having a similar problem creating a WordPress theme with Foundation 4 and the Top-Bar I solved it by forcing it to use jQuery not Zepto (to make sure all other plugins were ok). Then included all the js files one by one instead of the founda…
-
Branching with Tower Gitclient
Ah. Great. I think typing it out made me realise the way it would work. Thanks a lot for your help guys.
-
Branching with Tower Gitclient
Thanks for your help guys, but in still missing something. I think I must have it wrong conceptually in my head. But using a real example... I'm working locally on a wordpress site and I want to revamp the file single-jobs.php in a separate br…
-
Jquery: If ul has no li
Perfect guys. Thanks so much for your help. I'm new to jQuery but very quickly realising the possibilities it opens.
-
Wordpress image quality issue.
Thanks so much mate, perfect. I don't think I ever would have found that.
-
Trying to design a dropdown menu - Help to enchance it.
Oops ... yup missed that.
-
Trying to design a dropdown menu - Help to enchance it.
Hey Will, I'm new to all this too and I am not sure if this is the right solution, but could you use this? http://cherne.net/brian/resources/jquery.hoverIntent.html I think you can set an 'onMouseOut' time that would give you a sec…
-
Wordpress Sort Array Numerically
Solved it with jQuery... I am definitely a jQuery hack and there are still a few strange issues going on... but its a lot better: $("#ratio").html($("#ratio option").sort(function (a, b) { var aValue = parseInt(a.value); …
-
Wordpress Logic Problem
Thanks Guys, I'll look into the plugin. @Robskywarrior is there anyway of dynamically populating a custom taxonomy with the titles of a custom post type. So the Taxonomy 'Bands' would only display actual names. Then on the band page…
-
Wordpress - Custom Meta Box, working but not saving values
@dhiggins Thanks so much... its getting late here (Australia) but I looked at your post and it looks like exactly what I need. Going to work through it in the morning. Thanks again.
-
less.js and wordpress
Hmm... Ok.. now I'm still running into trouble using Less.js and wordpress Has anyone worked out if you can @import a .less file. using and referencing style.less causes all sorts of trouble with the theme freaking our because it can't f…
-
Logo critique / feedback please
I like the very first one. the 2nd one reminds me of a 37 signals app a little to much. I think with the way the first one is lined up above the M in your name it seems to work. my 2 cents
-
less.js and wordpress
Ah... thanks for that. I have found since then you can also exclude particular lines by placing ~ before them... will have to work all that out.
-
less.js and wordpress
So I worked out I did have it all set up properly... it was actually this line that less.js was cracking it at: filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#111111'); /* IE6–IE9 */ S…
-
Lovin' some LESS but..
There was actually a podcast on thinkvitamin about this a few days ago: http://thinkvitamin.com/podcast/ They bring up some very similar points. If you are using a grid system or such and something goes wrong, unless you understand the underlying co…
-
How do I assign categories to pages in wordpress ?
Are you using the WordPress custom menus? If so the easiest way would be to no worry about assigning a category to a page, but instead just call that particular category in the menu. So the menu might be: Home - Page About - Page Category 1 - Cate…