5high
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Just can't increase all font size in TwentyTwelve child themeHi Andrew,
it’s here: http://trevorpenfold.com/
just give me 2 ticks to take it out of maintenance mode – and I’ll keep it out for the next hour…
Cheers.
Forum: Themes and Templates
In reply to: Just can't increase all font size in TwentyTwelve child themeThanks for your reply scribbler – I’ve re-tried it with the correct syntax as suggested, but no change still. Any other ideas?
Cheers.Forum: Themes and Templates
In reply to: css for additional content in twenty twelve footerAny ideas anyone, please?
Thanks – in hope…Forum: Themes and Templates
In reply to: css for additional content in twenty twelve footerAll comments welcome – I forgot to post the link…. it’s at a testing site:
http://trevorpenfold.com/testing/
Cheers.OK, I’ve resorted to a plugin as an easy fix for this – and it’s brilliant, so thought I’d share… called ‘WP Display Header’ found here: http://wordpress.org/plugins/wp-display-header/.
Thanks for the help, though, gabrielcastillo.
Decided against this option anyway, so don’t need to pursue this for now – thanks for the though.
Hi mb,
What you’ve said certainly seems to be true, as no matter what I try, it makes no effect, except when i remove it from the #body .site div.
I had thought that if you were very specific in your css class selection, you could alter individual classes – but it appears not with this one, presumably because it wraps the whole page as one, as you said.
Never mind, i guess it’s all or nothing then!
Thanks heaps for taking the time to look at this for me – much appreciated.
Cheers.
Hi,
Thanks for your reply – I’ve been slightly delayed, as i’ve had an issue with my php memory usage – so my site crashed – up again now, so will look at it tomorrow hopefully and get back with the result.
Cheers.Hi mb,
Thanks for your reply – I’m trying to remove the box-shadow from either the header image area, or the whole ‘masthead’ .site-header area, so it remains on the rest of the page.
I’m obviously not getting the correct css syntax as I can remove the whole page box-shadow as you’ve said, and can eliminate the border-radius on the header image, but absolutely no effect on the box-shadow in the header area.
Other css I’ve tried is:
body.site-header [role="banner"] { box-shadow: none !important; }and
masthead.site-header [role="banner"] { box-shadow: none !important; }both with no effect!
Any ideas??
oops – forgot ot add a link… http://trevorpenfold.com/testing/
Thanks.Forum: Themes and Templates
In reply to: lost bottom 12px of header image in twenty-twelve child themeHi alchymyth,
Thanks for your reply – i had a poke around, though i was sure I hadn’t edited the header.php (other than change the order of things), with no luck. Then with you saying that the different templates were using different images, it dawned on me… i’d still got the ‘WP Display Header’ plugin activated! How embarrassing! So now all sorted – and thanks for your ‘prompt’!
Cheers.
Forum: Themes and Templates
In reply to: lost bottom 12px of header image in twenty-twelve child themeNew development – it works perfectly on the 2012 default page, but incorrectly on the ‘front page’ template pages.
Any ideas??
Forum: Themes and Templates
In reply to: lost bottom 12px of header image in twenty-twelve child themeOK, something really weird is going on – just thought I’d try it out with a much deeper image…. and nothing! It won’t accept any change of header image!
So I guess I’ll just leave it and see if it’s a ‘wordpress’ thing that’ll sort itself out by the morning?? Fingers xed…
Forum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons – how to add button to header image?Hi,
Thanks for looking at it.
I’ve tried the suggested code and initially i couldn’t get it to work – then it worked perfectly, once I’d put it in a ‘container’ and selected ‘float: right’ in the button settings.
And thanks very much again for taking the time to help me – very much appreciated!
Hi Danny,
Thanks for getting back to me. Of course, the <p> tags! – totally forgot those! So all sorted by just removing them in the MailChimp for WP > Form Settings > Form Markup! Easy! Thanks re the syntax for the background-color – I had in fact also tried it in its correct format, but with no effect.
However, I have managed to change the background colour for the form, and label colours etc, but still can’t manage the background colour of the Sign-up Button. I’ve currently got:
form.mc4wp-form input[type=submit] { color: #000000! important; background-color: #333333! important; }which doesn’t work – or does it have to be ‘form.mc4wp-form input .submit’ as the selector??
If it would help to see it up and running, I’m temporarily working on it here (as a testing site): http://trevorpenfold.com/testing/
Thanks again…