RedRunner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting a favicon in Twenty Ten child themeIt has worked! Sorry – I must have needed to close and re-open my browser…
Thanks so much for your help though.
Forum: Themes and Templates
In reply to: Writing code for text areas side by sidePerfect! Solved.
Thanks so much!
Forum: Themes and Templates
In reply to: Writing code for text areas side by sideThanks very much,
Though still not working. I think I haven’t correctly written the div id/class in the html so it’s not being recognised in the css.
The html looks like:
<div id=”col-left”>
<h4 class=”#C22828″>INSERT TEXT</h4>Should it be <div class=”col-left”>
Or is this all wrongs… sorry – beginner coder here!
Forum: Themes and Templates
In reply to: Changing header image in child themePerfect – sorry for the dumb questions and thanks so much for your help!
Forum: Themes and Templates
In reply to: Changing header image in child themeIf the child theme was activated (currently I’m just editing and previewing), would I be able to change the header image through the dashboard in the exact same way as with the parent theme??
Thanks!
Forum: Themes and Templates
In reply to: Changing header image in child themeGreat thanks! I’ve done that – but now I’m a bit unsure as to where I specify which image it should grab. At the moment my child theme is expressing the generic twentyten image and not the one I uploaded for the parent theme (I thought that the child theme would also express that image since it’s grabbing that template??)… So how do I make it do the same as the parent?
Hope that makes sense…
Thanks!!
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenIt worked!!! Thank you so much!
Should I make a child theme so that when the main theme is updated I don’t lose this adaptation?
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenThanks so much Michael,
I don’t know whether I’m misunderstanding but this is what I did:
#site-title a {
color: transparent;
font-weight: normal;
font-variant: small-caps;
letter-spacing: 2.5px;
text-decoration: none;
background: url (http://www.sportsshare.org/public_html/wp-content/themes/twentyten/images/colouredheader.png) no-repeat;Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenSorry – just not working for me! I’ll have to find another way…
Cheers for all the help.
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty ten#site-title a {
color: transparent;
font-weight: normal;
font-variant: small-caps;
letter-spacing: 2.5px;
text-decoration: none;
background: url (public_html/wp-content/themes/twentyten/images/colouredheader.png no-repeat;That’s what the code looks like – does that look right to you?
Thanks so much for your help! I’m an idiot newbie…
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenNot having much luck… only succeeding in making the title disappear so far – it’s not finding the image.
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenHI Michael,
I’ve made the logo.png and saved it in my images files on my host server, under wp-admin/images/logo.png
and added the code you said in the css:
this is what it looks like:
#site-title a {
color: transparent;
font-weight: normal;
font-variant: small-caps;
letter-spacing: 2.5px;
text-decoration: none;
background: url (images/colouredheader.png) no-repeat;But the image isn’t showing up – have I put it in the wrong place or got the code wrong?
Thanks so much!!!
Forum: Fixing WordPress
In reply to: Making a new Front PageHi itProxy, thanks for your reply. My skill set is growing.. but I’m still unsure of some basics! I think I’m having difficulty with the html for the page itself – is there any source that would help me create it for the specs I need?
Cheers
Forum: Fixing WordPress
In reply to: changing appearance of site title in twenty tenThanks TMC909 – it didn’t work for me… it has succeeded in making the title a different colour when you go to click on it though!
Thanks Michael I’ll try that.
Forum: Themes and Templates
In reply to: Parent Attribute in TwentyTenDavid thank you so much for your help.
I realised that as I hadn’t published any of my pages yet, then I couldn’t assign any children, as technically no parents. As soon as I published a page, then I was able to assign children to it.
Thanks for the tips on the custom menu – definitely will do that!
Cheers,
Claire.