divinehammer
-
why does my theme need jQuery (twice) to work?
I'm developing this theme locally, but my functions.php section looks like this - http://d.pr/i/VwBp And the head stuff looks like this - http://d.pr/i/owzq
-
why does my theme need jQuery (twice) to work?
Thanks John. For some reason that doesn't fix it. This code is what functions.php generates, but doesn't help the nav work - ``" target="_blank" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.7.2…
-
why does my theme need jQuery (twice) to work?
To clarify, this is what's in the header: http://codepen.io/anon/pen/lnpJE If I remove the second reference to the Google ajax library, the navigation fails.
-
how do you compile LESS -> on a live WordPress site?
So when you guys develop a theme locally and want to push changes live (and track them), do you use Github, or SVN? Do I need certain credentials to set that up with my host? I have found I really really suck at UNIX/Terminal stuff, and would prefer…
-
how do you compile LESS -> on a live WordPress site?
Thanks guys. Actually, I do have the Github app. I use it to push changes to a free WordPress theme I host at Github. But I've never used it to update a live website. Hmm. I host everything at Eleven2 and it looks like they enable Git. Just not…
-
how do you compile LESS -> on a live WordPress site?
Thanks Ross, I suspected as much. So, what do you use for your workflow, in terms of updating the live site? I use Coda so I could obviously just FTP the files up every time, though I'd rather have a quicker/safer way. Subversion?
-
best way to add Google web fonts with LESS?
Thanks guys. Hugo is right, it's more of an experiment just to see if there's a way to edit it in one place. Use case - I'm developing a new WP theme and don't know which font to use for the headers. I may want to preview a doze…
-
best way to add Google web fonts with LESS?
Still puzzling over this one. Any ideas?
-
change alpha of box-shadow on hover, in LESS?
N/M, figured this one out - http://codepen.io/anon/pen/Hteyd
-
Help me convert these CSS3 transitions to LESS?
One more question -- I'd like to create a global rounded-corner style for a bunch of different selectors. Here's what I have so far, but there's probably a smarter way, than comma-separating all those selectors? - http://codepen.io/…
-
Help me convert these CSS3 transitions to LESS?
Oh cool, I didn't realize you could do it like that either - thanks! Currently checking out ClearLESS as well as lesselements.com for reference...
-
Help me convert these CSS3 transitions to LESS?
Man I am dumb. Thanks Chris, that does make sense. For some reason I was thinking there was even one more step to abstracting out all this stuff into something simpler, still, but maybe not - a:hover, :focus, li:hover { -webkit-transition: @trans…