imprintedimaging
-
PHP Problem - Dynamically loading images into a gallery
As it turns out, for anyone who is stuck with a similar issue: Replacing get_bloginfo('template_url') with TEMPLATEPATH fixes the issue.
-
PHP Problem - Dynamically loading images into a gallery
Thanks for responding @traq. Umm... the first line is a $tempDir allocation, so that should be fine. I'm guessing it doesn't succeed, as the array count is always 0. If I change $tempDir to a set path in a static site, the whole thing wor…
-
Centering main-column
footer { max-width: 960px; margin: 0 auto; text-align: center; } should do the trick.
-
Centering main-column
Its not a div with an id of footer though. Removing the # might help, as minter is using an HTML5 footer tag, yeah?
-
IE 7-8 Dropdown Menu Fix
Afraid I can't help too much at the moment, but will have a look later. Just quickly though, the Contact link is possibly a little too narrow for Firefox's delicate sensitivities (it bounces down to the next line on hover so you can'…
-
Removing padding on homepage via child theme
How are you putting the slideshow in the page? Widget, shortcode, ...?
-
Removing padding on homepage via child theme
First, change your child style.css code to this: @charset "UTF-8"; /* Theme Name: TwentyEleven Child Desciption: Child Theme for the Twenty Eleven Theme Author: Douglas Fayers Template: twentyeleven */ @import url("../twentyeleven/s…
-
Removing padding on homepage via child theme
Just having a really quick look through the rules on the site, there is a TONNE of additional padding being pulled from the original CSS file... a lot of it duplicated. Give me a half hour or so, and I'll see if I can duplicate what's goin…
-
HTML to Wordpress?
This probably won't be exactly what you're after, because you did say "easiest way"... but the hint at maybe learning some PHP might have you considering teaching yourself how to do the conversion. I'd still say Wordpress i…