stevedw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: TwentyTen Child Theme – Functions.phpThanks.
So do i just need to copy the entire contents of the functions.php file from the main TwentyTen theme to the twentyten-child folder then just modify anything i need to change in the functions.php file such as the image URL and image height and width?
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itI tried it but the Leave a comment is still on the main page.
Here is the code i changed it to;
<span class="comments-link"><?php if( !is_home() ) comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
Here’s how it was originally;
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
Any suggestions?
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itI looked in the index.php template but it doesn’t contain the code you mentioned.
[Code moderated as per the Forum Rules. Please use the pastebin]
Should it be in index.php
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itThanks. Another question;
How do i remove the “Leave a comment” link under the post on the main page? I don’t want it removed from any other pages, only the main page. Is this possible?
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itWhich tags do i need to enclose it in?
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itHere’s the link – https://www.officechairs-reviews.com/
It happens on the text “Latest Reviews”
Forum: Themes and Templates
In reply to: Text becoming red when mouse cursor above itThanks. This isn’t happening for a link though, it’s happening just on standard text.
It says “a:hover MUST come after a:link and a:visited in the CSS
definition in order to be effective”So how would i use a:hover for just standard text?
Forum: Themes and Templates
In reply to: Changing font of linksThanks for your help
Forum: Themes and Templates
In reply to: Changing font of linksYes im using the HTML tab. I want to change the display of both links.
The first link i want the font to be Arial, Size 14, Bold and the 2nd link i want the font to be Arial, Size 11, none Bold.
Forum: Themes and Templates
In reply to: Changing font of linksOk. Isn’t the code to change the font done in the actual HTML code and not the CSS file though?
Forum: Themes and Templates
In reply to: Changing font of linksHere’s the page showing the URL’s – https://www.officechairs-reviews.com/
Forum: Themes and Templates
In reply to: Header Image to low downOk, After i create a child theme how do i move the header image up?
So do i just need to create a directory called twentyten-child in the Themes directory then copy the style.css file into it? Then activate this theme.
Im a bit unsure on exactly what the process is. It mentions that i need to name the template so it knows what the parent theme is.
Does this mean i just need to copy the entire style.css file to the child theme’s directory then enter the template name in the style .css file.
Forum: Themes and Templates
In reply to: Removing date and authorThanks. It worked well.
Forum: Themes and Templates
In reply to: Removing date and authorI still haven’t resolved this. Can someone please help.
Forum: Themes and Templates
In reply to: Removing date and authorIve removed the bit which displays what category a post is in but im having a problem removing the date and author part.
I removed the section of the code in functions.php but it messed it up completely, when i viewed the site it just displayed an error. Fortunatly i had a copy of functions.php so uploaded the original again.
What do i have to edit exactly in functions.php to remove the date/author part?